-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.68 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
37
38
39
40
41
42
{
"name": "ankur-eichefam",
"version": "1.1.1",
"description": "",
"scripts": {
"lint:css": "wp-scripts lint-style \"src/**/*.scss\"",
"prettier:check": "prettier --check \"{inc,parts,patterns,src,styles,templates}/**/*.+(html|scss)\"",
"prettier:write": "prettier --write \"{inc,parts,patterns,src,styles,templates}/**/*.+(html|scss)\"",
"lint": "npm run lint:css && npm run prettier:check",
"fix": "npm run prettier:write && npm run phpcb",
"clean": "rimraf \"./assets\" \"./build\" \"ankur-eichefam.pot\"",
"build": "npm run lint && npm run clean && wp-scripts build",
"mkdir:build": "mkdirp build",
"copy": "copyfiles assets/**/* inc/**/* parts/**/* patterns/**/* src/**/* styles/**/* templates/**/* *.php readme.txt screenshot.jpg style.css theme.json ankur-eichefam.pot build/ankur-eichefam",
"zip": "cd build && bestzip ankur-eichefam.zip ankur-eichefam",
"export": "npm run mkdir:build && npm run copy && npm run zip"
},
"repository": {
"type": "git",
"url": "git+https://github.com/peiche/ankur-eichefam.git"
},
"author": "Paul Eiche <[email protected]>",
"license": "GPL-2.0-or-later",
"bugs": {
"url": "https://github.com/peiche/ankur-eichefam/issues"
},
"homepage": "https://eichefam.net",
"devDependencies": {
"@wordpress/prettier-config": "^2.20.0",
"@wordpress/scripts": "^29.0.0",
"bestzip": "^2.2.1",
"copy-webpack-plugin": "^11.0.0",
"copyfiles": "^2.4.1",
"eslint-plugin-prettier": "^4.0.0",
"mini-css-extract-plugin": "^2.6.0",
"path": "^0.12.7",
"postcss-preset-env": "^7.7.1",
"prettier": "^3.0.0",
"rimraf": "^2.7.1",
"webpack-fix-style-only-entries": "^0.6.1"
}
}