-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.21 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
39
40
41
{
"name": "dnd-battlefield",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server",
"build": "npm install",
"build-local": "cd angular && npm rebuild node-sass && cd ../ && npm install && cd angular && npm install && npm run build && cd ../ && rm -rf public && mkdir public && cpx \"angular/dist/battlefield/**/*\" public"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@angular/cli": "~10.0.0",
"@angular/compiler": "~10.0.0",
"@angular/compiler-cli": "~10.0.0",
"@angular-devkit/build-angular": "~0.1000.0",
"body-parser": "^1.19.0",
"config": "^3.2.3",
"cpx": "^1.5.0",
"express": "^4.17.1",
"method-override": "^3.0.0",
"socket.io": "^2.3.0",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "~3.9.5"
},
"devDependencies": {
"cpx": "^1.5.0",
"@angular/cli": "~10.0.0",
"@angular/compiler": "~10.0.0",
"@angular/compiler-cli": "~10.0.0",
"@angular-devkit/build-angular": "~0.1000.0",
"@types/node": "^12.11.1",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "~3.9.5"
}
}