-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.13 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
{
"name": "underpin",
"title": "Plugin name replace me",
"version": "1.0.0",
"description": "Plugin Description Replace Me",
"author": "DesignFrame Solutions, LLC",
"license": "GPL-2.0-or-later",
"homepage": "https://www.designframesolutions.com",
"engines": {
"node": ">=8.0.0",
"npm": ">=6.0.0"
},
"main": "webpack.config.js",
"devDependencies": {
"@wordpress/scripts": "5.0.1",
"autoprefixer": "9.6.1",
"css-loader": "3.2.0",
"es6-promise-promise": "1.0.0",
"lodash.foreach": "4.5.0",
"mini-css-extract-plugin": "0.8.0",
"optimize-css-assets-webpack-plugin": "5.0.3",
"postcss-loader": "3.0.0",
"webpack": "4.39.2",
"webpack-fix-style-only-entries": "0.3.0"
},
"scripts": {
"build": "wp-scripts build && npm run i18n",
"dev": "wp-scripts start",
"check-engines": "wp-scripts check-engines",
"check-licenses": "wp-scripts check-licenses --production",
"i18n": "wp i18n make-pot . languages/edds.pot --domain=edds",
"lint:js": "wp-scripts lint-js .",
"lint:js--fix": "wp-scripts lint-js . --fix",
"lint:pkg-json": "wp-scripts lint-pkg-json"
}
}