forked from Automattic/_s
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 877 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
{
"$schema": "http://json-schema.org/draft-04/schema#",
"name": "",
"version": "1.0.0",
"description": "",
"devDependencies": {
"@wordpress/eslint-plugin": "^17.12.0",
"@wordpress/prettier-config": "^3.12.0",
"autoprefixer": "^10.4.19",
"cssnano": "^6.1.2",
"postcss": "^8.4.38",
"postcss-cli": "^11.0.0",
"sass": "^1.75.0",
"@wordpress/scripts": "^28.0.0"
},
"scripts": {
"wp-scripts": "wp-scripts start src/js/editor/index.js --output-path=assets/js/editor --output-filename=editor.js",
"watch": "sass --watch --update --style=expanded src/scss:assets/css",
"sass": "sass --style=expanded src/scss:assets/css",
"sass:build": "sass --no-source-map --style=compressed src/scss:assets/css && postcss --no-map assets/css/**/*.css --replace --use autoprefixer cssnano"
},
"browserslist": [
"> 1%"
],
"prettier": "@wordpress/prettier-config"
}