-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.25 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
73
74
75
76
77
{
"name": "jianlai",
"version": "0.0.0",
"description": "",
"license": "MIT",
"homepage": "https://zhuba-ahhh.github.io/jianlai/",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"commit": "commit",
"format": "prettier --write --ignore-unknown .",
"lint": "eslint --cache ./src",
"postinstall": "husky"
},
"husky": {
"hooks": {
"pre-commit": "pnpm lint\n pnpm format"
}
},
"dependencies": {
"ahooks": "^3.8.1",
"axios": "^1.6.8",
"daisyui": "^4.12.10",
"dayjs": "^1.11.13",
"lodash-es": "^4.17.21",
"lxgw-wenkai-lite-webfont": "^1.7.0",
"nprogress": "^0.2.0",
"rc-virtual-list": "^3.14.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.26.2",
"zhuba-tools": "^0.0.14",
"zustand": "^4.5.2"
},
"devDependencies": {
"@commitlint/cli": "^19.1.0",
"@commitlint/config-conventional": "^19.1.0",
"@commitlint/prompt-cli": "^19.1.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^18.19.39",
"@types/nprogress": "^0.2.3",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-react-swc": "^3.7.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"eslint-plugin-testing-library": "^6.2.2",
"husky": "^9.0.0",
"less": "^4.2.0",
"lint-staged": "^15.2.2",
"postcss": "^8.4.39",
"prettier": "^3.2.5",
"react-test-renderer": "^18.2.0",
"rollup-plugin-visualizer": "^5.12.0",
"tailwindcss": "^3.4.4",
"terser": "^5.30.4",
"typescript": "^5.1.6",
"vite": "^5.3.3",
"vite-plugin-cdn-import": "^1.0.1",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-external": "^4.3.1",
"vite-plugin-imagemin": "^0.6.1",
"vite-plugin-svgr": "4.2.0",
"vite-tsconfig-paths": "^4.0.3"
}
}