-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.31 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
{
"name": "",
"version": "1.0.0",
"main": "gulpfile.js",
"dependencies": {
"@babel/polyfill": "^7.8.3",
"css-loader": "^3.4.2",
"file-loader": "^5.1.0",
"jquery": "^3.4.1",
"node-sass": "^4.14.1"
},
"devDependencies": {
"browser-sync": "^2.26.10",
"ejs": "^3.0.2",
"eslint": "^6.8.0",
"eslint-loader": "^3.0.3",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-changed": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-cli": "^2.2.0",
"gulp-ejs": "^5.0.0",
"gulp-group-css-media-queries": "^1.2.2",
"gulp-imagemin": "^6.2.0",
"gulp-mode": "^1.0.2",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-prettify": "^0.5.0",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"imagemin-mozjpeg": "^8.0.0",
"imagemin-pngquant": "^8.0.0",
"nodemon": "^1.19.4",
"rimraf": "^3.0.2",
"terser": "^4.6.3"
},
"scripts": {
"start": "npx gulp",
"build": "NODE_ENV=production npx gulp build --production"
},
"author": "",
"license": "ISC",
"description": ""
}