mirror of
https://github.com/tiennm99/try-bmad.git
synced 2026-06-05 16:14:13 +00:00
0bdf7aea61
Initialize project with Svelte 5, Vite 8, Tailwind CSS v4, and Vitest. Set up folder structure (src/lib, src/components, public/fonts), constants module with game values and 12-tier tile colors, Clear Sans font, and page background styling. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
21 lines
412 B
JSON
21 lines
412 B
JSON
{
|
|
"name": "try-bmad",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"test": "vitest"
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/vite-plugin-svelte": "^7.0.0",
|
|
"@tailwindcss/vite": "^4.2.2",
|
|
"svelte": "^5.55.1",
|
|
"tailwindcss": "^4.2.2",
|
|
"vite": "^8.0.4",
|
|
"vitest": "^4.1.4"
|
|
}
|
|
}
|