-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.98 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.98 KB
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
51
52
53
54
55
{
"name": "ife2017-task",
"version": "1.0.0",
"description": "ife-2017-task",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-three-01": "node tasks/build.js --src:three.js-01",
"dev-three-01": "node tasks/dev.js --src:three.js-01",
"dev-demo-three-orthographic": "node tasks/dev.js --src:/demo/three.js-orthographic",
"dev-demo-three-perspective": "node tasks/dev.js --src:/demo/three.js-perspective",
"dev-demo-three-text-geometry": "node tasks/dev.js --src:/demo/three.js-text-geometry",
"dev-demo-three-mesh-basic-material": "node tasks/dev.js --src:/demo/three.js-mesh-basic-material",
"dev-demo-three-mesh-lambert-material": "node tasks/dev.js --src:/demo/three.js-mesh-lambert-material",
"dev-demo-three-ball-animation": "node tasks/dev.js --src:/demo/three.js-ball-animation"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MinFE/ife2017.git"
},
"author": "minfive",
"license": "ISC",
"bugs": {
"url": "https://github.com/MinFE/ife2017/issues"
},
"homepage": "https://github.com/MinFE/ife2017#readme",
"dependencies": {
"three": "^0.84.0"
},
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-plugin-transform-async-to-generator": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-es2016": "^6.22.0",
"babel-preset-es2017": "^6.22.0",
"babel-preset-stage-3": "^6.22.0",
"css-loader": "^0.26.2",
"extract-text-webpack-plugin": "^2.0.0",
"html-webpack-plugin": "^2.28.0",
"node-sass": "^4.5.0",
"postcss-assets": "^4.1.0",
"postcss-cssnext": "^2.9.0",
"postcss-loader": "^1.3.3",
"sass-loader": "^6.0.2",
"shelljs": "^0.7.6",
"style-loader": "^0.13.2",
"transfer-webpack-plugin": "^0.1.4",
"url-loader": "^0.5.8",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.1",
"webpack-merge": "^3.0.0"
}
}