forked from jiayisheji/miracle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.18 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
{
"name": "@miracle1/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"prepare": "husky",
"commit": "node ./node_modules/cz-customizable/standalone.js"
},
"private": true,
"devDependencies": {
"@commitlint/cli": "^19.0.3",
"@commitlint/config-conventional": "^19.0.3",
"@nx/eslint": "^18.0.7",
"@nx/eslint-plugin": "^18.0.7",
"@nx/js": "18.0.7",
"@nx/workspace": "18.0.7",
"@swc-node/register": "~1.8.0",
"@swc/core": "~1.3.85",
"@swc/helpers": "~0.5.2",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"cz-customizable": "^7.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"husky": "^9.0.11",
"jsonc-eslint-parser": "^2.4.0",
"lint-staged": "^15.2.2",
"nx": "18.0.7",
"prettier": "^2.6.2",
"stylelint": "^16.2.1",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^13.0.0",
"stylelint-order": "^6.0.4",
"typescript": "~5.3.2"
},
"engines": {
"node": ">=20.10.0",
"pnpm": ">=8.15.0"
},
"engineStrict": true,
"packageManager": "[email protected]"
}