-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.44 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
54
55
56
57
58
{
"name": "nursery-sample01",
"version": "1.0.0",
"description": "this is sample site",
"main": "webpack.config.js",
"scripts": {
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/m0nch1/nursery-sample01.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"autoprefixer": "^9.8.5",
"browser-sync": "^2.26.10",
"gulp": "^4.0.2",
"gulp-pug": "^4.0.1",
"lazysizes": "^5.2.2",
"smoothscroll-polyfill": "^0.4.4",
"swiper": "^6.2.0"
},
"overrideBrowserslist": [
"last 1 version",
"> 1%",
"IE 10"
],
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"babelify": "^10.0.0",
"browserify": "^16.5.2",
"del": "^5.1.0",
"gulp-autoprefixer": "^7.0.1",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^7.1.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"gulp-uglify-es": "^2.0.0",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-pngquant": "^9.0.1",
"imagemin-svgo": "^8.0.0",
"vinyl-source-stream": "^2.0.0",
"webpack": "^4.44.1",
"webpack-stream": "^6.1.0"
},
"bugs": {
"url": "https://github.com/m0nch1/nursery-sample01/issues"
},
"homepage": "https://github.com/m0nch1/nursery-sample01#readme"
}