1 Star 2 Fork 0

sssx_li/vue3-threejs

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.12 KB
一键复制 编辑 原始数据 按行查看 历史
sssx_li 提交于 2023-06-21 17:24 +08:00 . perf: 目录清理;移除无用模块
{
"name": "vue3-threejs",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.ts,.jsx,.tsx --fix",
"lint:style": "stylelint src/**/*.{vue,css,scss} --fix",
"prepare": "husky install"
},
"dependencies": {
"@vueuse/core": "^10.2.0",
"element-plus": "^2.3.6",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"pinia": "^2.1.4",
"three": "^0.153.0",
"vue": "^3.3.4",
"vue-router": "^4.2.2"
},
"devDependencies": {
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@iconify-json/ep": "^1.1.11",
"@types/node": "^18.16.18",
"@types/nprogress": "^0.2.0",
"@types/three": "^0.152.1",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"@vue/runtime-core": "3.3.4",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.15.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"postcss-html": "^1.5.0",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"sass": "^1.63.4",
"sass-loader": "^13.3.2",
"stylelint": "^15.8.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-recess-order": "^4.2.0",
"stylelint-config-recommended-scss": "^12.0.0",
"stylelint-config-recommended-vue": "^1.4.0",
"stylelint-config-standard": "^33.0.0",
"stylelint-prettier": "^3.0.0",
"typescript": "^4.9.5",
"unocss": "^0.50.8",
"unplugin-auto-import": "^0.15.3",
"unplugin-icons": "^0.15.3",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.3.9",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-svg-icons": "^2.0.1",
"vue-eslint-parser": "^9.3.1",
"vue-tsc": "^1.8.0"
},
"lint-staged": {
"*.{css,scss,vue}": "pnpm run lint:style",
"*.{js,jsx,vue,ts,tsx}": "pretty-quick --staged"
},
"engines": {
"node": ">= 16.15.1"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/qy-tingyun/vue3-threejs.git
git@gitee.com:qy-tingyun/vue3-threejs.git
qy-tingyun
vue3-threejs
vue3-threejs
master

搜索帮助