mirror of
https://github.com/trailbaseio/trailbase.git
synced 2025-12-30 14:19:43 -06:00
47 lines
1.3 KiB
JSON
47 lines
1.3 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 && eslint",
|
|
"format": "prettier -w ."
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.9.4",
|
|
"@astrojs/starlight": "^0.32.4",
|
|
"@astrojs/starlight-tailwind": "^3.0.1",
|
|
"@astrojs/tailwind": "^5.1.5",
|
|
"@iconify-json/tabler": "^1.2.17",
|
|
"astro": "^5.5.4",
|
|
"astro-icon": "^1.1.5",
|
|
"chart.js": "^4.4.8",
|
|
"chartjs-chart-error-bars": "^4.4.4",
|
|
"chartjs-plugin-deferred": "^2.0.0",
|
|
"sharp": "^0.33.5",
|
|
"solid-js": "^1.9.5",
|
|
"starlight-links-validator": "^0.14.3",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript": "^5.8.2"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/sitemap": "^3.3.0",
|
|
"@astrojs/solid-js": "^5.0.5",
|
|
"@eslint/js": "^9.23.0",
|
|
"astro-robots-txt": "^1.0.0",
|
|
"eslint": "^9.23.0",
|
|
"eslint-plugin-astro": "^1.3.1",
|
|
"eslint-plugin-solid": "^0.14.5",
|
|
"eslint-plugin-tailwindcss": "^3.18.0",
|
|
"globals": "^16.0.0",
|
|
"prettier": "^3.5.3",
|
|
"prettier-plugin-astro": "^0.14.1",
|
|
"prettier-plugin-tailwindcss": "^0.6.11",
|
|
"typescript-eslint": "^8.28.0"
|
|
}
|
|
}
|