-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.34 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
{
"name": "tehpostach",
"title": "tehpostach PE",
"description": "tehpostach site",
"author": {
"name": "D.Nesterenko"
},
"version": "0.0.1",
"license": "MIT",
"homepage": "tehpostach.com",
"scripts": {
"start": "gulp",
"build": "gulp build",
"deploy": "gulp build && firebase deploy --non-interactive"
},
"dependencies": {},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.27.10",
"colors": "^1.4.0",
"cross-env": "^7.0.2",
"del": "^2.0.2",
"firebase-tools": "^9.4.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-gh-pages": "^0.5.4",
"gulp-htmlmin": "^2.0.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^7.1.0",
"gulp-jshint": "^1.12.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^1.4.0",
"gulp-sass": "^3.2.1",
"gulp-sass-lint": "^1.4.0",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.8",
"imagemin-pngquant": "^4.2.2",
"run-sequence": "^2.2.1",
"sassdoc": "^2.7.1",
"source-map-loader": "^0.2.4",
"uglifyjs-webpack-plugin": "^0.4.6",
"vinyl-paths": "^2.1.0",
"webpack-stream": "^4.0.3"
}
}