-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1.01 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
{
"name": "kks-news-viewer",
"version": "0.1.3",
"description": "Displays MailerLite Newsletters via iframe.",
"author": "Shrinkray",
"license": "GPL-2.0-or-later",
"main": "build/news-viewer.js",
"browserslist": [
"defaults",
"> 0.2% and not dead"
],
"scripts": {
"build": "wp-scripts build --webpack-src-dir=src --webpack-copy-php && npm run build:css",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip",
"start": "wp-scripts start",
"build:css": "sass src/newsletter.scss build/style-index.css --style=compressed && postcss build/style-index.css --replace --use autoprefixer"
},
"devDependencies": {
"@wordpress/browserslist-config": "^5.28.0",
"@wordpress/scripts": "^26.16.0",
"autoprefixer": "^10.4.16",
"postcss-cli": "^10.1.0",
"sass": "^1.82.0"
},
"resolutions": {
"intl-messageformat-parser": "npm:@formatjs/icu-messageformat-parser@latest"
}
}