-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
57 lines (57 loc) · 1.56 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
{
"name": "farm-react-template",
"version": "1.0.0",
"description": "A farm template for react project",
"author": {
"name": "callqh",
"email": "[email protected]"
},
"scripts": {
"dev": "farm start",
"start": "farm start",
"build": "farm build",
"preview": "farm preview",
"clean": "farm clean",
"check": "pnpm biome check --apply ./src",
"commitlint": "commitlint --edit"
},
"dependencies": {
"@ant-design/icons": "^5.3.7",
"@ant-design/plots": "^2.2.2",
"antd": "^5.17.3",
"classnames": "^2.5.1",
"dayjs": "^1.11.11",
"framer-motion": "^11.2.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router": "^6.23.1",
"react-router-dom": "^6.23.1"
},
"devDependencies": {
"@arco-plugins/vite-react": "^1.3.3",
"@biomejs/biome": "1.7.0",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@emotion/is-prop-valid": "^1.2.2",
"@farmfe/cli": "^1.0.4",
"@farmfe/core": "^1.6.4",
"@farmfe/js-plugin-less": "^1.12.0",
"@farmfe/js-plugin-postcss": "^1.11.0",
"@farmfe/plugin-react": "^1.2.6",
"@jstors/farm-plugin-html-template": "^0.0.3",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"core-js": "^3.37.1",
"farm-plugin-remove-console": "^0.1.6",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"postcss": "^8.4.38",
"react-refresh": "^0.14.2",
"tailwindcss": "^3.4.3",
"vite-plugin-pages": "^0.32.1"
},
"lint-staged": {
"*": ["pnpm check"]
}
}