-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 956 Bytes
/
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
{
"name": "aenism2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"del": "^7.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-changed": "^4.0.3",
"gulp-cli": "^2.3.0",
"gulp-concat": "^2.6.1",
"gulp-cssmin": "^0.2.0",
"gulp-gzip": "^1.4.2",
"gulp-hash": "^4.2.2",
"gulp-image-resize": "^0.13.1",
"gulp-imagemin": "^8.0.0",
"gulp-minify": "^3.1.0",
"gulp-sass": "^5.1.0",
"gulp-sass-inline-svg": "^1.0.3",
"gulp-sassvg": "^5.0.0",
"gulp-svgmin": "^4.1.0",
"gulp-uglify": "^3.0.2",
"sass": "^1.56.2"
},
"dependencies": {
"npm-check-updates": "^16.5.6",
"throttle-debounce": "^5.0.0"
},
"browserslist": [
"defaults and supports es6-module",
"maintained node versions"
]
}