Files
halo-theme-WarmIsland/package.json
T
Ryan Wang ceceb37349 init project
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-07-28 22:53:51 +08:00

21 lines
415 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",
"astro": "^1.0.0-rc.2",
"vue": "^3.2.37"
},
"dependencies": {
"@headlessui/vue": "^1.6.7"
}
}