-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 888 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
36
{
"name": "real-time-cooperative-code-editor",
"version": "0.0.0",
"scripts": {
"dev": "vite --host",
"dev:server": "nodemon server.js",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@chakra-ui/react": "^1.6.9",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"axios": "^0.22.0",
"body-parser": "^1.19.0",
"chalk": "^4.1.2",
"codemirror": "^5.63.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"framer-motion": "^4.1.17",
"moment": "^2.29.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-query": "^3.26.0",
"redis": "^4.0.0-rc.2",
"socket.io": "^4.2.0",
"socket.io-client": "^4.2.0",
"uuid": "^8.3.2",
"zustand": "^3.5.10"
},
"devDependencies": {
"@vitejs/plugin-react-refresh": "^1.3.1",
"nodemon": "^2.0.12",
"vite": "^2.5.4"
}
}