Spaces:
Build error
Build error
Upload package.json with huggingface_hub
Browse files- package.json +4 -25
package.json
CHANGED
|
@@ -5,32 +5,11 @@
|
|
| 5 |
"scripts": {
|
| 6 |
"dev": "next dev",
|
| 7 |
"build": "next build",
|
| 8 |
-
"start": "next start"
|
| 9 |
-
"lint": "next lint"
|
| 10 |
},
|
| 11 |
"dependencies": {
|
| 12 |
-
"next": "
|
| 13 |
-
"react": "
|
| 14 |
-
"react-dom": "
|
| 15 |
-
"@monaco-editor/react": "^4.7.0",
|
| 16 |
-
"monaco-editor": "^0.52.2",
|
| 17 |
-
"lucide-react": "^0.542.0",
|
| 18 |
-
"class-variance-authority": "^0.7.1",
|
| 19 |
-
"clsx": "^2.1.1",
|
| 20 |
-
"tailwind-merge": "^3.3.1",
|
| 21 |
-
"zod": "^3.25.76",
|
| 22 |
-
"framer-motion": "^12.23.22",
|
| 23 |
-
"sonner": "^2.0.7"
|
| 24 |
-
},
|
| 25 |
-
"devDependencies": {
|
| 26 |
-
"typescript": "^5",
|
| 27 |
-
"@types/node": "^20",
|
| 28 |
-
"@types/react": "^19",
|
| 29 |
-
"@types/react-dom": "^19",
|
| 30 |
-
"postcss": "^8",
|
| 31 |
-
"tailwindcss": "^4.1.13",
|
| 32 |
-
"@tailwindcss/postcss": "^4.1.13",
|
| 33 |
-
"eslint": "^8",
|
| 34 |
-
"eslint-config-next": "15.5.2"
|
| 35 |
}
|
| 36 |
}
|
|
|
|
| 5 |
"scripts": {
|
| 6 |
"dev": "next dev",
|
| 7 |
"build": "next build",
|
| 8 |
+
"start": "next start"
|
|
|
|
| 9 |
},
|
| 10 |
"dependencies": {
|
| 11 |
+
"next": "14.0.0",
|
| 12 |
+
"react": "18.2.0",
|
| 13 |
+
"react-dom": "18.2.0"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
}
|
| 15 |
}
|