-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
71 lines (71 loc) · 1.92 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
{
"name": "noharm-app",
"private": true,
"version": "5.0.2",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/v5-patch-for-react-19": "^1.0.3",
"@reduxjs/toolkit": "^2.5.1",
"@tiptap/extension-link": "^2.11.5",
"@tiptap/pm": "^2.11.5",
"@tiptap/react": "^2.11.5",
"@tiptap/starter-kit": "^2.11.5",
"antd": "^5.23.4",
"axios": "^1.7.9",
"big.js": "^6.2.1",
"date-fns": "^2.29.1",
"dayjs": "^1.11.9",
"dompurify": "^3.2.4",
"dotenv": "^16.4.5",
"echarts": "^5.4.3",
"formik": "^2.2.9",
"humanize-duration": "^3.32.0",
"ifvisible.js": "^1.0.6",
"lodash": "^4.17.21",
"lodash.get": "^4.4.2",
"lodash.intersection": "^4.4.0",
"lodash.isempty": "^4.4.0",
"lodash.uniq": "^4.5.0",
"lodash.uniqby": "^4.7.0",
"moment": "^2.29.4",
"motion": "^12.4.2",
"polished": "^4.2.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-error-boundary": "^3.1.4",
"react-i18next": "^11.18.3",
"react-number-format": "^5.1.2",
"react-redux": "^9.2.0",
"react-router-dom": "^6.3.0",
"react-to-print": "^3.0.5",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"reduxsauce": "^1.2.1",
"slugify": "^1.6.5",
"styled-components": "^6.1.14",
"toformat": "^2.0.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"@playwright/test": "^1.50.1",
"@types/node": "^22.13.1",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"babel-plugin-styled-components": "^2.1.4",
"eslint": "^9.19.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.18",
"globals": "^15.14.0",
"typescript": "~5.7.2",
"typescript-eslint": "^8.22.0",
"vite": "^6.1.0"
}
}