-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.46 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
{
"name": "labslayer",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --progress --color --config webpack.prod.js",
"dev": "webpack-dev-server --open --public --config webpack.dev.js",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/johnny-keker/labslayer.git"
},
"author": "johnny-keker",
"license": "ISC",
"bugs": {
"url": "https://github.com/johnny-keker/labslayer/issues"
},
"homepage": "https://github.com/johnny-keker/labslayer#readme",
"devDependencies": {
"-": "0.0.1",
"@tweenjs/tween.js": "^18.6.4",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.0.3",
"css-loader": "^4.2.1",
"exports-loader": "^1.1.0",
"file-loader": "^6.0.0",
"gh-pages": "^3.1.0",
"html-webpack-plugin": "^4.3.0",
"imports-loader": "^1.1.0",
"save-dev": "0.0.1-security",
"shader-particle-engine": "github:blaze33/ShaderParticleEngine#d019c8bf3766997f39dccda943fcee9586e84d94",
"stats.js": "^0.17.0",
"style-loader": "^1.2.1",
"three": "^0.119.1",
"three-csg-ts": "^1.0.4",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^5.1.1"
},
"dependencies": {
"-": "0.0.1",
"gh-pages": "^3.1.0",
"save-dev": "0.0.1-security"
}
}