taevas.xyz/package.json
Taevas 56eeefd7d4 Use Vite (again) to reduce website size
Here's some data:

Netlify: Transferred 78kB JS + 5.17kB CSS / Size 255kB JS + 26kB CSS
Prev. commit: Transf. 922kB JS + 122kB CSS / Size 922kB JS + 122kB CSS
This commit: Transf. 257kB JS + 26kB CSS / Size 257kB JS + 26kB CSS

I am pretty sure I could reduce Transf. through Accept-Encoding stuff
2025-03-11 14:01:04 +01:00

50 lines
No EOL
1.4 KiB
JSON

{
"scripts": {
"dev": "bun css && vite build && bun --hot index.ts --dev",
"css": "tailwindcss -i ./src/App.css -o index.css",
"lint": "eslint .",
"getready": "bun install && bun css && vite build",
"start": "bun getready && bun run index.ts"
},
"dependencies": {
"@bachmacintosh/wanikani-api-types": "^1.7.0",
"@carbon/icons-react": "^11.56.0",
"@gitbeaker/rest": "^42.1.0",
"@octokit/rest": "^20.1.2",
"mongodb": "^6.14.2",
"osu-api-v2-js": "^1.1.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"timeago.js": "^4.0.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.0",
"@eslint/js": "^9.22.0",
"@stylistic/eslint-plugin": "^3.1.0",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/postcss": "^4.0.12",
"@types/bun": "latest",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"autoprefixer": "^10.4.21",
"dotenv": "^16.4.7",
"eslint": "^9.22.0",
"eslint-config-xo-typescript": "^7.0.0",
"eslint-plugin-react": "^7.37.4",
"postcss": "^8.5.3",
"react-animate-height": "^3.2.3",
"tailwindcss": "^3.4.17",
"typescript": "^5.8.2",
"typescript-eslint": "^8.26.1",
"vite": "^6.2.1"
},
"imports": {
"#Main/*": "./src/Main/*",
"#Infos/*": "./src/Infos/*",
"#parts/*": "./src/parts/*",
"#contexts": "./src/contexts.tsx"
},
"type": "module",
"name": "taevas.xyz",
"module": "index.ts"
}