trailbase/examples/blog/web/package.json

44 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": {
"@iconify-json/tabler": "^1.2.33",
"@nanostores/persistent": "^1.3.3",
"@nanostores/solid": "^1.1.1",
"astro": "^6.1.4",
"astro-icon": "^1.1.5",
"nanostores": "^1.2.0",
"solid-icons": "^1.2.0",
"solid-js": "^1.9.12",
"trailbase": "workspace:*"
},
"devDependencies": {
"@astrojs/solid-js": "^6.0.1",
"@eslint/js": "^10.0.1",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.2",
"@types/dateformat": "^5.0.3",
"eslint": "^10.2.0",
"eslint-plugin-astro": "^1.7.0",
"eslint-plugin-better-tailwindcss": "^4.3.2",
"eslint-plugin-solid": "^0.14.5",
"globals": "^17.4.0",
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1",
"quicktype": "^23.2.6",
"sharp": "^0.34.5",
"tailwindcss": "^4.2.2",
"typescript-eslint": "^8.58.1"
}
}