3 Star 0 Fork 0

孙健民/vue3-three-subjects

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.71 KB
一键复制 编辑 原始数据 按行查看 历史
sjm 提交于 2024-06-06 10:12 . feat:add:dap util
{
"name": "vue3-three-subjects",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite --host",
"build": "run-p type-check build-only",
"preview": "vite preview",
"test:unit": "vitest",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"axios": "^1.4.0",
"dap-util": "^1.5.4",
"dayjs": "^1.11.8",
"echarts": "^5.4.2",
"element-plus": "^2.7.3",
"highcharts": "^11.3.0",
"lodash-es": "^4.17.21",
"mitt": "^3.0.0",
"pathe": "^1.1.0",
"pinia": "^2.0.32",
"qiankun": "^2.10.6",
"qs": "^6.11.2",
"terser": "^5.23.0",
"three": "^0.152.2",
"vue": "^3.2.47",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.2.0",
"@types/jsdom": "^21.1.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^18.14.2",
"@types/qs": "^6.9.7",
"@types/three": "^0.152.0",
"@types/vue-chartkick": "^0.5.1",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"@vue/eslint-config-typescript": "^11.0.2",
"@vue/test-utils": "^2.3.0",
"@vue/tsconfig": "^0.1.3",
"babel-eslint": "^10.1.0",
"eslint": "^8.34.0",
"eslint-plugin-vue": "^9.9.0",
"jsdom": "^21.1.0",
"npm-run-all": "^4.1.5",
"sass": "^1.62.1",
"typescript": "~4.8.4",
"unplugin-auto-import": "^0.15.3",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.1.4",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-vue-setup-extend": "^0.4.0",
"vitest": "^0.29.1",
"vue-tsc": "^1.2.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/sjmds/vue3-three-subjects.git
git@gitee.com:sjmds/vue3-three-subjects.git
sjmds
vue3-three-subjects
vue3-three-subjects
master

搜索帮助