-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.96 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
{
"name": "trpos",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/charts": "^2.1.1",
"@ant-design/plots": "^2.2.2",
"@heroicons/react": "^2.1.3",
"@hookform/resolvers": "^3.3.4",
"@reduxjs/toolkit": "^2.2.3",
"@types/lodash.omit": "^4.5.9",
"antd": "^5.17.3",
"axios": "^1.6.8",
"classnames": "^2.5.1",
"colord": "^2.9.3",
"gulp": "^5.0.0",
"gulp-cli": "^3.0.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.4",
"gulp-svgmin": "^4.1.0",
"gulp-wrap": "^0.15.0",
"latest": "^0.2.0",
"libphonenumber-js": "^1.11.2",
"lodash-es": "^4.17.21",
"react": "^18.3.1",
"react-data-table-component": "^7.6.2",
"react-dom": "^18.3.1",
"react-hook-form": "^7.51.3",
"react-icons": "^5.2.1",
"react-infinite-scroller": "^1.2.6",
"react-otp-input": "^3.1.1",
"react-redux": "^9.1.1",
"react-router-dom": "^6.23.1",
"react-spinners": "^0.13.8",
"react-top-loading-bar": "^2.3.1",
"reactjs-popup": "^2.0.6",
"recharts": "^2.12.7",
"redux": "^5.0.1",
"styled-components": "^6.1.11",
"styled-jsx": "^5.1.3",
"yup": "^1.4.0"
},
"devDependencies": {
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@types/react-infinite-scroller": "^1.2.5",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.55.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5.2.2",
"vite": "^5.0.8"
},
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}