-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.92 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.92 KB
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
{
"name": "serbian-addons-for-woocommerce",
"description": "A WPWebpack project A WPWebpack project",
"license": "GPL-3.0",
"scripts": {
"build:release": "npm run build:production && npm run build:blocks",
"build:blocks": "wp-scripts build --config assets/webpack/webpack.config-block.js",
"build": "webpack --config assets/webpack/webpack.config.ts",
"build:production": "webpack --env production --config assets/webpack/webpack.config.ts",
"watch": "webpack --watch --config assets/webpack/webpack.config.ts",
"watch:production": "webpack --watch --env production --config assets/webpack/webpack.config.ts",
"build:pot": "node assets/build/wp-pot.js",
"lint": "npm run -s lint:scripts && npm run -s lint:styles",
"lint:scripts": "eslint assets/scripts",
"lint:styles": "stylelint \"assets/styles/**/*.{css,sass,scss,sss,less}\"",
"semantic-release": "semantic-release"
},
"dependencies": {
"@wordpress/scripts": "^30.7.0",
"@wptoolset/router": "^1.0",
"sass-mq": "^5.0"
},
"devDependencies": {
"@types/backbone": "^1.4.19",
"@types/jquery": "^3.5.5",
"@types/wordpress__admin": "^5.8.4",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@wordpress/env": "^7.0.0",
"@wordpress/scripts": "^26.6.0",
"@woocommerce/dependency-extraction-webpack-plugin": "^3.0.1",
"@x-wp/semantic-release-config": "^1",
"@x-wp/wordpack": "^1.3.1",
"conventional-changelog-conventionalcommits": "^8.0.0",
"eslint": "^8.50",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.4.1",
"stylelint": "^15.10.1",
"stylelint-config-standard": "^34.0.0",
"stylelint-config-standard-scss": "^10.0.0 || ^17.0.0",
"typescript": "^5.6.2",
"webpack": "^5",
"webpack-cli": "^5"
},
"engines": {
"node": ">=20.8.1"
}
}