-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.21 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": "itgalaxy-plugin-common-node",
"version": "1.2.3",
"homepage": "https://github.com/itgalaxy/plugin-common-node",
"repository": {
"type": "git",
"url": "https://github.com/itgalaxy/plugin-common-node.git"
},
"license": "MIT",
"author": "itgalaxy",
"scripts": {
"commitlint": "commitlint --from=master",
"lint:prettier": "prettier --list-different .",
"lint:js": "eslint --cache .",
"lint": "npm-run-all -l -p \"lint:**\"",
"prepare": "husky",
"release": "standard-version --commit-all",
"security": "npm audit"
},
"dependencies": {
"@babel/preset-env": "7.25.8",
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@webpack-contrib/eslint-config-webpack": "3.0.0",
"archiver": "7.0.1",
"cross-env": "7.0.3",
"diff": "7.0.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.31.0",
"husky": "9.1.6",
"jquery": "3.7.1",
"jquery-ui-bundle": "1.12.1-migrate",
"lint-staged": "15.2.10",
"lodash": "4.17.21",
"npm-run-all": "4.1.5",
"prettier": "3.3.3",
"standard-version": "9.5.0",
"toastr": "2.1.4"
},
"engines": {
"node": ">= 18.15.0"
}
}