-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.2 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
{
"name": "marketplace_office",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"prepare": "husky",
"test": "jest"
},
"dependencies": {
"@ant-design/icons": "^5.5.1",
"@reduxjs/toolkit": "^2.2.7",
"antd": "^5.21.1",
"axios": "^1.7.7",
"crypto-js": "^4.2.0",
"echarts": "^5.5.1",
"eslint-define-config": "^2.1.0",
"husky": "^9.1.6",
"i18next": "^23.15.2",
"js-cookie": "^3.0.5",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
"qs": "^6.13.0",
"react": "^18.3.1",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.0.2",
"react-redux": "^9.1.2",
"react-refresh": "^0.14.2",
"react-router": "^6.26.2",
"react-router-dom": "^6.26.2",
"redux": "^5.0.1",
"sass": "^1.79.4",
"sass-loader": "^16.0.2",
"sort-by": "^1.2.0",
"styled-components": "^6.1.13",
"stylelint": "^16.9.0",
"stylelint-config-standard": "^36.0.1",
"terser": "^5.34.1",
"vite-plugin-mock": "^3.0.2"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@eslint/js": "^9.9.0",
"@iconify/react": "^4.1.1",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.14.182",
"@types/qs": "^6.9.7",
"@types/react": "^18.3.3",
"@types/react-custom-scrollbars": "^4.0.13",
"@types/react-dom": "^18.3.0",
"@types/react-redux": "^7.1.24",
"@types/react-router-dom": "^5.3.3",
"@types/redux": "^3.6.31",
"@types/styled-components": "^5.1.29",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.3.1",
"babel-jest": "^29.7.0",
"eslint": "^9.9.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
"globals": "^15.9.0",
"jest": "^29.7.0",
"pinst": "^3.0.0",
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.1",
"vite": "^5.4.1"
}
}