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",
|
2024-04-23 15:34:00 +00:00
|
|
|
"test": "vitest run",
|
2024-04-23 15:16:51 +00:00
|
|
|
"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",
|
|
|
|
"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",
|
2024-04-23 15:34:00 +00:00
|
|
|
"typescript": "^5.4.5",
|
|
|
|
"vitest": "^1.5.0"
|
2023-06-25 12:59:18 +00:00
|
|
|
}
|
2024-03-26 23:05:58 +00:00
|
|
|
}
|