mirror of
https://github.com/wah-su/wah-su.github.io.git
synced 2025-04-05 15:54:40 +00:00
25 lines
No EOL
546 B
JSON
25 lines
No EOL
546 B
JSON
{
|
|
"name": "wah-su.github.io",
|
|
"devDependencies": {
|
|
"@types/bun": "latest",
|
|
"@types/react": "^19.0.8",
|
|
"@types/react-dom": "^19.0.3",
|
|
"@types/express": "^5.0.0",
|
|
"chokidar": "^4.0.3",
|
|
"express": "^4.21.2",
|
|
"ws": "^8.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/cli": "^4.0.6",
|
|
"picocolors": "^1.1.1",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "bun run ./src/watch.ts",
|
|
"gen": "bun run ./src/build.tsx"
|
|
}
|
|
} |