47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"name": "cineapolis-garden",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-free": "^6.7.2",
|
|
"@fortawesome/fontawesome-svg-core": "^6.7.2",
|
|
"@fortawesome/free-brands-svg-icons": "^6.7.2",
|
|
"@fortawesome/free-regular-svg-icons": "^6.7.2",
|
|
"@fortawesome/free-solid-svg-icons": "^6.7.2",
|
|
"@fortawesome/react-fontawesome": "^0.2.2",
|
|
"axios": "^1.9.0",
|
|
"bootstrap": "^5.3.5",
|
|
"date-fns": "^2.30.0",
|
|
"dompurify": "^3.2.5",
|
|
"file-saver": "^2.0.5",
|
|
"framer-motion": "^12.16.0",
|
|
"react": "^19.1.0",
|
|
"react-bootstrap": "^2.10.10",
|
|
"react-dom": "^19.1.0",
|
|
"react-router-dom": "^7.1.5",
|
|
"react-simple-wysiwyg": "^3.2.2",
|
|
"react-slick": "^0.30.3",
|
|
"react-split": "^2.0.14",
|
|
"slick-carousel": "^1.8.1",
|
|
"vite-plugin-clean": "^2.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.25.0",
|
|
"@types/react": "^19.1.2",
|
|
"@types/react-dom": "^19.1.2",
|
|
"@vitejs/plugin-react": "^4.4.1",
|
|
"eslint": "^9.25.0",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.19",
|
|
"globals": "^16.0.0",
|
|
"vite": "^6.3.5"
|
|
}
|
|
}
|