mirror of
https://github.com/trailbaseio/trailbase.git
synced 2026-01-24 10:39:08 -06:00
38 lines
980 B
JSON
38 lines
980 B
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",
|
|
"format": "prettier -w src *.mjs",
|
|
"types": "make --always-make types"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/tailwind": "^5.1.3",
|
|
"@nanostores/persistent": "^0.10.2",
|
|
"@nanostores/solid": "^0.5.0",
|
|
"astro": "^5.0.3",
|
|
"astro-icon": "^1.1.4",
|
|
"nanostores": "^0.11.3",
|
|
"solid-icons": "^1.1.0",
|
|
"solid-js": "^1.9.3",
|
|
"tailwindcss": "^3.4.16",
|
|
"trailbase": "^0.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/solid-js": "^5.0.0",
|
|
"@iconify-json/tabler": "^1.2.10",
|
|
"@tailwindcss/typography": "^0.5.15",
|
|
"@types/dateformat": "^5.0.2",
|
|
"prettier": "^3.4.2",
|
|
"prettier-plugin-astro": "^0.14.1",
|
|
"quicktype": "^23.0.170",
|
|
"sharp": "^0.33.5"
|
|
}
|
|
}
|