mirror of
https://github.com/halo-dev/plugin-starter.git
synced 2026-01-14 06:04:11 +08:00
1. 将 `admin-frontend` 文件夹改为 `console`。 2. 构建后台的静态资源输出目录改为 `src/main/resources/console` /kind improvement ```release-note None ```
39 lines
1.2 KiB
JSON
39 lines
1.2 KiB
JSON
{
|
|
"name": "@halo-dev/plugin-starter",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite build --watch",
|
|
"build": "vite build",
|
|
"preview": "vite preview --port 4173",
|
|
"test:unit": "vitest --environment jsdom",
|
|
"type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
|
|
},
|
|
"dependencies": {
|
|
"@halo-dev/console-shared": "^0.0.0-alpha.5",
|
|
"@halo-dev/components": "^0.0.0-alpha.4",
|
|
"vue": "^3.2.37"
|
|
},
|
|
"devDependencies": {
|
|
"@rushstack/eslint-patch": "^1.1.4",
|
|
"@types/jsdom": "^16.2.14",
|
|
"@types/node": "^16.11.44",
|
|
"@vitejs/plugin-vue": "^2.3.3",
|
|
"@vitejs/plugin-vue-jsx": "^1.3.10",
|
|
"@vue/eslint-config-prettier": "^7.0.0",
|
|
"@vue/eslint-config-typescript": "^10.0.0",
|
|
"@vue/test-utils": "^2.0.2",
|
|
"@vue/tsconfig": "^0.1.3",
|
|
"eslint": "^8.19.0",
|
|
"eslint-plugin-vue": "^8.7.1",
|
|
"jsdom": "^19.0.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "^2.7.1",
|
|
"typescript": "~4.7.4",
|
|
"vite": "^2.9.14",
|
|
"vitest": "^0.13.1",
|
|
"vue-tsc": "^0.35.2"
|
|
}
|
|
}
|