51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"name": "starter-vue",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc && vite build",
|
|
"preview": "vite preview",
|
|
"new": "cd ./scripts/plop && plop",
|
|
"api": "tsx ./scripts/openapi/index.ts",
|
|
"release": "release-it --config ./scripts/release/index.cjs"
|
|
},
|
|
"devDependencies": {
|
|
"@apidevtools/swagger-parser": "^10.1.0",
|
|
"@arco-design/web-vue": "^2.51.1",
|
|
"@iconify-json/icon-park-outline": "^1.1.12",
|
|
"@release-it/conventional-changelog": "^5.1.1",
|
|
"@types/ejs": "^3.1.2",
|
|
"@types/lodash-es": "^4.17.9",
|
|
"@types/nprogress": "^0.2.0",
|
|
"@vitejs/plugin-vue": "^4.3.4",
|
|
"@vitejs/plugin-vue-jsx": "^3.0.2",
|
|
"@vueuse/core": "^9.13.0",
|
|
"axios": "^1.5.0",
|
|
"dayjs": "^1.11.9",
|
|
"ejs": "^3.1.9",
|
|
"less": "^4.2.0",
|
|
"lodash-es": "^4.17.21",
|
|
"nprogress": "^0.2.0",
|
|
"numeral": "^2.0.6",
|
|
"pinia": "^2.1.6",
|
|
"pinia-plugin-persistedstate": "^3.2.0",
|
|
"plop": "^3.1.2",
|
|
"release-it": "^15.11.0",
|
|
"swagger-typescript-api": "^12.0.4",
|
|
"tsx": "^3.12.9",
|
|
"typescript": "^4.9.5",
|
|
"unocss": "^0.49.8",
|
|
"unplugin-auto-import": "^0.13.0",
|
|
"unplugin-vue-components": "^0.23.0",
|
|
"vite": "^4.4.9",
|
|
"vite-plugin-mock": "^3.0.0",
|
|
"vite-plugin-pages": "^0.28.0",
|
|
"vite-plugin-style-import": "^2.0.0",
|
|
"vue": "^3.3.4",
|
|
"vue-router": "^4.2.4",
|
|
"vue-tsc": "^1.8.11"
|
|
}
|
|
}
|