Upload package.json with huggingface_hub
Browse files- package.json +11 -9
package.json
CHANGED
|
@@ -9,16 +9,18 @@
|
|
| 9 |
"lint": "next lint"
|
| 10 |
},
|
| 11 |
"dependencies": {
|
| 12 |
-
"
|
| 13 |
-
"
|
| 14 |
-
"
|
| 15 |
-
"react": "^
|
| 16 |
-
"react-dom": "^18",
|
| 17 |
-
"tailwind-merge": "^2.2.1"
|
| 18 |
},
|
| 19 |
"devDependencies": {
|
| 20 |
-
"
|
| 21 |
-
"
|
| 22 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
}
|
| 24 |
}
|
|
|
|
| 9 |
"lint": "next lint"
|
| 10 |
},
|
| 11 |
"dependencies": {
|
| 12 |
+
"next": "14.0.4",
|
| 13 |
+
"react": "^18.2.0",
|
| 14 |
+
"react-dom": "^18.2.0",
|
| 15 |
+
"lucide-react": "^0.303.0"
|
|
|
|
|
|
|
| 16 |
},
|
| 17 |
"devDependencies": {
|
| 18 |
+
"typescript": "^5.3.3",
|
| 19 |
+
"@types/node": "^20.10.6",
|
| 20 |
+
"@types/react": "^18.2.46",
|
| 21 |
+
"@types/react-dom": "^18.2.18",
|
| 22 |
+
"autoprefixer": "^10.4.16",
|
| 23 |
+
"postcss": "^8.4.32",
|
| 24 |
+
"tailwindcss": "^3.4.0"
|
| 25 |
}
|
| 26 |
}
|