-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.07 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
{
"name": "hazguard",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.7",
"@sentry/react": "^7.110.0",
"@sentry/tracing": "^7.110.0",
"country-state-city": "^3.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-image-gallery": "^1.3.0",
"react-redux": "^8.1.3",
"react-router-dom": "^6.22.3",
"react-slick": "^0.29.0",
"react-toastify": "^9.1.3",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.2",
"slick-carousel": "^1.8.1",
"uuid": "^9.0.1"
},
"devDependencies": {
"@testing-library/react": "^13.4.0",
"@types/react": "^18.2.76",
"@types/react-dom": "^18.2.25",
"@vitejs/plugin-react": "^2.2.0",
"autoprefixer": "^10.4.19",
"jsdom": "^20.0.3",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"vite": "^3.2.10",
"vite-plugin-svgr": "^2.4.0",
"vitest": "^0.26.3"
}
}