Spaces:
Running
Running
Upload package.json with huggingface_hub
Browse files- package.json +3 -2
package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"name": "
|
| 3 |
"version": "1.0.0",
|
| 4 |
"private": true,
|
| 5 |
"scripts": {
|
|
@@ -11,7 +11,8 @@
|
|
| 11 |
"next": "^14.2.0",
|
| 12 |
"react": "^18.2.0",
|
| 13 |
"react-dom": "^18.2.0",
|
| 14 |
-
"lucide-react": "^0.344.0"
|
|
|
|
| 15 |
},
|
| 16 |
"devDependencies": {
|
| 17 |
"tailwindcss": "^3.4.0",
|
|
|
|
| 1 |
{
|
| 2 |
+
"name": "comic-chess-arena",
|
| 3 |
"version": "1.0.0",
|
| 4 |
"private": true,
|
| 5 |
"scripts": {
|
|
|
|
| 11 |
"next": "^14.2.0",
|
| 12 |
"react": "^18.2.0",
|
| 13 |
"react-dom": "^18.2.0",
|
| 14 |
+
"lucide-react": "^0.344.0",
|
| 15 |
+
"framer-motion": "^11.0.0"
|
| 16 |
},
|
| 17 |
"devDependencies": {
|
| 18 |
"tailwindcss": "^3.4.0",
|