-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpackage.json
61 lines (61 loc) · 1.58 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
59
60
61
{
"name": "fullscreen-slider",
"description": "",
"repository": {
"type": "git",
"url": "https://github.com/ykob/fullscreen-slider.git"
},
"private": false,
"scripts": {
"start": "npm run dev",
"dev": "cross-env NODE_ENV=development gulp",
"build": "cross-env NODE_ENV=production gulp build --format=static"
},
"engines": {
"node": "10.13.0"
},
"browserslist": [
"last 2 version",
"IE 11"
],
"devDependencies": {
"@babel/core": "^7.0.1",
"@babel/preset-env": "^7.0.0",
"babel-loader": "^8.0.4",
"browser-sync": "^2.23.5",
"cross-env": "^5.1.5",
"del": "^4.0.0",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-clean-css": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-data": "^1.3.1",
"gulp-imagemin": "^5.0.3",
"gulp-load-plugins": "^1.5.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.0",
"gulp-pug": "^4.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.0",
"imagemin-mozjpeg": "^8.0.0",
"imagemin-pngquant": "^7.0.0",
"merge-stream": "^1.0.1",
"node-sass": "^4.9.4",
"pump": "^3.0.0",
"require-dir": "^1.0.0",
"slash": "^3.0.0",
"vinyl-source-stream": "^2.0.0",
"webpack": "^4.20.2",
"webpack-stream": "^5.1.1",
"yargs": "^13.2.1"
},
"dependencies": {
"@babel/polyfill": "^7.0.0",
"easing-js": "git://github.com/danro/easing-js.git",
"js-util": "git://github.com/ykob/js-util.git",
"jstransformer-markdown-it": "^2.0.0",
"normalize-wheel": "^1.0.1",
"ua-parser-js": "^0.7.19"
}
}