taevas.xyz/package.json
Taevas 28c898d400 Update dependencies
It's actually kinda scary to make changes to something that works well when you don't really know why it works well in the first place...
2024-10-30 15:50:18 +01:00

40 lines
1.1 KiB
JSON

{
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"lint": "bunx eslint .",
"lint:fix": "bunx eslint . --fix"
},
"dependencies": {
"@carbon/icons-react": "^11.52.0",
"@netlify/functions": "^2.8.2",
"@octokit/rest": "^20.1.1",
"mongodb": "^6.10.0",
"osu-api-v2-js": "^1.1.0",
"react": "^19.0.0-rc-fb9a90fa48-20240614",
"react-dom": "^19.0.0-rc-fb9a90fa48-20240614",
"timeago.js": "^4.0.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.13.0",
"@stylistic/eslint-plugin-ts": "^2.9.0",
"@tailwindcss/forms": "^0.5.9",
"@types/node": "^20.17.3",
"@types/react": "npm:types-react@beta",
"@types/react-dom": "npm:types-react-dom@beta",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"eslint": "^9.13.0",
"eslint-config-xo-typescript": "^7.0.0",
"eslint-plugin-react": "^7.37.2",
"postcss": "^8.4.47",
"react-animate-height": "^3.2.3",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.2",
"vite": "^5.4.10"
},
"type": "module"
}