Upload frontend/package.json with huggingface_hub
Browse files- frontend/package.json +29 -0
frontend/package.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "frontend",
|
| 3 |
+
"private": true,
|
| 4 |
+
"version": "0.0.0",
|
| 5 |
+
"type": "module",
|
| 6 |
+
"scripts": {
|
| 7 |
+
"dev": "vite",
|
| 8 |
+
"build": "vite build",
|
| 9 |
+
"lint": "eslint .",
|
| 10 |
+
"preview": "vite preview"
|
| 11 |
+
},
|
| 12 |
+
"dependencies": {
|
| 13 |
+
"gsap": "^3.12.5",
|
| 14 |
+
"lucide-react": "^0.473.0",
|
| 15 |
+
"react": "^18.3.1",
|
| 16 |
+
"react-dom": "^18.3.1"
|
| 17 |
+
},
|
| 18 |
+
"devDependencies": {
|
| 19 |
+
"@types/react": "^18.3.12",
|
| 20 |
+
"@types/react-dom": "^18.3.1",
|
| 21 |
+
"@vitejs/plugin-react": "^4.3.3",
|
| 22 |
+
"eslint": "^9.15.0",
|
| 23 |
+
"eslint-plugin-react": "^7.37.2",
|
| 24 |
+
"eslint-plugin-react-hooks": "^5.0.0",
|
| 25 |
+
"eslint-plugin-react-refresh": "^0.4.14",
|
| 26 |
+
"globals": "^15.12.0",
|
| 27 |
+
"vite": "^6.0.1"
|
| 28 |
+
}
|
| 29 |
+
}
|