Files
vue-ts-example/package.json
严浩 31aa166513
Some checks failed
CI / cache-and-install (push) Failing after 2m6s
chore: Update environment configuration and dependencies
2024-08-05 16:20:24 +08:00

52 lines
1.5 KiB
JSON

{
"name": "vue-ts",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"test:unit": "vitest",
"build-only": "vite build",
"type-check": "vue-tsc --build --force",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"@types/nprogress": "^0.2.3",
"nprogress": "^0.2.0",
"pinia": "^2.2.0",
"vue": "^3.4.35",
"vue-router": "^4.4.2"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.10.4",
"@tsconfig/node20": "^20.1.4",
"@types/jsdom": "^21.1.7",
"@types/node": "^20.14.14",
"@unocss/preset-rem-to-px": "^0.61.9",
"@unocss/reset": "^0.61.9",
"@vant/auto-import-resolver": "^1.2.1",
"@vitejs/plugin-vue": "^5.1.2",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.5.1",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.27.0",
"jsdom": "^24.1.1",
"npm-run-all2": "^6.2.2",
"prettier": "^3.3.3",
"typescript": "~5.4.5",
"unocss": "^0.61.9",
"unplugin-auto-import": "^0.18.2",
"unplugin-vue-components": "^0.27.3",
"unplugin-vue-router": "^0.10.2",
"vite": "^5.3.5",
"vite-plugin-vue-devtools": "^7.3.7",
"vitest": "^2.0.5",
"vue-tsc": "^2.0.29"
}
}