Update package.json
Browse files- package.json +7 -7
package.json
CHANGED
|
@@ -6,12 +6,10 @@
|
|
| 6 |
"start": "next start",
|
| 7 |
"lint": "next lint"
|
| 8 |
},
|
| 9 |
-
"engines": {
|
| 10 |
-
"node": ">=18.17.0"
|
| 11 |
-
},
|
| 12 |
"dependencies": {
|
| 13 |
"next": "14.2.10",
|
| 14 |
"react": "^18.2.0",
|
|
|
|
| 15 |
"react-dom": "^18.2.0",
|
| 16 |
"react-full-screen": "^1.1.1",
|
| 17 |
"react-player": "^2.14.1",
|
|
@@ -20,17 +18,19 @@
|
|
| 20 |
"socket.io": "^4.7.2",
|
| 21 |
"socket.io-client": "^4.7.2",
|
| 22 |
"swr": "^2.2.4",
|
| 23 |
-
"unique-names-generator": "^4.7.1"
|
| 24 |
-
"@hello-pangea/dnd": "^16.3.0",
|
| 25 |
-
"classnames": "^2.5.0"
|
| 26 |
},
|
| 27 |
"devDependencies": {
|
|
|
|
| 28 |
"@types/node": "^20.10.5",
|
| 29 |
"@types/react": "^18.2.45",
|
|
|
|
| 30 |
"@types/react-dom": "^18.2.18",
|
|
|
|
| 31 |
"autoprefixer": "^10.4.16",
|
|
|
|
| 32 |
"eslint": "^8.56.0",
|
| 33 |
-
"eslint-config-next": "14.
|
| 34 |
"postcss": "^8.4.32",
|
| 35 |
"prettier": "^3.1.1",
|
| 36 |
"tailwindcss": "^3.4.0",
|
|
|
|
| 6 |
"start": "next start",
|
| 7 |
"lint": "next lint"
|
| 8 |
},
|
|
|
|
|
|
|
|
|
|
| 9 |
"dependencies": {
|
| 10 |
"next": "14.2.10",
|
| 11 |
"react": "^18.2.0",
|
| 12 |
+
"react-beautiful-dnd": "^13.1.1",
|
| 13 |
"react-dom": "^18.2.0",
|
| 14 |
"react-full-screen": "^1.1.1",
|
| 15 |
"react-player": "^2.14.1",
|
|
|
|
| 18 |
"socket.io": "^4.7.2",
|
| 19 |
"socket.io-client": "^4.7.2",
|
| 20 |
"swr": "^2.2.4",
|
| 21 |
+
"unique-names-generator": "^4.7.1"
|
|
|
|
|
|
|
| 22 |
},
|
| 23 |
"devDependencies": {
|
| 24 |
+
"@types/express": "^4.17.21",
|
| 25 |
"@types/node": "^20.10.5",
|
| 26 |
"@types/react": "^18.2.45",
|
| 27 |
+
"@types/react-beautiful-dnd": "^13.1.7",
|
| 28 |
"@types/react-dom": "^18.2.18",
|
| 29 |
+
"@types/react-tooltip": "^4.2.4",
|
| 30 |
"autoprefixer": "^10.4.16",
|
| 31 |
+
"classnames": "^2.5.0",
|
| 32 |
"eslint": "^8.56.0",
|
| 33 |
+
"eslint-config-next": "^14.0.4",
|
| 34 |
"postcss": "^8.4.32",
|
| 35 |
"prettier": "^3.1.1",
|
| 36 |
"tailwindcss": "^3.4.0",
|