-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
58 lines (57 loc) · 1.41 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
{
"name": "steamer",
"version": "1.1.0",
"description": "a web build based on gulp",
"keywords": [
"powder",
"web",
"app"
],
"repository": {
"type": "git",
"url": "git+https://github.com/SteamerTeam/steamer-gulp.git"
},
"author": "SteamerTeam",
"license": "MIT",
"bugs": {
"url": "https://github.com/SteamerTeam/steamer-gulp/issues"
},
"homepage": "https://github.com/SteamerTeam/steamer-gulp#readme",
"dependencies": {
"react": "^15.1.0",
"babel-loader": "^5.3.2",
"babel-runtime": "^5.8.20",
"bootstrap": "^3.3.5",
"front-matter": "^1.0.0",
"gulp": "^3.9.0",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-data": "^1.2.0",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.3.0",
"gulp-livereload": "^3.8.0",
"gulp-minify-css": "^1.2.0",
"gulp-minify-html": "^1.0.4",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.3",
"gulp-rev": "^5.1.0",
"gulp-rev-collector": "^1.0.0",
"gulp-uglify": "^1.2.0",
"gulp-zip": "^3.0.2",
"gulp.spritesmith": "^4.0.0",
"html-loader": "^0.3.0",
"html-minifier": "^0.7.0",
"jsx-loader": "^0.13.2",
"merge-stream": "^0.1.8",
"run-sequence": "^1.1.1",
"webpack-stream": "^2.1.0",
"gulp-bigpipe-template": "^1.0.4",
"gulp-inline-res": "^0.1.0"
},
"devDependencies": {
},
"engines": {
"node": ">=0.12.0",
"npm": ">=1.2.10"
}
}