Files
halo-theme-WarmIsland/package.json
T
2022-07-29 18:06:56 +08:00

24 lines
494 B
JSON

{
"name": "@halo-dev/theme-astro-starter",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/tailwind": "^0.2.5",
"@astrojs/vue": "^0.5.0",
"@types/node": "16",
"astro": "^1.0.0-rc.2",
"cheerio": "1.0.0-rc.12",
"vue": "^3.2.37"
},
"dependencies": {
"@headlessui/vue": "^1.6.7",
"dayjs": "^1.11.4"
}
}