-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
127 lines (127 loc) · 3.61 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "gulp-starter",
"version": "3.1.0",
"description": "A full featured configurable gulp asset pipeline and static site builder",
"engines": {
"node": ">=0.12.0 ~5.9.0",
"npm": ">=2.14.12 ~3.7.3"
},
"homepage": "http://code.viget.com/gulp-starter/",
"repository": {
"type": "git",
"url": "git://github.com/vigetlabs/gulp-starter.git"
},
"scripts": {
"start": "node deepstream.js",
"gulp": "gulp",
"development": "gulp",
"production": "gulp production",
"demo": "gulp production && gulp server",
"lint": "eslint src",
"lintfix": "eslint --fix src",
"test": "gulp production && karma start --single-run",
"prod": "gulp production && node server.js",
"test:watch": "karma start",
"test:gulp": "mocha ./gulpfile.js/**/*.test.js"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "6.7.2",
"babel-loader": "6.2.4",
"babel-preset-es2015": "6.6.0",
"babel-preset-stage-1": "6.5.0",
"browser-sync": "2.11.1",
"chai": "3.5.0",
"compression": "1.6.1",
"del": "2.2.0",
"eslint": "^3.14.1",
"eslint-config-airbnb": "^14.0.0",
"eslint-loader": "^1.5.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-react": "^6.9.0",
"exports-loader": "^0.6.3",
"express": "4.13.4",
"gulp": "^3.9.1",
"gulp-autoprefixer": "3.1.0",
"gulp-changed": "1.3.0",
"gulp-cssnano": "2.1.1",
"gulp-data": "1.2.1",
"gulp-eslint": "^3.0.1",
"gulp-gh-pages": "0.5.4",
"gulp-htmlmin": "1.3.0",
"gulp-iconfont": "6.0.0",
"gulp-if": "2.0.0",
"gulp-imagemin": "2.4.0",
"gulp-notify": "2.2.0",
"gulp-nunjucks-render": "2.0.0",
"gulp-rename": "1.2.2",
"gulp-rev": "7.0.0",
"gulp-rev-napkin": "0.1.0",
"gulp-rev-replace": "0.4.3",
"gulp-sass": "2.2.0",
"gulp-sequence": "0.4.5",
"gulp-sizereport": "1.1.3",
"gulp-sourcemaps": "1.6.0",
"gulp-svgstore": "6.0.0",
"gulp-uglify": "1.5.3",
"gulp-util": "3.0.7",
"gulp-watch": "4.3.5",
"imports-loader": "^0.6.5",
"karma": "0.13.22",
"karma-chrome-launcher": "0.2.3",
"karma-cli": "0.1.2",
"karma-firefox-launcher": "0.1.7",
"karma-mocha": "0.2.2",
"karma-nyan-reporter": "0.2.4",
"karma-sinon-chai": "1.2.0",
"karma-webpack": "1.7.0",
"lodash": "4.6.1",
"lolex": "1.4.0",
"mocha": "2.4.5",
"morgan": "1.7.0",
"object-assign": "4.0.1",
"open": "0.0.5",
"pretty-hrtime": "1.0.2",
"require-dir": "0.3.0",
"sinon": "1.17.3",
"sinon-chai": "2.8.0",
"webpack": "1.12.14",
"webpack-bundle-analyzer": "^1.4.1",
"webpack-dev-middleware": "1.5.1",
"webpack-hot-middleware": "2.10.0"
},
"license": "MIT",
"dependencies": {
"bodymovin": "^4.4.14",
"cannon": "^0.6.2",
"clipboard": "^1.5.12",
"deepstream.io": "^2.1.2",
"deepstream.io-client-js": "^2.1.1",
"es6-map": "^0.1.5",
"es6-promise": "^3.2.1",
"event-emitter": "^0.3.4",
"eventemitter3": "^2.0.2",
"express": "^4.13.4",
"express-history-api-fallback": "^2.0.0",
"fps": "0.0.3",
"gsap": "^1.19.0",
"howler": "^2.0.2",
"jquery": "^3.1.1",
"json-loader": "^0.5.4",
"lodash": "^4.6.1",
"lodash.chunk": "^4.2.0",
"mobile-detect": "^1.3.6",
"normalize.css": "^4.0.0",
"nosleep": "github:bhspitmonkey/NoSleep.js",
"object.values": "^1.0.3",
"randomstring": "^1.1.5",
"screenfull": "^3.0.2",
"three": "^0.84.0",
"webvr-polyfill": "^0.9.20",
"wordwrap": "^1.0.0",
"worker-loader": "^0.7.1",
"zepto": "^1.2.0",
"zepto-modules": "^1.0.1"
}
}