1 Star 0 Fork 76

青色/vue-fabric-editor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.32 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "view-ui-project-ts",
"private": true,
"version": "1.0.0",
"description": "a template project for vue3, ViewUIPlus, TypeScript and Vite.",
"scripts": {
"preinstall": "npx only-allow pnpm",
"serve": "pnpm dev",
"dev": "vite serve",
"dev:staging": "vite serve --mode=staging",
"dev:prod": "vite serve --mode=production",
"build": "vite build",
"build:sdk": "pnpm -C packages/core build",
"build:staging": "vite build --mode=staging",
"preview": "pnpm build && vite preview",
"preview:staging": "pnpm build:staging && vite preview --mode=staging",
"prepare": "husky install",
"test": "pnpm -C packages/core test"
},
"dependencies": {
"@kuaitu/core": "workspace:^",
"@vueuse/core": "^10.1.0",
"axios": "^1.3.4",
"dayjs": "^1.11.11",
"events": "^3.3.0",
"fabric": "^5.3.0",
"fontfaceobserver": "^2.1.0",
"lodash-es": "^4.17.21",
"number-precision": "^1.6.0",
"qs": "^6.12.1",
"uuid": "^8.3.2",
"view-ui-plus": "^1.3.7",
"vite-svg-loader": "^5.1.0",
"vue": "^3.2.25",
"vue-i18n": "9.0.0",
"vue-masonry": "^0.16.0",
"vue-router": "^4.0.16",
"vue3-lazyload": "^0.3.6"
},
"workspaces": [
"packages/*"
],
"devDependencies": {
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@types/events": "^3.0.0",
"@types/fabric": "^5.3.0",
"@types/fontfaceobserver": "^2.1.3",
"@types/lodash-es": "^4.17.7",
"@types/node": "^18.15.13",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"@vitejs/plugin-vue": "^4.1.0",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"autoprefixer": "^10.4.16",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.9.0",
"husky": "^8.0.0",
"less": "^4.1.3",
"less-loader": "^11.1.0",
"lint-staged": "^13.1.1",
"prettier": "2.8.4",
"typescript": "5.1.6",
"unplugin-auto-import": "^0.16.0",
"vite": "^4.2.1",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-html": "^3.2.0",
"vite-plugin-vue-setup-extend-plus": "^0.1.0",
"vue-tsc": "^0.34.7"
},
"lint-staged": {
"*.{ts,tsx,js,vue}": [
"eslint --fix",
"prettier --write"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/Tqingse/vue-fabric-editor.git
git@gitee.com:Tqingse/vue-fabric-editor.git
Tqingse
vue-fabric-editor
vue-fabric-editor
main

搜索帮助