taevas.xyz/package.json

48 lines
1.4 KiB
JSON
Raw Permalink Normal View History

{
2023-05-07 19:48:02 +02:00
"scripts": {
"dev": "bun css && vite build && bun --hot index.ts --dev",
2025-03-12 14:42:11 +01:00
"css": "bunx @tailwindcss/cli -i ./src/App.css -o index.css",
"lint": "eslint .",
"getready": "bun install && bun css && vite build",
"start": "bun getready && bun run index.ts"
2023-05-07 19:48:02 +02:00
},
"dependencies": {
"@bachmacintosh/wanikani-api-types": "^1.8.0",
2025-04-10 22:05:49 +02:00
"@carbon/icons-react": "^11.58.0",
2025-03-30 16:17:49 +02:00
"@gitbeaker/rest": "^42.2.0",
"@octokit/rest": "^20.1.2",
"osu-api-v2-js": "^1.1.2",
2025-03-30 16:17:49 +02:00
"react": "^19.1.0",
"react-dom": "^19.1.0",
"timeago.js": "^4.0.2"
2023-05-07 19:48:02 +02:00
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.24.0",
2025-02-16 17:05:02 +01:00
"@stylistic/eslint-plugin": "^3.1.0",
2025-01-22 19:38:42 +01:00
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/postcss": "^4.1.3",
2025-04-10 22:05:49 +02:00
"@types/bun": "^1.2.9",
2025-04-03 15:16:59 +02:00
"@types/react": "^19.1.0",
2025-04-10 22:05:49 +02:00
"@types/react-dom": "^19.1.2",
2025-03-06 22:18:15 +01:00
"dotenv": "^16.4.7",
"eslint": "^9.24.0",
"eslint-config-xo-typescript": "^7.0.0",
"eslint-plugin-react": "^7.37.5",
"postcss": "^8.5.3",
2023-11-28 18:37:11 +01:00
"react-animate-height": "^3.2.3",
"tailwindcss": "^4.1.3",
"typescript": "^5.8.3",
"typescript-eslint": "^8.29.1",
2025-04-10 22:05:49 +02:00
"vite": "^6.2.6"
2023-11-28 18:37:11 +01:00
},
"imports": {
"#Main/*": "./src/Main/*",
"#Infos/*": "./src/Infos/*",
"#parts/*": "./src/parts/*",
2025-03-06 22:18:15 +01:00
"#contexts": "./src/contexts.tsx"
},
2025-02-16 17:05:02 +01:00
"type": "module",
"name": "taevas.xyz",
"module": "index.ts"
}