-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.82 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
{
"name": "react-starter",
"version": "1.0.0",
"scripts": {
"dev": "farm start",
"start": "farm start",
"build": "farm build",
"preview": "farm preview",
"clean": "farm clean",
"up": "taze major -I",
"lint": "eslint .",
"postinstall": "npx simple-git-hooks"
},
"dependencies": {
"@arco-design/web-react": "^2.64.0",
"ahooks": "^3.8.1",
"alova": "^3.0.16",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"i18next": "^23.14.0",
"localforage": "^1.10.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.0.1",
"react-router-dom": "^6.26.1",
"resso": "^0.17.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.27.3",
"@arco-plugins/vite-react": "^1.3.3",
"@eslint-react/eslint-plugin": "^1.13.0",
"@farmfe/cli": "^1.0.4",
"@farmfe/core": "^1.3.17",
"@farmfe/js-plugin-less": "^1.9.0",
"@farmfe/js-plugin-postcss": "^1.8.0",
"@farmfe/js-plugin-visualizer": "^1.1.0",
"@farmfe/plugin-icons": "^0.0.2",
"@farmfe/plugin-react": "^1.2.1",
"@farmfe/plugin-react-components": "^1.0.7",
"@farmfe/plugin-sass": "^1.1.0",
"@iconify/json": "^2.2.245",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@unocss/eslint-plugin": "^0.61.9",
"@unocss/postcss": "^0.61.9",
"core-js": "^3.38.1",
"eslint": "^9.9.1",
"eslint-plugin-format": "^0.1.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.11",
"lint-staged": "^15.2.10",
"react-refresh": "^0.14.2",
"simple-git-hooks": "^2.11.1",
"taze": "^0.16.7",
"typescript": "^5.5.4",
"unocss": "^0.61.9",
"unplugin-auto-import": "^0.18.2",
"vitest": "^2.0.5"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*": "eslint --fix"
}
}