39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"name": "web",
|
|
"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",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
"format": "prettier --write src/"
|
|
},
|
|
"dependencies": {
|
|
"pinia": "^2.0.32",
|
|
"vue": "^3.2.47",
|
|
"vue-router": "^4.1.6",
|
|
"@arco-design/web-vue": "2.43.2"
|
|
},
|
|
"devDependencies": {
|
|
"@rushstack/eslint-patch": "^1.2.0",
|
|
"@types/node": "^18.14.0",
|
|
"@vitejs/plugin-vue": "^4.0.0",
|
|
"@vitejs/plugin-vue-jsx": "^3.0.0",
|
|
"@vue/eslint-config-prettier": "^7.1.0",
|
|
"@vue/eslint-config-typescript": "^11.0.2",
|
|
"@vue/tsconfig": "^0.1.3",
|
|
"eslint": "^8.34.0",
|
|
"eslint-plugin-vue": "^9.9.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "^2.8.4",
|
|
"typescript": "~4.7.4",
|
|
"vite": "^4.1.3",
|
|
"vue-tsc": "^1.1.5",
|
|
"@vicons/carbon": "0.12.0",
|
|
"unplugin-vue-components": "0.24.0",
|
|
"unplugin-auto-import": "0.15.0"
|
|
}
|
|
} |