-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.18 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.18 KB
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
{
"name": "onyx",
"version": "0.4.0",
"description": "Onyx Wordpress Starter Theme",
"type": "module",
"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": "git@github.com:andremacola/onyx-theme.git"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/stream": "^3.0.1",
"@wordpress/eslint-plugin": "^20.3.0",
"dotenv": "^16.5.0",
"eslint": "^8.57.1",
"gulp": "^5.0.0",
"gulp-autoprefixer": "^9.0.0",
"gulp-if": "^3.0.0",
"gulp-livereload": "https://github.com/andremacola/gulp-livereload.git",
"gulp-purgecss": "^7.0.2",
"gulp-rename": "^2.0.0",
"gulp-sass": "^6.0.1",
"rollup": "^4.41.0",
"sass": "^1.89.0",
"vinyl-source-stream": "^2.0.0"
},
"browserslist": [
">0.2%",
"last 2 versions",
"Firefox ESR",
"not dead"
],
"dependencies": {
"gulp-px2rem": "^1.1.4"
}
}