sba-website/package.json
2023-10-02 16:16:58 -05:00

35 lines
840 B
JSON

{
"name": "sba2",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit"
},
"dependencies": {
"@popperjs/core": "2.11.8",
"@tryghost/content-api": "1.11.16",
"bootstrap": "5.3.1",
"dayjs": "1.11.10",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@types/node": "^18.11.12",
"@types/tryghost__content-api": "1.3.11",
"@vicons/fluent": "0.12.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/tsconfig": "^0.1.3",
"naive-ui": "2.34.3",
"npm-run-all": "^4.1.5",
"typescript": "~4.7.4",
"unplugin-vue-components": "0.24.1",
"vfonts": "0.0.3",
"vite": "^4.0.0",
"vue-tsc": "^1.0.12"
}
}