2025-tombutcher-ui/package.json
Tom Butcher 2a04f77f73
Some checks failed
tombutcher.work/tombutcher-ui/pipeline/head There was a failure building this commit
Removed old ES Lint
2025-04-06 22:08:26 +01:00

68 lines
1.7 KiB
JSON

{
"name": "tombutcher-ui",
"version": "0.1.0",
"type": "module",
"private": true,
"homepage": "https://tombutcher.work",
"dependencies": {
"@ant-design/icons": "^6.0.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.8.1",
"antd": "^5.24.6",
"framer-motion": "^12.6.3",
"keycloak-js": "^26.1.4",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-ga4": "^2.1.0",
"react-icons": "^5.5.0",
"react-particles": "^2.12.2",
"react-responsive": "^10.0.1",
"react-router-dom": "^7.5.0",
"react-scripts": "^5.0.1",
"react-turnstile": "^1.1.4",
"sass": "^1.86.3",
"web-vitals": "^4.2.4"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "npm run build && vite preview",
"deploy": "npm run build && wrangler deploy"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1.0.0",
"@eslint/js": "^9.24.0",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.1",
"@vitejs/plugin-react": "^4.3.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"vite": "^6.2.5",
"wrangler": "^4.7.2"
}
}