forked from Innovateninjas/Paws-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.51 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
{
"name": "paws",
"version": "1.0.0",
"private": true,
"dependencies": {
"@babel/plugin-transform-class-properties": "^7.24.6",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.24.6",
"@babel/plugin-transform-numeric-separator": "^7.24.6",
"@babel/plugin-transform-optional-chaining": "^7.24.6",
"@babel/plugin-transform-private-methods": "^7.24.6",
"@babel/plugin-transform-private-property-in-object": "^7.24.6",
"@cloudinary/react": "^1.11.2",
"@cloudinary/url-gen": "^1.16.0",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@jridgewell/sourcemap-codec": "^1.4.15",
"@mui/icons-material": "^5.15.6",
"@mui/material": "^5.15.6",
"@primer/octicons-react": "^19.8.0",
"@rollup/plugin-terser": "^0.4.4",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"axios": "^1.6.5",
"bootstrap-icons": "^1.11.3",
"chart.js": "^4.4.2",
"cloudinary": "^1.41.3",
"core-js": "^3.36.1",
"firebase": "^10.12.2",
"leaflet": "^1.9.4",
"leaflet.heat": "^0.2.0",
"merge": "^2.1.1",
"moment": "^2.30.1",
"react": "^18.2.0",
"react-bootstrap-icons": "^1.10.3",
"react-chartjs-2": "^5.2.0",
"react-content-loader": "^6.2.1",
"react-cropper": "^2.3.3",
"react-dom": "^18.2.0",
"react-dropdown-select": "^4.11.2",
"react-icons": "^5.0.1",
"react-images-uploading": "^3.1.7",
"react-leaflet": "^4.2.1",
"react-loader-spinner": "^6.1.6",
"react-router-dom": "^6.22.1",
"react-select": "^5.8.0",
"react-toastify": "^10.0.5",
"react-tooltip": "^5.26.3",
"react-type-animation": "^3.2.0",
"reactive-button": "^1.3.15",
"rodal": "^2.1.0",
"tailwind-merge": "^2.2.2",
"validator": "^13.12.0",
"web-vitals": "^2.1.4",
"webpack": "^5.91.0"
},
"scripts": {
"start": "vite",
"build": "vite build",
"serve": "vite preview"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.1",
"vite": "^5.3.1"
}
}