55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
{
|
|
"name": "salona",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview",
|
|
"generate-pwa-icons": "pwa-assets-generator"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.14.1",
|
|
"@mui/material": "^7.2.0",
|
|
"@tanstack/react-query": "^5.83.0",
|
|
"aos": "^2.3.4",
|
|
"axios": "^1.10.0",
|
|
"firebase": "^12.0.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-error-boundary": "^6.0.0",
|
|
"react-hook-form": "^7.60.0",
|
|
"react-hot-toast": "^2.5.2",
|
|
"react-icons": "^5.5.0",
|
|
"react-router-dom": "^7.7.0",
|
|
"swiper": "^11.2.10"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.18.0",
|
|
"@types/react": "^19.0.8",
|
|
"@types/react-dom": "^19.0.3",
|
|
"@vite-pwa/assets-generator": "^0.2.6",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"eslint": "^9.18.0",
|
|
"eslint-plugin-react-hooks": "^5.0.0",
|
|
"eslint-plugin-react-refresh": "^0.4.18",
|
|
"globals": "^15.14.0",
|
|
"typescript": "~5.7.2",
|
|
"typescript-eslint": "^8.20.0",
|
|
"vite": "^6.0.11",
|
|
"vite-plugin-pwa": "^0.21.1",
|
|
"workbox-core": "^7.3.0",
|
|
"workbox-precaching": "^7.3.0",
|
|
"workbox-routing": "^7.3.0",
|
|
"workbox-strategies": "^7.3.0",
|
|
"workbox-window": "^7.3.0"
|
|
},
|
|
"resolutions": {
|
|
"sharp": "0.32.6",
|
|
"sharp-ico": "0.1.5"
|
|
}
|
|
}
|