-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.31 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
{
"name": "christmasxp2016",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack -d --watch",
"prod": "webpack --progress --optimize-minimize --optimize-dedupe"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vdaguenet/christmasxp2016.git"
},
"author": "Valentin Daguenet <[email protected]> (http://vdaguenet.fr/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/vdaguenet/christmasxp2016/issues"
},
"homepage": "https://github.com/vdaguenet/christmasxp2016#readme",
"devDependencies": {
"autoprefixer-stylus": "^0.11.0",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-preset-es2015": "^6.18.0",
"css-loader": "^0.25.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"glslify-loader": "^1.0.2",
"raw-loader": "^0.5.1",
"stylus": "^0.54.5",
"stylus-loader": "^2.3.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.3"
},
"dependencies": {
"@superguigui/wagner": "^0.1.3",
"brindille-preloader": "^2.0.0",
"component-emitter": "^1.2.1",
"glslify": "^6.0.1",
"gsap": "^1.19.0",
"guigui": "0.0.8",
"lodash.bindall": "^4.4.0",
"raf-loop": "^1.1.3",
"stylus-reset": "0.0.1",
"three": "^0.82.1"
}
}