-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.14 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "wbp-artthe",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"serve": "webpack-dev-server",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "tslint -c tslint.json -p tsconfig.json --fix",
"build": "webpack",
"start:dev": "npm-run-all lint build start",
"start": "npm --prefix ./artthe-backend/ run start:dev"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.13",
"@types/local-ipv4-address": "^0.0.0",
"@types/lodash": "^4.14.182",
"@types/node": "^17.0.31",
"@types/qrcode": "^1.4.2",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"nodemon": "^2.0.16",
"prettier": "2.6.2",
"ts-loader": "^9.3.0",
"ts-node": "^10.7.0",
"tslib": "^2.4.0",
"tslint": "^6.1.3",
"typescript": "^4.6.4",
"webpack": "^5.72.1",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.9.0"
},
"dependencies": {
"@babylonjs/core": "^5.1.0",
"@mediapipe/camera_utils": "^0.3.1640029074",
"@mediapipe/control_utils": "^0.6.1629159505",
"@mediapipe/drawing_utils": "^0.3.1620248257",
"@mediapipe/hands": "^0.4.1646424915",
"@types/cannon": "^0.1.8",
"babylonjs": "^5.1.0",
"cannon": "github:schteppe/cannon.js",
"child_process": "^1.0.2",
"dotenv": "^16.0.0",
"express": "^4.18.1",
"express-useragent": "^1.0.15",
"local-ipv4-address": "^0.0.2",
"lodash": "^4.17.21",
"npm-run-all": "^4.1.5",
"os": "^0.1.2",
"peerjs": "^1.4.4",
"qrcode": "^1.5.0",
"socket.io": "^4.5.0",
"socket.io-client": "^4.5.0"
},
"nodemonConfig": {
"ignore": [
"public/js/*.js",
"tslint.json"
]
}
}