-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 875 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 875 Bytes
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
{
"name": "WebApp",
"version": "2.0.0",
"description": "WebApp project tpl. Gulp4",
"main": "index.js",
"author": {
"name": "ShineKami",
"email": "sluciferk@gmail.com",
"url": ""
},
"repository": {
"type": "git",
"url": "git@github.com:ShineKami/webapp.git"
},
"devDependencies": {
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^3.1.0",
"gulp-clean-css": "^4.2.0",
"gulp-file-include": "^0.13.7",
"gulp-htmlmin": "^3.0.0",
"gulp-imagemin": "^6.2.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.0",
"gulp-sourcemaps": "^2.0.0-alpha",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"imagemin-pngquant": "^8.0.0",
"jquery": "^3.4.1",
"node-normalize-scss": "^8.0.1"
}
}