mirror of
https://github.com/trailbaseio/trailbase.git
synced 2025-12-31 06:39:44 -06:00
39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
|
"name": "",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro check && astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"check": "astro check",
|
|
"format": "prettier -w tailwind.config.ts astro.config.mjs src "
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.9.4",
|
|
"@astrojs/starlight": "^0.31.1",
|
|
"@astrojs/starlight-tailwind": "^3.0.0",
|
|
"@astrojs/tailwind": "^5.1.5",
|
|
"@iconify-json/tabler": "^1.2.15",
|
|
"astro": "^5.2.5",
|
|
"astro-icon": "^1.1.5",
|
|
"chart.js": "^4.4.7",
|
|
"chartjs-chart-error-bars": "^4.4.4",
|
|
"chartjs-plugin-deferred": "^2.0.0",
|
|
"sharp": "^0.33.5",
|
|
"solid-js": "^1.9.4",
|
|
"starlight-links-validator": "^0.14.2",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript": "^5.7.3"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/sitemap": "^3.2.1",
|
|
"@astrojs/solid-js": "^5.0.4",
|
|
"astro-robots-txt": "^1.0.0",
|
|
"prettier": "^3.4.2",
|
|
"prettier-plugin-astro": "^0.14.1"
|
|
}
|
|
}
|