-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
53 lines (53 loc) · 1.39 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
{
"name": "tehpostach.monitor",
"title": "monitor",
"description": "Orders' monitor for tehpostach factory",
"author": {
"name": "Danil Nesterenko"
},
"version": "0.0.1",
"license": "MIT",
"homepage": "",
"scripts": {
"gulp": "gulp",
"build": "gulp build",
"deploy": "npm run build && firebase deploy"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
"browser-sync": "^2.18.13",
"colors": "^1.1.2",
"cross-env": "^5.1.1",
"del": "^2.0.2",
"firebase-tools": "^6.0.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^4.0.0",
"gulp-clean-css": "^3.9.0",
"gulp-concat": "^2.4.3",
"gulp-gh-pages": "^0.4.0",
"gulp-htmlmin": "^2.0.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.4.0",
"gulp-jshint": "^1.9.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^0.6.6",
"gulp-rename": "^1.2.0",
"gulp-sass": "^3.1.0",
"gulp-sass-lint": "^1.3.4",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"imagemin-pngquant": "^4.0.0",
"run-sequence": "^1.1.4",
"sassdoc": "^2.1.15",
"source-map-loader": "^0.2.1",
"uglifyjs-webpack-plugin": "^0.4.6",
"vinyl-paths": "^2.0.0",
"webpack-cli": "^3.2.3",
"webpack-stream": "^4.0.0",
"webpack-plugin-replace": "^1.2.0"
}
}