-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.52 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": "cbsp",
"version": "1.0.0",
"description": "A WooCommerce dependent plugin for choosing your best selling products.",
"scripts": {
"prod": "cross-env NODE_ENV=production webpack --mode production --progress",
"dev": "cross-env NODE_ENV=development webpack --watch --mode development --progress",
"clean": "rm -rf assets/build/*",
"lint:php": "php vendor/bin/phpcs",
"lint:php:fix": "php vendor/bin/phpcbf",
"lint": "eslint assets/src/js/*",
"lint:fix": "eslint --fix assets/src/js/*"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@svgr/cli": "^8.1.0",
"@wordpress/base-styles": "^5.7.0",
"@wordpress/block-editor": "^14.2.0",
"@wordpress/blocks": "^13.7.0",
"@wordpress/components": "^28.7.0",
"@wordpress/compose": "^7.7.0",
"@wordpress/data": "^10.7.0",
"@wordpress/dependency-extraction-webpack-plugin": "^6.7.0",
"@wordpress/element": "^6.7.0",
"@wordpress/eslint-plugin": "^21.0.0",
"@wordpress/hooks": "^4.7.0",
"@wordpress/i18n": "^5.7.0",
"babel-loader": "^9.2.1",
"clean-webpack-plugin": "^4.0.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.1",
"eslint-webpack-plugin": "^4.2.0",
"file-loader": "^6.2.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
},
"browserslist": [
"defaults"
]
}