-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 963 Bytes
/
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
{
"name": "react-ts-action",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"prepare": "husky install",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tsc": "tsc --noEmit",
"lint": "eslint src/ --fix --cache"
},
"dependencies": {
"@ant-design/icons": "^5.0.1",
"@antfu/eslint-config": "^0.36.0",
"@faker-js/faker": "^7.6.0",
"antd": "^5.3.0",
"axios": "^1.3.4",
"eslint": "^8.35.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.8.2",
"spark-md5": "^3.0.2"
},
"devDependencies": {
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/spark-md5": "^3.0.2",
"@vitejs/plugin-react": "^3.1.0",
"commitlint": "^17.4.4",
"husky": "^8.0.3",
"typescript": "^4.9.3",
"vite": "^4.1.0"
}
}