-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.07 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "workclever-frontend",
"version": "0.1.0",
"private": true,
"type": "module",
"dependencies": {
"@ant-design/colors": "^7.1.0",
"@ant-design/compatible": "^5.1.3",
"@ant-design/pro-components": "2.7.15",
"@elastic/datemath": "^5.0.3",
"@elastic/eui": "^95.9.0",
"@emotion/css": "^11.13.0",
"@emotion/react": "^11.13.3",
"@ozgurrgul/dragulax": "^0.0.30",
"@reduxjs/toolkit": "^1.8.1",
"@types/jest": "^27.5.1",
"@types/node": "^16.11.36",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.4",
"antd": "5.20.3",
"antd-img-crop": "4.23.0",
"axios": "^0.27.2",
"cmdk": "^1.0.0",
"copy-to-clipboard": "^3.3.1",
"date-fns": "^2.28.0",
"date-fns-tz": "^1.3.4",
"dayjs": "^1.11.13",
"lodash": "^4.17.21",
"lucide-react": "^0.439.0",
"memoize-one": "^6.0.0",
"moment": "^2.30.1",
"object-hash": "^3.0.0",
"prop-types": "^15.8.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-redux": "^8.0.1",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"redux-saga": "^1.3.0",
"styled-components": "6.1.13",
"vite-plugin-checker": "^0.7.2",
"web-vitals": "^2.1.4"
},
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"eject": "react-scripts eject",
"lint": "eslint ."
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@eslint/js": "^9.9.1",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@types/styled-components": "^5.1.34",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^9.9.1",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.11",
"globals": "^15.9.0",
"typescript": "^5.5.3",
"typescript-eslint": "^8.3.0",
"vite": "^5.4.2"
}
}