2 Star 0 Fork 4

SAO2233 / MyDemo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.36 KB
一键复制 编辑 原始数据 按行查看 历史
SAO2233 提交于 2023-05-16 20:49 . 初始化项目
{
"name": "mydemo",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --mode development",
"build": "vue-tsc --noEmit && vite build --mode production",
"preview": "vite preview",
"run": "npm run dev",
"postinstall": "patch-package"
},
"dependencies": {
"@jiaminghi/data-view": "^2.10.0",
"animate.css": "^4.1.1",
"ant-design-vue": "^3.2.12",
"axios": "^0.27.2",
"babel-plugin-import": "^1.13.5",
"echarts": "^5.4.2",
"less": "^4.1.3",
"nodejs-websocket": "^1.7.2",
"path": "^0.12.7",
"pinia": "^2.0.21",
"pixi.js": "^7.2.0",
"three": "^0.146.0",
"three-css2drender": "^1.0.0",
"three-obj-mtl-loader": "^1.0.3",
"three-orbit-controls": "^82.1.0",
"vue": "^3.2.37",
"vue-router": "^4.1.6",
"whatwg-fetch": "^3.6.2",
"ws": "^8.10.0",
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {
"@types/node": "^18.7.14",
"@vitejs/plugin-vue": "^3.0.3",
"babel-eslint": "^10.1.0",
"dat.gui": "^0.7.9",
"electron": "^23.2.0",
"eslint": "^8.34.0",
"eslint-plugin-vue": "^9.9.0",
"naive-ui": "^2.34.3",
"patch-package": "^6.5.1",
"typescript": "^4.6.4",
"unplugin-vue-components": "^0.22.4",
"vite": "^3.0.7",
"vite-plugin-electron": "^0.11.1",
"vue-eslint-parser": "^9.1.0",
"vue-tsc": "^0.39.5"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/sao2233/my-demo.git
git@gitee.com:sao2233/my-demo.git
sao2233
my-demo
MyDemo
master

搜索帮助