-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 885 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
{
"name": "3d-annotation-tool",
"version": "1.0.0",
"description": "A 3D annotation tool for annotating lithic artifacts.",
"main": "src/main.js",
"scripts": {
"start": "npm run build && serve -s dist",
"build": "webpack --mode production",
"dev": "webpack serve --mode development --open"
},
"author": "Vladimir Starostin",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"babel-loader": "^8.2.2",
"html-webpack-plugin": "^5.6.0",
"mat-for-js": "^1.1.0",
"nouislider": "^15.8.1",
"serve": "^14.2.3",
"three": "^0.166.0",
"three-mesh-bvh": "^0.7.5",
"webpack": "^5.51.1",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.0.0"
},
"engines": {
"node": "20.x"
}
}