forked from getgrav/grav-theme-quark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·49 lines (49 loc) · 1.25 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
{
"name": "grav-theme-afj",
"version": "0.0.1",
"homepage": "https://github.com/voodoos/grav-theme-afj",
"author": "Team AFJ <[email protected]>",
"description": "A Grav theme based on Quark",
"repository": {
"type": "git",
"url": "https://github.com/voodoos/grav-theme-afj.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/voodoos/grav-theme-afj/issues"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@rollup/stream": "^2.0.0",
"esm": "^3.2.25",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.1.0",
"gulp-clean-css": "^3.9.4",
"gulp-csscomb": "^3.0.8",
"gulp-rename": "^1.2.2",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-terser": "^2.0.1",
"rollup": "^2.50.2",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-css-porter": "^1.0.2",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"browserslist": [
"last 4 Chrome versions",
"Edge >= 12",
"Firefox ESR",
"last 4 Safari versions",
"last 4 Opera versions",
"Explorer >= 10"
],
"jshintConfig": {
"esversion": 6
},
"scripts": {
"dev": "gulp watch",
"build": "gulp build"
}
}