-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.37 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.37 KB
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
{
"name": "tails-finder",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/material": "^7.3.2",
"@mui/styled-engine-sc": "^7.3.2",
"@reduxjs/toolkit": "^2.6.1",
"axios": "^1.10.0",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"formik": "^2.4.6",
"leaflet": "^1.9.4",
"lucide-react": "^0.542.0",
"modern-normalize": "^3.0.1",
"nanoid": "^5.1.5",
"react": "^19.0.0",
"react-datepicker": "^8.7.0",
"react-dom": "^19.0.0",
"react-hot-toast": "^2.5.2",
"react-icons": "^5.5.0",
"react-leaflet": "^5.0.0",
"react-modal": "^3.16.3",
"react-redux": "^9.2.0",
"react-router-dom": "^7.5.0",
"react-select": "^5.10.2",
"redux-persist": "^6.0.0",
"rollup": "^4.50.1",
"styled-components": "^6.1.19",
"yup": "^1.6.1"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^9.19.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.18",
"globals": "^15.14.0",
"vite": "^6.1.0"
}
}