-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.76 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
{
"name": "minir",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@reduxjs/toolkit": "^2.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@tanstack/react-table": "^8.11.3",
"axios": "^1.6.5",
"chakra-ui-markdown-renderer": "^4.1.0",
"chakra-ui-steps": "^2.1.0",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.10",
"framer-motion": "^7.10.3",
"jssha": "^3.3.1",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-datepicker": "^4.25.0",
"react-dom": "^18.2.0",
"react-helmet-async": "^2.0.4",
"react-icons": "^4.12.0",
"react-markdown": "^8.0.7",
"react-query": "^3.39.3",
"react-redux": "^9.0.4",
"react-router": "^6.21.1",
"react-router-dom": "^6.21.1",
"react-tabulator": "^0.19.0",
"recharts": "^2.10.3",
"redux-persist": "^6.0.0",
"rollup-plugin-visualizer": "^5.12.0"
},
"devDependencies": {
"@babel/preset-react": "^7.23.3",
"@types/crypto-js": "^4.2.1",
"@types/gtag.js": "^0.0.18",
"@types/node": "^20.10.6",
"@types/react": "^18.2.47",
"@types/react-datepicker": "^4.19.5",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",
"clsx": "^2.1.0",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"vite": "^5.0.11"
}
}