-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.06 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
{
"name": "Project",
"version": "0.0.1",
"scripts": {
"serve": "gulp default",
"prod": "gulp production",
"sprite": "gulp sprite"
},
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/preset-env": "^7.5.4",
"browser-sync": "^2.26.7",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^6.1.0",
"gulp-babel": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.7.0",
"gulp-csso": "^3.0.1",
"gulp-file-include": "^2.0.1",
"gulp-gh-pages-will": "^0.5.5",
"gulp-imagemin": "^6.0.0",
"gulp-js-import": "^1.0.6",
"gulp-minify-html": "^1.0.6",
"gulp-notify": "^3.2.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.8",
"gulp.spritesmith": "^6.10.1",
"merge-stream": "^2.0.0",
"spritesmith": "^3.3.1"
},
"dependencies": {
"jquery": "^3.4.1"
}
}