加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.17 KB
一键复制 编辑 原始数据 按行查看 历史
陈夕 提交于 2024-08-01 20:18 . Update script parameters
{
"name": "oreo-editor",
"version": "2.3.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"@arco-design/web-vue": "^2.55.3",
"lodash": "^4.17.21",
"pixi.js": "^7.3.2",
"vue": "^3.2.45",
"vue-json-viewer": "^3.0.4",
"vue-router": "^4.1.6",
"vue3-apexcharts": "^1.5.3",
"vuetify": "^3.6.7"
},
"devDependencies": {
"@mdi/font": "^7.1.96",
"@rushstack/eslint-patch": "^1.1.4",
"@types/lodash": "^4.14.194",
"@types/node": "^18.11.12",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/tsconfig": "^0.5.1",
"@vuetify/loader-shared": "^2.0.3",
"eslint": "^8.2.2",
"eslint-plugin-vue": "^9.3.0",
"prettier": "^3.2.5",
"sass": "^1.57.1",
"typescript": "5.2.2",
"vite": "^5.2.11",
"vite-plugin-vuetify": "^2.0.3",
"vue-tsc": "^2.0.19"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化