-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.25 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.25 KB
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
37
38
39
40
41
42
43
{
"name": "evolve",
"version": "1.0.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.2",
"@codemirror/lang-python": "^6.2.1",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@monaco-editor/react": "^4.4.6",
"@mui/material": "^6.1.5",
"@uiw/react-codemirror": "^4.25.3",
"ai": "^4.2.8",
"eslint-config-next": "^15.2.0",
"lodash.isequal": "^4.5.0",
"lucide-react": "^0.476.0",
"next": "^15.2.4",
"next-runtime-env": "^3.3.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-dropzone": "^14.2.10",
"react-markdown": "^10.1.0",
"remarkable": "^2.0.1",
"sharp": "^0.33.5",
"zod": "^3.24.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.19",
"postcss": "^8",
"prettier": "3.4.2",
"prettier-plugin-tailwindcss": "^0.7.2",
"tailwindcss": "^3.4.1"
}
}