-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.78 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "gob-dataviz",
"version": "1.0.0",
"description": "Gobelins DataViz",
"main": "index.js",
"scripts": {
"start": "gulp",
"build": "export NODE_ENV=production && gulp build",
"deploy": "yarn build && gh-pages -d dist"
},
"dependencies": {
"dat-gui": "^0.5.0",
"gsap": "^1.18.0",
"howler": "^1.1.28",
"jquery": "^2.1.4",
"normalize-css": "^2.3.1",
"nouislider": "^8.1.0",
"raf": "^3.1.0",
"three": "^0.73.0",
"three-orbit-controls": "^72.0.0",
"video.js": "^5.2.4",
"vue": "^1.0.0",
"vue-router": "^0.7.7"
},
"devDependencies": {
"babel-core": "^6.1.2",
"babel-loader": "^6.1.0",
"babel-plugin-transform-runtime": "^6.1.2",
"babel-preset-es2015": "^6.1.2",
"babel-preset-stage-0": "^6.1.2",
"babel-runtime": "^6.0.14",
"bower-webpack-plugin": "^0.1.9",
"browser-sync": "^2.10.0",
"css-loader": "^0.21.0",
"file-loader": "^0.8.4",
"gh-pages": "^1.0.0",
"gulp": "^3.9.0",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-load-plugins": "^1.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"gulp-useref": "^3.0.3",
"gulp-util": "^3.0.7",
"gulp-webpack": "^1.5.0",
"jade": "^1.11.0",
"lodash": ">=4.17.5",
"node-sass": "^3.4.2",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.5",
"sass-loader": "^3.1.2",
"script-loader": "^0.6.1",
"style-loader": "^0.13.0",
"stylus-loader": "^1.4.0",
"template-html-loader": "0.0.3",
"vue-hot-reload-api": "^1.2.0",
"vue-html-loader": "^1.0.0",
"vue-loader": "^7.0.0",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.0",
"webpack-stream": "^2.1.1",
"wiredep": "^2.2.2"
},
"author": "Etienne Dldc & Hugo Maury",
"license": "MIT"
}