-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.53 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
{
"name": "serbian-addons-for-woocommerce",
"description": "A WPWebpack project A WPWebpack project",
"license": "GPL-3.0",
"scripts": {
"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",
"build:release": "./assets/build/release.sh",
"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": {
"@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",
"@x-wp/semantic-release-config": "^1",
"@x-wp/wordpack": "^1.3",
"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",
"typescript": "^5.6.2",
"webpack": "^5",
"webpack-cli": "^5"
},
"engines": {
"node": ">=20.8.1"
}
}