Files
trailbase/examples/blog/web/package.json
T
2025-05-09 09:12:45 +02: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": {
"@astrojs/tailwind": "^5.1.5",
"@nanostores/persistent": "^1.0.0",
"@nanostores/solid": "^1.0.0",
"astro": "^5.7.12",
"astro-icon": "^1.1.5",
"nanostores": "^1.0.1",
"solid-icons": "^1.1.0",
"solid-js": "^1.9.6",
"trailbase": "^0.3.3"
},
"devDependencies": {
"@astrojs/solid-js": "^5.0.10",
"@eslint/js": "^9.26.0",
"@iconify-json/tabler": "^1.2.17",
"@tailwindcss/typography": "^0.5.16",
"@types/dateformat": "^5.0.3",
"eslint": "^9.26.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-solid": "^0.14.5",
"eslint-plugin-tailwindcss": "^3.18.0",
"globals": "^16.1.0",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1",
"quicktype": "^23.1.3",
"sharp": "^0.34.1",
"tailwindcss": "^3.4.17",
"typescript-eslint": "^8.32.0"
}
}