1 Star 0 Fork 0

Carl/vue3-template

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
package.json 1.32 KB
Copy Edit Raw Blame History
Carl authored 2024-01-26 11:32 +08:00 . 更新依赖
{
"name": "vue3-template",
"version": "0.0.0",
"private": true,
"author": "Denis Bardadym <gongzhiqiangyy@gmail.com>",
"type": "module",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"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",
"prepare": "husky install"
},
"dependencies": {
"pinia": "^2.1.7",
"vue": "^3.4.15",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@tsconfig/node18": "^18.2.2",
"@types/node": "^18.19.9",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@vitejs/plugin-vue": "^4.6.2",
"@vue/tsconfig": "^0.5.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.20.1",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"npm-run-all2": "^6.1.1",
"prettier": "^3.2.4",
"sass": "^1.70.0",
"terser": "^5.27.0",
"typescript": "~5.3.3",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.12",
"vite-plugin-html": "^3.2.2",
"vue-tsc": "^1.8.27"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/webMa/vue3-template.git
git@gitee.com:webMa/vue3-template.git
webMa
vue3-template
vue3-template
master

Search