forked from xjh22222228/tomato-work
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.71 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 --cache --ext .js,.jsx,.tsx,.ts ./src"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@reduxjs/toolkit": "^1.8.4",
"@toast-ui/editor": "^3.2.0",
"antd": "^4.22.4",
"axios": "^0.27.2",
"blueimp-md5": "^2.19.0",
"bytes": "^3.1.2",
"classnames": "^2.3.1",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"query-string": "^7.1.1",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.2",
"react-router-dom": "^6.3.0",
"recharts": "^2.1.13",
"redux": "^4.2.0",
"redux-thunk": "^2.4.1",
"sass": "^1.54.4",
"use-keep-state": "^1.3.0"
},
"devDependencies": {
"@types/blueimp-md5": "^2.18.0",
"@types/bytes": "^3.1.1",
"@types/lodash": "^4.14.182",
"@types/node": "^18.7.2",
"@types/react": "^18.0.17",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-dom": "^18.0.6",
"@types/react-redux": "^7.1.24",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.21.0",
"eslint-plugin-react": "7.30.1",
"typescript": "^4.7.4",
"vite": "^3.0.7"
}
}