-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 803 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 803 Bytes
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
{
"name": "stepwrite-root",
"private": true,
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11"
},
"scripts": {
"start": "concurrently \"cd server && npm start\" \"cd client && npm start\"",
"install-all": "npm install && cd client && npm install && cd ../server && npm install",
"update-deps": "npm update && cd client && npm update && cd ../server && npm update"
},
"dependencies": {
"@babel/helpers": "^7.26.10",
"@babel/runtime": "^7.26.10",
"@ricky0123/vad-web": "^0.0.22",
"concurrently": "^8.0.0",
"cookie-parser": "^1.4.7",
"express": "^4.21.2",
"js-cookie": "^3.0.5",
"multer": "^1.4.5-lts.1",
"uuid": "^11.1.0"
},
"overrides": {
"postcss": ">=8.4.31",
"nth-check": ">=2.0.1"
}
}