-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.17 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
{
"name": "plasmax",
"author": "Salute Frontend Team <[email protected]>",
"license": "MIT",
"scripts": {
"auto-plugins:build": "tsc -p auto-plugins/tsconfig.json",
"release": "git diff && auto shipit -v",
"prepare": "test ! -n \"$CI\" && husky install || echo skip husky",
"lint": "lerna run lint --parallel --since=$(git merge-base --fork-point origin/dev)",
"postinstall": "patch-package"
},
"devDependencies": {
"@auto-it/conventional-commits": "11.1.1",
"@auto-it/npm": "11.1.1",
"@auto-it/released": "11.1.1",
"@auto-it/upload-assets": "11.1.1",
"@commitlint/cli": "17.4.4",
"@commitlint/config-conventional": "17.4.4",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"auto": "11.1.1",
"chalk": "4.1.2",
"commander": "10.0.0",
"eslint": "^8.46.0",
"eslint-plugin-react": "^7.33.1",
"fs-extra": "10.0.0",
"http-server": "0.12.3",
"husky": "^8.0.0",
"lerna": "6.5.1",
"lint-staged": "13.1.2",
"node-fetch": "2.6.1",
"prettier": "2.0.5",
"required-path": "1.0.1",
"semver": "7.3.7"
},
"dependencies": {
"patch-package": "^8.0.0"
}
}