WhatsInYourBag/package.json
2025-08-31 23:13:57 +01:00

44 lines
1.1 KiB
JSON

{
"name": "whatsinyourbag",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@fontsource/roboto": "^5.2.6",
"@mantine/core": "^8.2.8",
"@mantine/hooks": "^8.2.8",
"@mui/icons-material": "^7.3.1",
"@mui/material": "^7.3.1",
"@mui/styled-engine-sc": "^7.3.1",
"@types/mui-image": "^1.0.5",
"mui-image": "^1.0.9",
"prop-types": "^15.8.1",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-image-hotspot-viewer": "^0.3.0",
"styled-components": "^6.1.19"
},
"devDependencies": {
"@eslint/js": "^9.33.0",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"@vitejs/plugin-react": "^5.0.0",
"eslint": "^9.33.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"postcss": "^8.5.6",
"postcss-preset-mantine": "^1.18.0",
"postcss-simple-vars": "^7.0.1",
"vite": "^7.1.2"
}
}