-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
73 lines (73 loc) · 2.14 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
{
"name": "react-projects",
"version": "0.1.0",
"type": "module",
"private": true,
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"lint": "eslint 'src/**/*.{ts,tsx}'",
"lint:fix": "eslint 'src/**/*.{ts,tsx}' --fix"
},
"dependencies": {
"@babel/runtime": "^7.22.10",
"@react-oauth/google": "^0.11.1",
"@reduxjs/toolkit": "^1.9.5",
"@vitejs/plugin-react-swc": "^3.5.0",
"axios": "^1.7.7",
"class-variance-authority": "^0.7.0",
"classnames": "^2.3.2",
"cloudinary": "^1.40.0",
"clsx": "^2.0.0",
"date-fns": "^2.30.0",
"jwt-decode": "^3.1.2",
"leaflet": "^1.9.4",
"leaflet-geosearch": "^3.8.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-file-input-custom": "^1.0.7",
"react-hook-form": "^7.45.4",
"react-icons": "^4.10.1",
"react-leaflet": "^4.2.1",
"react-loader-spinner": "^6.1.6",
"react-redux": "^8.1.3",
"react-router": "^6.26.1",
"react-router-dom": "^6.15.0",
"react-toastify": "^9.1.3",
"react-tooltip": "^5.21.1",
"recharts": "^2.10.1",
"socket.io-client": "^4.7.2",
"styled-components": "^5.3.11",
"tailwind-merge": "^2.2.0",
"uuid": "^9.0.0",
"vite": "^5.0.10",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.2.2"
},
"devDependencies": {
"@babel/traverse": "^7.23.6",
"@types/prop-types": "^15.7.12",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.3",
"eslint-plugin-sort-exports": "^0.8.0",
"identity-obj-proxy": "^3.0.0",
"postcss": "^8.4.32",
"prettier": "^3.1.1",
"tailwindcss": "^3.4.0",
"typescript": "^5.3.3",
"web-vitals": "^2.1.4"
}
}