-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 947 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 947 Bytes
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
{
"name": "wordpressp-frontplate",
"version": "0.1.0",
"description": "WordPress Site Template for frontplate-cli",
"dependencies": {},
"devDependencies": {
"babel-eslint": "^7.2.3",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-stage-2": "^6.24.1",
"eslint-plugin-filenames": "^1.2.0",
"npm-run-all": "^3.1.0",
"postcss-cachebuster": "^0.1.5"
},
"scripts": {
"start": "npm run build && npm run serve",
"test": "frp build",
"wpstyle": "frp exe frp-plugins/wp-theme-style.js",
"build": "docker-compose build && frp build",
"serve": "run-p server:*",
"server:web": "frp serve",
"server:docker": "docker-compose up",
"production": "frp build -p && npm run anticache",
"changelog": "conventional-changelog -p eslint -i CHANGELOG.md -w -s -r 0",
"sqldump": "sh scripts/mysqldump.sh",
"anticache": "frp exe frp-plugins/anticache.js"
},
"private": true
}