-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·42 lines (42 loc) · 1.13 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
{
"name": "JoliHome",
"version": "0.1.0",
"scripts": {
"start": "webpack-dev-server --mode development",
"build": "cp -R ./src/*.html ./build/ & cp -R ./src/assets ./build/assets & webpack -p --mode production"
},
"dependencies": {
"three": "^0.90.0",
"three-orbit-controls": "^82.1.0"
},
"paths": {},
"devDependencies": {
"autoprefixer-stylus": "^0.14.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.7.0",
"css-loader": "^0.26.2",
"eslint": "^4.9.0",
"eslint-config-prettier": "^2.6.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-prettier": "^2.3.1",
"mini-css-extract-plugin": "^0.4.0",
"node-sass": "^4.5.0",
"postcss-loader": "^2.0.6",
"prettier": "^1.7.4",
"raw-loader": "^0.5.1",
"sass-loader": "^6.0.2",
"style-loader": "^0.13.2",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"webpack": "^4.1.1",
"webpack-cli": "^2.1.3",
"webpack-dev-server": "^3.1.4"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jolicode/lab-webgl-home"
},
"author": "JoliCode"
}