forked from Evolutionary-Algorithms-On-Click/evolve_frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 988 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 988 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "evolve",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "npx prettier . --write"
},
"dependencies": {
"@ai-sdk/google": "^1.2.3",
"@ai-sdk/react": "^1.2.3",
"@codemirror/lang-json": "^6.0.1",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/material": "^6.1.5",
"@uiw/react-codemirror": "^4.23.6",
"ai": "^4.2.8",
"eslint-config-next": "^15.2.0",
"lucide-react": "^0.476.0",
"next": "^15.2.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-dropzone": "^14.2.10",
"react-markdown": "^10.1.0",
"sharp": "^0.33.5",
"zod": "^3.24.2"
},
"devDependencies": {
"postcss": "^8",
"prettier": "3.4.2",
"tailwindcss": "^3.4.1"
}
}