-
Notifications
You must be signed in to change notification settings - Fork 134
/
package.json
61 lines (61 loc) · 1.67 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
{
"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.3.7",
"@reduxjs/toolkit": "^2.2.5",
"@toast-ui/editor": "^3.2.2",
"antd": "^5.18.0",
"axios": "^1.7.2",
"blueimp-md5": "^2.19.0",
"bytes": "^3.1.2",
"classnames": "^2.5.1",
"dayjs": "^1.11.11",
"lodash": "^4.17.21",
"query-string": "^9.0.0",
"react": "^18.3.1",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.3.1",
"react-redux": "^9.1.2",
"react-router-dom": "^6.23.1",
"recharts": "^2.12.7",
"redux": "^5.0.1",
"redux-thunk": "^3.1.0",
"sass": "^1.77.4",
"use-keep-state": "^1.3.0"
},
"devDependencies": {
"@types/blueimp-md5": "^2.18.2",
"@types/bytes": "^3.1.4",
"@types/lodash": "^4.17.4",
"@types/node": "^20.14.1",
"@types/react": "^18.3.3",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "^18.3.0",
"@types/react-redux": "^7.1.33",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^9.4.0",
"eslint-plugin-react": "7.34.2",
"typescript": "^5.4.5",
"vite": "^5.2.12"
}
}