加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.15 KB
一键复制 编辑 原始数据 按行查看 历史
jiezeng 提交于 2022-03-18 14:58 . 下载vueuse
{
"name": "vite-vue-ts",
"version": "0.0.0",
"license": "ISC",
"author": "zengjie",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"serve": "vite preview",
"lint": "eslint ./src/**/*.{js,jsx,vue,ts,tsx} --fix"
},
"dependencies": {
"@element-plus/icons-vue": "^1.0.0",
"@grapecity/spread-excelio": "^15.0.3",
"@grapecity/spread-sheets": "^15.0.3",
"@grapecity/spread-sheets-barcode": "^15.0.3",
"@grapecity/spread-sheets-charts": "^15.0.3",
"@grapecity/spread-sheets-languagepackages": "^15.0.3",
"@grapecity/spread-sheets-pdf": "^15.0.3",
"@grapecity/spread-sheets-pivot-addon": "^15.0.3",
"@grapecity/spread-sheets-print": "^15.0.3",
"@grapecity/spread-sheets-resources-ja": "^15.0.3",
"@grapecity/spread-sheets-resources-ko": "^15.0.3",
"@grapecity/spread-sheets-resources-zh": "^15.0.3",
"@grapecity/spread-sheets-shapes": "^15.0.3",
"@grapecity/spread-sheets-tablesheet": "^15.0.3",
"@grapecity/spread-sheets-vue": "^15.0.3",
"@types/lodash": "^4.14.179",
"@vueuse/components": "^8.1.1",
"@vueuse/core": "^8.1.1",
"axios": "^0.23.0",
"element-plus": "^2.0.2",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.1",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"nprogress": "^0.2.0",
"pinia": "^2.0.0-rc.10",
"vue": "^3.2.16",
"vue-i18n": "^9.2.0-beta.32",
"vue-router": "4"
},
"devDependencies": {
"@types/lodash-es": "^4.17.6",
"@types/node": "^16.11.4",
"@types/nprogress": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^5.1.0",
"@typescript-eslint/parser": "^5.1.0",
"@vitejs/plugin-vue": "^1.9.3",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.1",
"eslint-plugin-vue": "^7.20.0",
"sass": "^1.43.3",
"typescript": "^4.4.3",
"unplugin-auto-import": "^0.6.1",
"unplugin-vue-components": "^0.17.21",
"vite": "^2.6.4",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-pwa": "^0.11.13",
"vite-plugin-restart": "^0.1.1",
"vue-tsc": "^0.3.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化