thp-lang.org/package.json

30 lines
677 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",
2024-04-23 15:34:00 +00:00
"test": "vitest run",
2024-04-23 15:16:51 +00:00
"preview": "astro preview",
2024-11-23 21:45:31 +00:00
"prettier": "prettier \"./src/**/*.astro\" --write",
2024-04-23 15:16:51 +00:00
"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.1",
2024-04-23 15:16:51 +00:00
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.6.3",
2024-03-26 23:05:58 +00:00
"codejar": "^4.2.0",
2025-01-12 16:52:31 +00:00
"lucide-astro": "^0.471.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"
2024-11-23 21:45:31 +00:00
},
"devDependencies": {
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1"
2023-06-25 12:59:18 +00:00
}
2024-11-23 21:45:31 +00:00
}