-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 966 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
{
"name": "three.js-typescript-boilerplate",
"version": "1.0.0",
"description": "",
"scripts": {
"dev": "concurrently -k \"tsc -p ./src/server -w\" \"tsc -p ./src/client -w\" \"nodemon ./dist/server/server.js\"",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./dist/server/server.js"
},
"license": "ISC",
"devDependencies": {
"@types/node": "^13.13.15",
"concurrently": "^5.3.0",
"nodemon": "^2.0.4"
},
"dependencies": {
"@types/cannon": "^0.1.5",
"@types/dat.gui": "^0.7.5",
"@types/express": "^4.17.7",
"@types/socket.io": "^2.1.11",
"@types/socket.io-client": "^1.4.34",
"@types/socket.io-emitter": "^3.1.0",
"@types/three": "^0.103.2",
"cannon": "^0.6.2",
"express": "^4.17.1",
"socket.io": "^3.0.1",
"socket.io-emitter": "^3.1.1",
"three": "^0.120.1",
"three-dat.gui": "^2.0.7",
"three.meshline": "^1.3.0",
"typescript": "3.8.3"
}
}