Files
trailbase/examples/blog/web/package.json
T
2025-12-03 12:30:22 +01:00

45 lines
1.2 KiB
JSON

{
"name": "trailbase-example-blog",
"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 src *.mjs",
"types": "make --always-make types"
},
"dependencies": {
"@nanostores/persistent": "^1.2.0",
"@nanostores/solid": "^1.1.1",
"astro": "^5.16.3",
"astro-icon": "^1.1.5",
"nanostores": "^1.1.0",
"solid-icons": "^1.1.0",
"solid-js": "^1.9.10",
"trailbase": "^0.8.0"
},
"devDependencies": {
"@astrojs/solid-js": "^5.1.3",
"@eslint/js": "^9.39.1",
"@iconify-json/tabler": "^1.2.23",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.17",
"@types/dateformat": "^5.0.3",
"eslint": "^9.39.1",
"eslint-plugin-astro": "^1.5.0",
"eslint-plugin-better-tailwindcss": "^3.7.11",
"eslint-plugin-solid": "^0.14.5",
"globals": "^16.5.0",
"prettier": "^3.7.4",
"prettier-plugin-astro": "^0.14.1",
"quicktype": "^23.2.6",
"sharp": "^0.34.5",
"tailwindcss": "^4.1.17",
"typescript-eslint": "^8.48.1"
}
}