Files
pokemon/package.json

34 lines
803 B
JSON
Raw Normal View History

2026-02-07 13:36:51 -05:00
{
"name": "pokemon",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev --host 0.0.0.0",
2026-02-07 13:36:51 -05:00
"build": "astro build",
2026-03-05 22:59:16 -05:00
"preview": "astro preview --host 0.0.0.0",
2026-02-15 15:25:08 -05:00
"astro": "astro"
2026-02-07 13:36:51 -05:00
},
"dependencies": {
"@astrojs/node": "^9.5.4",
"@clerk/astro": "^3.0.1",
2026-03-05 22:59:16 -05:00
"@clerk/shared": "^4.0.0",
"@clerk/themes": "^2.4.55",
2026-02-07 14:02:03 -05:00
"astro": "^5.17.1",
2026-02-12 23:27:13 -05:00
"bootstrap": "^5.3.8",
2026-02-12 15:22:20 -05:00
"chalk": "^5.6.2",
"chart.js": "^4.5.1",
2026-02-07 14:02:03 -05:00
"dotenv": "^17.2.4",
"drizzle-orm": "^1.0.0-beta.15-859cf75",
"pg": "^8.20.0",
"sass": "^1.97.3",
2026-02-25 14:12:11 -05:00
"typesense": "^3.0.1"
2026-02-07 14:02:03 -05:00
},
"devDependencies": {
2026-02-12 23:27:13 -05:00
"@types/bootstrap": "^5.2.10",
2026-02-07 14:02:03 -05:00
"@types/node": "^25.2.1",
"@types/pg": "^8.18.0",
"drizzle-kit": "^1.0.0-beta.15-859cf75",
2026-02-07 14:02:03 -05:00
"typescript": "^5.9.3"
2026-02-07 13:36:51 -05:00
}
2026-02-07 14:02:03 -05:00
}