54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"name": "frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"prebuild": "node scripts/update-noscript.mjs",
|
|
"build": "vite build",
|
|
"postbuild": "node scripts/prerender.mjs",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview",
|
|
"prerender": "node scripts/prerender.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.14.0",
|
|
"@mui/icons-material": "^6.3.0",
|
|
"@mui/material": "^6.3.0",
|
|
"axios": "^1.7.9",
|
|
"cloudinary": "^2.7.0",
|
|
"pdf-lib": "^1.17.1",
|
|
"quill": "^1.3.7",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-helmet": "^6.1.0",
|
|
"react-helmet-async": "^2.0.5",
|
|
"react-quill": "^2.0.0",
|
|
"react-router-dom": "^7.1.1",
|
|
"react-simple-lightbox": "^1.0.26",
|
|
"react-toastify": "^11.0.3",
|
|
"simple-react-lightbox": "^3.6.8",
|
|
"svgo": "^3.3.2",
|
|
"swiper": "^10.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.17.0",
|
|
"@types/react": "^18.3.18",
|
|
"@types/react-dom": "^18.3.5",
|
|
"@vitejs/plugin-react-swc": "^3.5.0",
|
|
"cssnano": "^7.0.6",
|
|
"eslint": "^9.17.0",
|
|
"eslint-plugin-react": "^7.37.2",
|
|
"eslint-plugin-react-hooks": "^5.0.0",
|
|
"eslint-plugin-react-refresh": "^0.4.16",
|
|
"globals": "^15.14.0",
|
|
"postcss": "^8.4.49",
|
|
"puppeteer": "^24.28.0",
|
|
"rollup-plugin-visualizer": "^5.14.0",
|
|
"vite": "^6.0.5",
|
|
"vite-plugin-compression": "^0.5.1"
|
|
}
|
|
}
|