-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.09 KB
/
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
37
38
{
"name": "root",
"private": true,
"scripts": {
"install-deps": "lerna bootstrap --ignore server && cd packages/server && npm install"
},
"devDependencies": {
"@types/express": "^4.17.6",
"@types/jest": "^26.0.0",
"@types/lodash": "^4.14.155",
"@types/node": "^14.0.11",
"@types/react-redux": "^7.1.9",
"@types/react-router-dom": "^5.1.5",
"@types/redux-logger": "^3.0.8",
"@types/redux-thunk": "^2.1.0",
"@types/socket.io": "^2.1.10",
"@types/socket.io-client": "^1.4.33",
"@types/swagger-ui-express": "^4.1.2",
"@types/uuid": "^8.0.0",
"craco-alias": "^2.1.1",
"jest": "^26.0.1",
"lerna": "^3.21.0",
"ts-jest": "^26.1.4",
"ts-loader": "^7.0.5",
"ts-node": "^8.10.2",
"typescript": "^3.9.5",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-filter-warnings-plugin": "^1.2.1",
"webpack-node-externals": "^1.7.2"
},
"dependencies": {
"client": "file:packages\\client",
"model": "file:packages\\model",
"server": "file:packages\\server"
}
}