forked from JonathanIsTheCoolest/wisdm_web_app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 805 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "wisdm_web_app",
"version": "0.1.0",
"private": true,
"proxy": "http://127.0.0.1:5000",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@reduxjs/toolkit": "^2.2.5",
"bad-words": "^4.0.0",
"firebase": "^10.12.3",
"framer-motion": "^11.11.11",
"next": "^15.0.3",
"react": "^18",
"react-dom": "^18",
"react-draggable": "^4.4.6",
"react-redux": "^9.1.2",
"react-spring": "^9.7.4",
"redux": "^5.0.1",
"sass": "^1.77.0",
"socket.io-client": "^4.7.5"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"typescript": "^5"
}
}