-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.42 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
{
"name": "hackathon-US2015-client",
"version": "0.0.1",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp build:production",
"start": "gulp"
},
"author": "",
"license": "",
"dependencies": {
"babel-core": "^5.5.8",
"babel-loader": "^5.1.4",
"babelify": "^6.1.2",
"backbone": "^1.2.1",
"del": "^1.2.0",
"express": "^4.12.4",
"express-handlebars": "^2.0.1",
"ga-react-router": "^1.3.0",
"gulp": "^3.9.0",
"gulp-changed": "^1.2.1",
"gulp-imagemin": "^2.2.1",
"gulp-minify-css": "^1.1.6",
"gulp-nodemon": "^2.0.3",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.1",
"gulp-sequence": "^0.3.2",
"gulp-sizereport": "^1.1.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.5",
"gulp-watch": "^4.2.4",
"handlebars": "^3.0.3",
"imagemin-mozjpeg": "^5.1.0",
"jquery": "^2.1.4",
"jsx-loader": "^0.13.2",
"lodash": "^3.9.3",
"merge-stream": "^0.1.7",
"node-libs-browser": "^0.5.2",
"object-assign": "^3.0.0",
"pretty-hrtime": "^1.0.0",
"react": "^0.13.3",
"react-router": "^0.13.3",
"require-dir": "^0.3.0",
"superagent": "^1.2.0",
"vinyl-source-stream": "^1.1.0",
"webpack": "^1.9.11"
},
"devDependencies": {
"imagemin-jpegoptim": "^4.0.0",
"imagemin-pngquant": "^4.1.0"
}
}