42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "miarma-base",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-free": "^7.0.0",
|
|
"@fortawesome/fontawesome-svg-core": "^7.0.0",
|
|
"@fortawesome/free-brands-svg-icons": "^7.0.0",
|
|
"@fortawesome/free-regular-svg-icons": "^7.0.0",
|
|
"@fortawesome/free-solid-svg-icons": "^7.0.0",
|
|
"@fortawesome/react-fontawesome": "^0.2.3",
|
|
"axios": "^1.11.0",
|
|
"bootstrap": "^5.3.7",
|
|
"date-fns": "^4.1.0",
|
|
"framer-motion": "^12.23.12",
|
|
"react": "^19.1.0",
|
|
"react-bootstrap": "^2.10.10",
|
|
"react-dom": "^19.1.0",
|
|
"react-router-dom": "^7.7.1",
|
|
"react-slick": "^0.30.3",
|
|
"slick-carousel": "^1.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.30.1",
|
|
"@types/react": "^19.1.8",
|
|
"@types/react-dom": "^19.1.6",
|
|
"@vitejs/plugin-react": "^4.6.0",
|
|
"electron": "^37.2.5",
|
|
"eslint": "^9.30.1",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
"globals": "^16.3.0",
|
|
"vite": "^7.0.4"
|
|
}
|
|
}
|