Files
2026-05-21 22:26:41 -05:00

26 lines
589 B
JSON

{
"name": "wedding-site",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "bun --hot src/index.ts",
"start": "NODE_ENV=production bun src/index.ts",
"build": "bun run build.ts"
},
"dependencies": {
"@types/prismjs": "^1.26.6",
"bun-plugin-tailwind": "^0.1.2",
"gray-matter": "^4.0.3",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-router": "^7.15.1",
"tailwindcss": "^4.3.0"
},
"devDependencies": {
"@types/bun": "latest",
"@types/react": "^19.2.15",
"@types/react-dom": "^19.2.3"
}
}