forked from nk-crew/awb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 2.18 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
43
44
45
46
47
48
49
50
51
52
{
"name": "advanced-backgrounds",
"title": "Advanced WordPress Backgrounds",
"version": "1.7.5",
"description": "Parallax, Video, Images Backgrounds",
"license": "GPL-2.0",
"author": "nK <https://nkdev.info>",
"scripts": {
"build": "wpeg --build",
"dev": "wpeg --build --watch",
"production": "npm run make-pot && wpeg --build --zip",
"php-lint": "composer phpcs",
"php-lint-fix": "composer phpcbf",
"css-lint": "stylelint --syntax scss \"src/**/*.scss\"",
"css-lint-fix": "stylelint --fix --syntax scss \"src/**/*.scss\"",
"js-lint": "eslint --ext .js --ext .jsx src/",
"js-lint-fix": "eslint --ext .js --ext .jsx --fix src/",
"lint": "npm-run-all php-lint css-lint js-lint",
"lint-fix": "npm-run-all php-lint-fix css-lint-fix js-lint-fix",
"lint-staged": "lint-staged",
"make-pot": "composer wp -- i18n make-pot ./src ./src/languages/advanced-backgrounds.pot --skip-audit --exclude=vendor,vendors,node_modules --headers='{\"Last-Translator\":\"nK\",\"Report-Msgid-Bugs-To\":\"https://github.com/nk-o/awb/issues\"}'",
"update:packages": "npm i -g npm-check-updates && npm-check-updates -u && npm install",
"postinstall": "npx simple-git-hooks && composer install"
},
"devDependencies": {
"@babel/node": "^7.13.13",
"@babel/plugin-proposal-object-rest-spread": "^7.13.8",
"@babel/plugin-transform-react-jsx": "^7.13.12",
"@babel/preset-env": "^7.14.1",
"@babel/register": "^7.13.16",
"@svgr/webpack": "^5.5.0",
"babel-eslint": "^10.1.0",
"base64-inline-loader": "^1.1.1",
"eslint-config-nk": "^0.0.20",
"json-file": "^0.1.0",
"lint-staged": "^11.0.0",
"md5": "^2.3.0",
"micromatch": "^4.0.4",
"simple-git-hooks": "^2.3.1",
"stylelint-config-nk": "^0.0.13",
"wpeg": "1.2.4"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"classnames": "^2.3.1",
"deep-assign": "^3.0.0",
"deep-equal": "^2.0.5",
"shorthash": "0.0.2",
"throttle-debounce": "^3.0.1",
"video-worker": "^1.1.13"
}
}