-
Notifications
You must be signed in to change notification settings - Fork 135
/
Copy pathpackage.json
63 lines (63 loc) · 1.76 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
{
"name": "tomato-work",
"version": "3.0.0",
"homepage": "https://github.com/xjh22222228/tomato-work",
"bugs": {
"url": "https://github.com/xjh22222228/tomato-work/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xjh22222228/tomato-work.git"
},
"scripts": {
"dev": "vite",
"start": "vite",
"start:prod": "vite --mode prod",
"build": "tsc && vite build --mode prod",
"serve": "vite preview",
"lint": "eslint"
},
"dependencies": {
"@ant-design/icons": "^5.5.2",
"@ant-design/v5-patch-for-react-19": "^1.0.3",
"@number-flow/react": "^0.4.4",
"@reduxjs/toolkit": "^2.5.0",
"@toast-ui/editor": "^3.2.2",
"antd": "^5.22.7",
"axios": "^1.7.9",
"blueimp-md5": "^2.19.0",
"bytes": "^3.1.2",
"classnames": "^2.5.1",
"dayjs": "^1.11.13",
"lodash": "^4.17.21",
"query-string": "^9.1.1",
"react": "^19.0.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^19.0.0",
"react-redux": "^9.2.0",
"react-router-dom": "^7.1.1",
"recharts": "^2.15.0",
"redux": "^5.0.1",
"redux-thunk": "^3.1.0",
"sass": "^1.83.1",
"use-keep-state": "^1.3.0"
},
"devDependencies": {
"@types/blueimp-md5": "^2.18.2",
"@types/bytes": "^3.1.5",
"@types/lodash": "^4.17.14",
"@types/node": "^22.10.5",
"@types/react": "^19.0.2",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "^19.0.2",
"@types/react-redux": "^7.1.34",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^9.17.0",
"eslint-plugin-react": "7.37.3",
"typescript": "^5.7.2",
"vite": "^6.0.7"
}
}