thp-web/package.json

22 lines
473 B
JSON
Raw Normal View History

2023-06-25 12:59:18 +00:00
{
2024-04-23 15:16:51 +00:00
"name": "thp-docs",
"type": "module",
"version": "0.0.1",
2023-06-25 12:59:18 +00:00
"scripts": {
2024-04-23 15:16:51 +00:00
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
2023-06-25 12:59:18 +00:00
},
2023-10-26 01:58:03 +00:00
"dependencies": {
2024-04-23 15:16:51 +00:00
"@astrojs/check": "^0.5.10",
"@astrojs/mdx": "^2.3.0",
"@astrojs/tailwind": "^5.1.0",
"@types/bun": "^1.0.12",
"astro": "^4.6.1",
2024-03-26 23:05:58 +00:00
"codejar": "^4.2.0",
2024-04-23 15:16:51 +00:00
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
2023-06-25 12:59:18 +00:00
}
2024-03-26 23:05:58 +00:00
}