2024-10-30 22:38:29 +00:00
|
|
|
{
|
2025-04-24 08:40:51 +00:00
|
|
|
"name": "trailbase-website",
|
2024-10-30 22:38:29 +00:00
|
|
|
"type": "module",
|
|
|
|
|
"version": "0.0.1",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "astro dev",
|
|
|
|
|
"start": "astro dev",
|
|
|
|
|
"build": "astro check && astro build",
|
|
|
|
|
"preview": "astro preview",
|
|
|
|
|
"astro": "astro",
|
2025-03-02 20:12:23 +00:00
|
|
|
"check": "astro check && eslint",
|
|
|
|
|
"format": "prettier -w ."
|
2024-10-30 22:38:29 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@astrojs/check": "^0.9.4",
|
2025-07-31 14:11:56 +00:00
|
|
|
"@astrojs/starlight": "^0.35.2",
|
2025-04-24 08:40:51 +00:00
|
|
|
"@astrojs/starlight-tailwind": "^4.0.1",
|
2025-07-31 14:11:56 +00:00
|
|
|
"@iconify-json/tabler": "^1.2.20",
|
2025-06-28 06:27:52 +00:00
|
|
|
"@tailwindcss/vite": "^4.1.11",
|
2025-08-04 14:57:57 +00:00
|
|
|
"astro": "^5.12.8",
|
2024-12-30 09:01:57 +00:00
|
|
|
"astro-icon": "^1.1.5",
|
2025-06-17 12:59:23 +00:00
|
|
|
"chart.js": "^4.5.0",
|
2024-11-27 23:39:36 +00:00
|
|
|
"chartjs-chart-error-bars": "^4.4.4",
|
2024-10-30 22:38:29 +00:00
|
|
|
"chartjs-plugin-deferred": "^2.0.0",
|
2025-04-23 21:04:46 +00:00
|
|
|
"clsx": "^2.1.1",
|
2025-07-12 09:38:39 +00:00
|
|
|
"sharp": "^0.34.3",
|
2025-05-17 09:11:33 +00:00
|
|
|
"solid-js": "^1.9.7",
|
2025-06-23 20:32:01 +00:00
|
|
|
"starlight-links-validator": "^0.17.0",
|
2025-06-28 06:27:52 +00:00
|
|
|
"starlight-openapi": "^0.19.1",
|
2025-06-11 10:38:04 +00:00
|
|
|
"tailwind-merge": "^3.3.1",
|
2025-06-28 06:27:52 +00:00
|
|
|
"tailwindcss": "^4.1.11",
|
2025-08-04 14:57:57 +00:00
|
|
|
"typescript": "^5.9.2"
|
2024-10-30 22:38:29 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-07-31 14:11:56 +00:00
|
|
|
"@astrojs/sitemap": "^3.4.2",
|
2025-05-26 11:56:02 +00:00
|
|
|
"@astrojs/solid-js": "^5.1.0",
|
2025-07-31 14:11:56 +00:00
|
|
|
"@eslint/js": "^9.32.0",
|
2024-10-30 22:38:29 +00:00
|
|
|
"astro-robots-txt": "^1.0.0",
|
2025-07-31 14:11:56 +00:00
|
|
|
"eslint": "^9.32.0",
|
2025-03-02 20:12:23 +00:00
|
|
|
"eslint-plugin-astro": "^1.3.1",
|
|
|
|
|
"eslint-plugin-solid": "^0.14.5",
|
2025-04-24 08:40:51 +00:00
|
|
|
"eslint-plugin-tailwindcss": "4.0.0-alpha.0",
|
2025-07-06 07:27:03 +00:00
|
|
|
"globals": "^16.3.0",
|
2025-06-28 06:27:52 +00:00
|
|
|
"prettier": "^3.6.2",
|
2025-03-02 20:12:23 +00:00
|
|
|
"prettier-plugin-astro": "^0.14.1",
|
2025-07-12 09:38:39 +00:00
|
|
|
"prettier-plugin-tailwindcss": "^0.6.14",
|
2025-08-05 09:38:50 +00:00
|
|
|
"typescript-eslint": "^8.39.0"
|
2024-10-30 22:38:29 +00:00
|
|
|
}
|
|
|
|
|
}
|