-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
72 lines (72 loc) · 2.48 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "@repo/root",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "pnpm run --filter vite-react-19 build --outDir ../../dist",
"commit": "cz",
"dev": "pnpm run --filter vite-react-19 dev",
"lint": "run-p lint:*",
"lint:cspell": "cspell --no-summary --no-progress",
"lint:es": "eslint . --fix --report-unused-disable-directives --max-warnings 0",
"lint:prettier": "prettier --ignore-unknown --write .",
"lint:style": "stylelint '**/*.{css,js,jsx,ts,tsx}' --fix -i .stylelintignore",
"prepare": "husky"
},
"dependencies": {
"@repo/dts": "workspace:*",
"@repo/tsconfig": "workspace:*",
"@repo/utils": "workspace:*",
"@types/fs-extra": "^11.0.4",
"babel-plugin-react-compiler": "19.0.0-beta-decd7b8-20250118",
"fs-extra": "^11.3.0",
"npm-run-all": "^4.1.5",
"vite": "^6.0.11"
},
"devDependencies": {
"@antfu/eslint-config": "^3.16.0",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@commitlint/types": "^19.5.0",
"@eslint-react/eslint-plugin": "^1.24.1",
"@eslint/compat": "^1.2.5",
"@repo/eslint": "workspace:^",
"@total-typescript/ts-reset": "^0.6.1",
"@types/eslint": "^9.6.1",
"@types/eslint-config-prettier": "^6.11.3",
"@types/eslint__eslintrc": "^2.1.2",
"@types/lint-staged": "^13.3.0",
"@vitejs/plugin-react": "^4.3.4",
"@vp-tw/tsconfig": "^2.0.1",
"commitizen": "^4.3.1",
"cspell": "^8.17.2",
"eslint": "^9.19.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-package-json": "^0.21.1",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-compiler": "19.0.0-beta-decd7b8-20250118",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.18",
"eslint-plugin-simple-import-sort": "^12.1.1",
"fast-glob": "^3.3.3",
"husky": "^9.1.7",
"jiti": "^2.4.2",
"lint-staged": "^15.4.2",
"pathe": "^2.0.2",
"postcss-styled-syntax": "^0.7.1",
"prettier": "^3.4.2",
"stylelint": "^16.13.2",
"stylelint-config-idiomatic-order": "^10.0.0",
"stylelint-config-standard": "^37.0.0",
"stylelint-prettier": "^5.0.2",
"tsx": "^4.19.2",
"typescript": "^5.7.3"
},
"packageManager": "[email protected]+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c",
"engines": {
"node": ">=18",
"pnpm": ">=8"
}
}