-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.16 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
{
"name": "onyx",
"version": "0.4.0",
"description": "Onyx Wordpress Starter Theme",
"scripts": {
"serve": "gulp serve",
"dev": "gulp serve",
"serve:prod": "env NODE_ENV=prod gulp serve",
"build": "env NODE_ENV=prod gulp",
"svg-spreact": "svg-spreact -t false -o true ./assets/images/svgs > ./assets/images/sprites.svg"
},
"author": "Andre Machado",
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:andremacola/onyx-theme.git"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/stream": "^3.0.1",
"@wordpress/eslint-plugin": "^20.3.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.1",
"gulp": "^5.0.0",
"gulp-autoprefixer": "^8.0.0",
"gulp-if": "^3.0.0",
"gulp-livereload": "https://github.com/andremacola/gulp-livereload.git",
"gulp-purgecss": "^6.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"rollup": "^4.22.4",
"sass": "^1.79.1",
"vinyl-source-stream": "^2.0.0"
},
"browserslist": [
">0.2%",
"last 2 versions",
"Firefox ESR",
"not dead"
],
"dependencies": {
"gulp-px2rem": "^1.1.4"
}
}