plusone-admin-ui/package.json

40 lines
1.0 KiB
JSON
Raw Normal View History

2022-12-27 10:13:24 +08:00
{
"name": "plusone-admin-ui",
"version": "0.0.0",
"private": true,
"scripts": {
2022-12-29 00:37:02 +08:00
"dev": "vite --host",
2022-12-27 10:13:24 +08:00
"build": "run-p type-check build-only",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
2022-12-29 17:53:22 +08:00
"axios": "^1.2.2",
2022-12-27 10:13:24 +08:00
"pinia": "^2.0.28",
2022-12-29 17:53:22 +08:00
"qs": "^6.11.0",
2022-12-27 10:13:24 +08:00
"vue": "^3.2.45",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.4",
"@types/node": "^18.11.12",
2022-12-29 17:53:22 +08:00
"@types/qs": "^6.9.7",
2022-12-27 11:05:49 +08:00
"@vicons/fluent": "^0.12.0",
2022-12-27 10:13:24 +08:00
"@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.0",
"@vue/tsconfig": "^0.1.3",
"eslint": "^8.22.0",
"eslint-plugin-vue": "^9.3.0",
2022-12-27 11:05:49 +08:00
"naive-ui": "^2.34.3",
2022-12-27 10:13:24 +08:00
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"typescript": "~4.7.4",
2022-12-27 11:05:49 +08:00
"vfonts": "^0.0.3",
2022-12-27 10:13:24 +08:00
"vite": "^4.0.0",
"vue-tsc": "^1.0.12"
}
}