-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.55 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
{
"name": "grav-starter-pack",
"version": "2.0.0-0",
"description": "",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm install && gulp",
"update": "npm update && npm outdated",
"build": "gulp --production"
},
"author": "Jiri Maha",
"license": "ISC",
"dependencies": {
"jump.js": "^1.0.2",
"justified-layout": "^4.0.0",
"modularscale-sass": "^3.0.10",
"normalize-opentype.css": "^0.2.4",
"normalize.css": "^8.0.0",
"sass-mediaqueries": "^1.6.1",
"vanilla-lazyload": "^17.1.0"
},
"devDependencies": {
"@babel/core": "^7.11.0",
"@babel/plugin-external-helpers": "^7.10.4",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
"@babel/plugin-transform-shorthand-properties": "^7.10.4",
"@babel/plugin-transform-template-literals": "^7.10.5",
"@babel/preset-env": "^7.11.0",
"@rollup/plugin-babel": "^5.1.0",
"@rollup/plugin-commonjs": "^21.0.0",
"@rollup/plugin-node-resolve": "^13.0.5",
"autoprefixer": "^10.3.5",
"browser-sync": "^2.26.12",
"cssnano": "^5.0.8",
"del": "^6.0.0",
"eslint": "^8.0.1",
"gulp": "^4.0.2",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-load-plugins": "^2.0.3",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.1",
"gulp-sass": "^5.0.0",
"rollup": "^2.23.0",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.42.0"
},
"browserslist": [
"last 2 versions",
"> 3%"
]
}