-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
55 lines (55 loc) · 2.04 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
53
54
55
{
"name": "advanced-backgrounds",
"title": "Advanced WordPress Backgrounds",
"version": "1.12.7",
"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 --custom-syntax postcss-scss \"src/**/*.scss\"",
"css-lint-fix": "stylelint --fix --custom-syntax postcss-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\"}'",
"prepare": "husky install",
"postinstall": "composer install"
},
"devDependencies": {
"@babel/node": "^7.22.19",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-react-jsx": "^7.22.15",
"@babel/preset-env": "^7.23.3",
"@babel/register": "^7.22.15",
"@svgr/webpack": "^6.5.1",
"babel-eslint": "^10.1.0",
"base64-inline-loader": "^2.0.1",
"browserslist-config-nk": "^1.1.1",
"eslint-config-nk": "^1.2.0",
"husky": "^8.0.3",
"json-file": "^0.1.0",
"lint-staged": "^15.1.0",
"md5": "^2.3.0",
"micromatch": "^4.0.5",
"prettier-config-nk": "^1.1.1",
"stylelint-config-nk": "^1.1.4",
"wpeg": "1.2.8"
},
"dependencies": {
"classnames": "^2.5.1",
"conditionize": "^1.0.5",
"deep-assign": "^3.0.0",
"deep-equal": "^2.2.3",
"jarallax": "^2.2.1",
"shorthash": "0.0.2",
"throttle-debounce": "^5.0.2",
"video-worker": "^2.2.0"
}
}