2025-tombutcher-ui/package.json
2025-03-29 17:50:22 +00:00

69 lines
1.7 KiB
JSON

{
"name": "personal-site",
"version": "0.1.0",
"type": "module",
"private": true,
"homepage": "https://tombutcher.work",
"dependencies": {
"@ant-design/icons": "^5.6.1",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@testing-library/user-event": "^14.6.1",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.8.1",
"antd": "^5.24.2",
"framer-motion": "^12.4.7",
"keycloak-js": "^26.1.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-ga4": "^2.1.0",
"react-icons": "^5.5.0",
"react-particles": "^2.12.2",
"react-responsive": "^10.0.0",
"react-router-dom": "^7.2.0",
"react-scripts": "^5.0.1",
"react-turnstile": "^1.1.4",
"sass": "^1.85.1",
"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": "^0.1.15",
"@eslint/js": "^9.23.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"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",
"vite": "^6.0.5",
"wrangler": "^4.4.0"
}
}