Files
plugin-starter/admin-frontend/package.json
Ryan Wang e51643c65c chore: rename to plugin-starter
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-08-29 22:29:03 +08:00

39 lines
1.1 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/admin-shared": "*",
"@halo-dev/components": "*",
"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"
}
}