-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·36 lines (36 loc) · 1009 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
34
35
36
{
"private": true,
"name": "conductor",
"version": "0.0.1",
"license": "MIT",
"author": "Patricio Ovalle",
"repository": {
"url": "https://github.com/p3zo/conductor",
"type": "git"
},
"scripts": {
"build": "webpack",
"start": "webpack serve"
},
"devDependencies": {
"@types/emscripten": "^1.39.6",
"@types/three": "^0.132.1",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"copy-webpack-plugin": "^9.0.1",
"eslint": "^8.8.0",
"html-webpack-plugin": "^5.3.2",
"meshline": "^2.0.3",
"three": "^0.148.0",
"ts-loader": "^9.0.0",
"tsconfig-paths-webpack-plugin": "^3.5.1",
"typescript": "^4.2.4",
"webpack": "^5.55.1",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^4.3.0"
},
"dependencies": {
"@handtracking.io/yoha": "^1.2.0",
"howler": "^2.2.3"
}
}