-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
118 lines (118 loc) · 3.31 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "mantis-react-next-ts",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "./env.sh next dev -p 3000",
"build": "./env.sh next build",
"start": "next start"
},
"dependencies": {
"@ant-design/colors": "^6.0.0",
"@ant-design/icons": "^5.5.1",
"@babel/preset-react": "^7.18.6",
"@date-io/date-fns": "^2.16.0",
"@emotion/cache": "^11.10.5",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.10.5",
"@mui/base": "^5.0.0-alpha.101",
"@mui/icons-material": "^5.15.7",
"@mui/lab": "^5.0.0-alpha.103",
"@mui/material": "^5.10.9",
"@mui/system": "^5.10.9",
"@mui/x-date-pickers": "^5.0.19",
"@mui/x-date-pickers-pro": "^5.0.19",
"@reduxjs/toolkit": "^1.8.6",
"@types/cookie": "^0.5.1",
"@types/cookie-parser": "^1.4.3",
"@types/d3": "^7.4.0",
"@types/file-saver": "^2.0.5",
"@types/js-cookie": "^3.0.3",
"@types/react-csv": "^1.1.3",
"@types/topojson-client": "^3.1.1",
"axios": "^1.7.7",
"chance": "^1.1.8",
"cookies-next": "^4.3.0",
"d3": "^7.8.4",
"d3-geo": "^3.1.0",
"d3-geo-projection": "^4.0.0",
"d3-legend": "^1.0.0",
"date-fns": "^2.29.3",
"file-saver": "^2.0.5",
"formik": "^2.2.9",
"framer-motion": "^7.5.3",
"gray-matter": "^4.0.3",
"immutability-helper": "^3.1.1",
"ioredis": "^5.3.2",
"js-cookie": "^3.0.5",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"match-sorter": "^6.3.1",
"next": "^14.2.16",
"next-auth": "^4.24.10",
"next-transpile-modules": "^9.0.0",
"notistack": "^2.0.8",
"qs": "^6.11.2",
"react": "^18.3.1",
"react-csv": "^2.2.2",
"react-d3-cloud": "^1.0.6",
"react-device-detect": "^2.2.2",
"react-dom": "^18.3.1",
"react-intl": "^6.2.0",
"react-redux": "^9.1.2",
"react-select": "^5.8.1",
"react-table": "^7.8.0",
"react-timer-hook": "^3.0.5",
"react-window": "^1.8.10",
"react18-input-otp": "^1.1.0",
"redux": "^4.2.0",
"redux-persist": "^6.0.0",
"resize-observer-polyfill": "^1.5.1",
"simplebar": "^5.3.8",
"simplebar-react": "^2.4.1",
"socks": "^2.8.3",
"sqlite": "^5.0.1",
"sqlite3": "^5.1.7",
"stylis-plugin-rtl": "^2.1.1",
"swr": "^2.2.4",
"tar": "^6.2.1",
"topojson-client": "^3.1.0",
"tozod": "^3.0.0",
"ts-node": "^10.9.1",
"uuid": "^9.0.0",
"yup": "^0.32.11",
"zod": "^3.22.3"
},
"devDependencies": {
"@babel/core": "^7.25.9",
"@types/chance": "^1.1.3",
"@types/lodash": "^4.14.186",
"@types/node": "^18.7.23",
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"@types/react-table": "^7.7.12",
"@types/react-window": "^1.8.5",
"@types/uuid": "^8.3.4",
"@types/webpack-env": "1.18.0",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"eslint": "8.57.1",
"eslint-config-next": "^14.2.16",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"micromatch": "^4.0.8",
"prettier": "^2.7.1",
"stylis": "^4.3.4",
"typescript": "^4.8.3"
},
"resolutions": {
"@types/react": "<18.0.0",
"@types/react-dom": "<18.0.0",
"d3-scale-chromatic": "^3.0.0",
"d3-scale": "^4.0.2"
},
"overrides": {
"d3-scale-chromatic": "^3.0.0",
"d3-scale": "^4.0.2"
}
}