32 lines
818 B
JSON
32 lines
818 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": "^1.0.0",
|
|
"@astrojs/vue": "^1.0.0",
|
|
"@halo-dev/astro-halo-theme-integration": "^0.0.1",
|
|
"@rushstack/eslint-patch": "^1.1.4",
|
|
"@types/node": "16.11.47",
|
|
"@vue/eslint-config-prettier": "^7.0.0",
|
|
"@vue/eslint-config-typescript": "^11.0.0",
|
|
"@vue/tsconfig": "^0.1.3",
|
|
"astro": "^1.0.2",
|
|
"eslint": "^8.21.0",
|
|
"eslint-plugin-vue": "^9.3.0",
|
|
"prettier": "^2.7.1",
|
|
"prettier-plugin-tailwindcss": "^0.1.13",
|
|
"vue": "^3.2.37"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/vue": "^1.6.7",
|
|
"dayjs": "^1.11.4"
|
|
}
|
|
}
|