-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.17 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
{
"name": "zapworks",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack serve --mode=development --config=webpack.config.js",
"build": "webpack --config=webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/upalexgill/zapworks.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/upalexgill/zapworks/issues"
},
"homepage": "https://github.com/upalexgill/zapworks#readme",
"devDependencies": {
"@types/node": "^14.14.33",
"@types/three": "^0.126.0",
"@typescript-eslint/eslint-plugin": "^4.17.0",
"@typescript-eslint/parser": "^4.17.0",
"css-loader": "^5.1.1",
"eslint": "^7.21.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"file-loader": "^6.2.0",
"gh-pages": "^3.1.0",
"html-webpack-plugin": "^5.3.1",
"style-loader": "^2.0.0",
"ts-loader": "^8.0.17",
"typescript": "^4.2.3",
"webpack": "^5.24.4",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"@zappar/zappar-threejs": "^0.3.33",
"three": "^0.126.1"
}
}