This repository has been archived by the owner on Jan 12, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.59 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "@mypreview/flash-form",
"version": "1.1.1",
"private": true,
"homepage": "https://github.com/mypreview/flash-form#readme",
"bugs": {
"url": "https://github.com/mypreview/flash-form/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mypreview/flash-form.git"
},
"license": "GPL-3.0-or-later",
"author": "Mahdi Yazdani",
"scripts": {
"archive": "npm run pre-archive && rm -rf $npm_package_name && composer install --no-dev && composer archive --file=$npm_package_name --format=zip && composer install -vvv",
"build": "wp-scripts build",
"dev": "wp-scripts start",
"env": "wp-env start && npm run env:siuy",
"env:siuy": "wp-env run cli \"wp theme activate siuy\"",
"env:stop": "wp-env stop",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:css-fix": "wp-scripts lint-style --fix",
"lint:js": "wp-scripts lint-js",
"lint:js-fix": "wp-scripts lint-js --fix",
"lint:php": "composer lint:php",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"lint:wpcs": "composer lint:wpcs",
"lint:wpcs-fix": "composer lint:wpcbf",
"makepot": "composer make-pot",
"packages-update": "wp-scripts packages-update",
"pre-archive": "npm run format && npm run lint:css-fix && npm run lint:js-fix && npm run lint:wpcs-fix && npm run build"
},
"lint-staged": {
"*.{scss,css}": [
"npm run lint:css"
],
"*.{js,ts,tsx}": [
"npm run format"
],
"*.php": [
"npm run lint:wpcs"
]
},
"dependencies": {
"@mypreview/unicorn-js-upsell": "1.0.1",
"@mypreview/unicorn-js-utils": "1.4.0",
"@mypreview/unicorn-react-components": "1.6.3",
"@mypreview/unicorn-react-hooks": "1.4.0",
"@mypreview/unicorn-style-utils": "1.1.1",
"@wordpress/block-editor": "^10.4.0",
"@wordpress/blocks": "^11.20.0",
"@wordpress/components": "^22.0.0",
"@wordpress/compose": "^5.19.0",
"@wordpress/data": "^7.5.0",
"@wordpress/dom-ready": "^3.21.0",
"@wordpress/element": "^4.19.0",
"@wordpress/escape-html": "^2.21.0",
"@wordpress/hooks": "^3.21.0",
"@wordpress/i18n": "^4.21.0",
"@wordpress/url": "^3.22.0",
"classnames": "2.3.2",
"lodash": "4.17.21",
"prop-types": "15.8.1",
"whatwg-fetch": "3.6.2"
},
"devDependencies": {
"@emotion/babel-plugin-jsx-pragmatic": "0.2.0",
"@emotion/babel-preset-css-prop": "11.10.0",
"@emotion/react": "11.10.4",
"@emotion/styled": "11.10.4",
"@wordpress/env": "^5.6.0",
"@wordpress/scripts": "^24.5.0",
"husky": "8.0.1",
"license-webpack-plugin": "4.0.2",
"lint-staged": "13.0.3",
"prettier": "npm:[email protected]",
"webpack-notifier": "1.15.0",
"webpack-rtl-plugin": "2.0.0"
}
}