加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
zhangzhichao02 提交于 2024-02-01 15:29 . 脚手架开发完成
{
"name": "vue-ts-scaffold",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build --force"
},
"dependencies": {
"element-plus": "^2.5.3",
"pinia": "^2.1.7",
"vue": "^3.4.15",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@tsconfig/node20": "^20.1.2",
"@types/node": "^20.11.10",
"@vitejs/plugin-vue": "^5.0.3",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.17",
"npm-run-all2": "^6.1.1",
"postcss": "^8.4.33",
"postcss-comment": "^2.0.0",
"postcss-html": "^1.6.0",
"postcss-import": "^16.0.0",
"postcss-scss": "^4.0.9",
"sass": "^1.70.0",
"sass-loader": "^14.1.0",
"tailwindcss": "^3.4.1",
"typescript": "~5.3.0",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.11",
"vue-tsc": "^1.8.27"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化