-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
41 lines (41 loc) · 1.05 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": "chokokucad",
"version": "2.2.0",
"description": "A breakthrough CAD application on your browser",
"main": "src/main.js",
"directories": {
"lib": "lib"
},
"scripts": {
"start": "webpack-dev-server",
"dev": "webpack --mode development --watch",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/itta611/ChokokuCAD.git"
},
"author": "itta611",
"license": "MIT",
"bugs": {
"url": "https://github.com/itta611/ChokokuCAD/issues"
},
"homepage": "https://github.com/itta611/ChokokuCAD#readme",
"devDependencies": {
"expose-loader": "^3.1.0",
"html-webpack-plugin": "^5.5.0",
"imports-loader": "^3.1.1",
"webpack": "^5.61.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.4.0",
"webpack-manifest-plugin": "^4.0.2",
"webpack-nano": "^1.1.1"
},
"dependencies": {
"copy-webpack-plugin": "^9.0.1",
"paper": "^0.12.15",
"three": "^0.89.0",
"threebsp": "^1.0.4",
"write-file-webpack-plugin": "^4.5.1"
}
}