-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.67 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
{
"name": "iq300-frontend",
"version": "0.1.0",
"description": "iq300-frontend",
"repository": {
"type": "git",
"url": "[email protected]:IQ300Ltd/iq300-frontend.git"
},
"dependencies": {
"gulp": "^3.9.1",
"gulp-sourcemaps": "~1.1.0",
"react": "^16.0.0",
"react-bootstrap-table": "^4.1.1"
},
"devDependencies": {
"autoprefixer": "^5.1.1",
"autoprefixer-core": "^5.1.11",
"browser-sync": "^2.4.0",
"bufferstreams": "0.0.2",
"coffee-script": "^1.7.1",
"concurrent-transform": "^1.0.0",
"del": "^0.1.3",
"event-stream": "^3.1.7",
"gulp-autoprefixer": "^4.0.0",
"gulp-awspublish": "^3.3.0",
"gulp-bower": "0.0.3",
"gulp-bundle": "git+ssh://[email protected]:bleech/gulp-bundle.git",
"gulp-cache": "~0.1.1",
"gulp-coffee": "^2.3.4",
"gulp-concat": "^2.2.0",
"gulp-connect": "^5.0.0",
"gulp-debug": "^2.0.1",
"gulp-flatten": "0.0.2",
"gulp-jshint": "~1.4.0",
"gulp-load-plugins": "~0.3.0",
"gulp-minify-css": "^1.1.1",
"gulp-postcss": "^5.1.6",
"gulp-rename": "^1.2.0",
"gulp-sass": "^3.1.0",
"gulp-shell": "^0.4.1",
"gulp-size": "~0.1.2",
"gulp-useref": "^0.4.4",
"gulp-util": "~2.2.9",
"minimist": "^1.2.0",
"node-notifier": "^5.1.2",
"postcss": "^4.1.10",
"through2": "latest",
"vinyl-paths": "^1.0.0",
"wiredep": "^1.7.3"
},
"engines": {
"node": ">=0.10.32"
},
"scripts": {
"start": "gulp watch & EXECJS_RUNTIME=Node bundle exec middleman",
"build": "bundle exec middleman build && rm -rf dist/* && gulp dist",
"deploy:staging": "NODE_ENV=staging gulp s3",
"deploy:staging2": "NODE_ENV=staging2 gulp s3"
}
}