1 Star 0 Fork 314

产品项目开发 / vite-vue3-lowcode

forked from buqiyuan / vite-vue3-lowcode 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 3.24 KB
一键复制 编辑 原始数据 按行查看 历史
buqiyuan 提交于 2021-09-07 16:09 . chore: :arrow_up:update deps
{
"name": "vite-vue3-lowcode",
"version": "0.0.1",
"private": false,
"description": "A Vite2.x + Vue3 + TypeScript LowCode",
"scripts": {
"dev": "cross-env --max_old_space_size=4096 vite",
"build": "cross-env vite build",
"build-tsc": "vue-tsc --noEmit && vite build",
"serve": "vite preview",
"deploy": "gh-pages -d dist",
"format": "prettier --write ./src",
"lint": "eslint ./src --ext .vue,.js,.ts,.tsx",
"lint-fix": "eslint --fix ./src --ext .vue,.js,.ts,.tsx",
"lint:eslint": "eslint \"{src,mock}/**/*.{vue,ts,tsx}\" --fix",
"lint:prettier": "prettier --write --loglevel warn \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"",
"lint:stylelint": "stylelint --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
"lint:lint-staged": "lint-staged -c ./.husky/lintstagedrc.js",
"lint:pretty": "pretty-quick --staged",
"prepare": "husky install"
},
"dependencies": {
"@vant/touch-emulator": "^1.3.2",
"@vueuse/core": "^6.2.1",
"@vueuse/integrations": "^6.2.1",
"animate.css": "^4.1.1",
"axios": "^0.21.4",
"dayjs": "^1.10.6",
"dexie": "^3.0.3",
"element-plus": "1.1.0-beta.9",
"lodash": "^4.17.21",
"monaco-editor": "^0.27.0",
"nanoid": "^3.1.25",
"normalize.css": "^8.0.1",
"nprogress": "^1.0.0-1",
"qrcode": "^1.4.4",
"qs": "^6.10.1",
"vant": "3.2.2",
"vue": "3.2.9",
"vue-router": "^4.0.11",
"vuedraggable": "^4.1.0",
"vuex": "^4.0.2"
},
"devDependencies": {
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@types/lodash": "^4.14.172",
"@types/node": "^16.7.12",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
"@vitejs/plugin-legacy": "^1.5.2",
"@vitejs/plugin-vue": "^1.6.1",
"@vitejs/plugin-vue-jsx": "^1.1.7",
"@vue/compiler-sfc": "3.2.9",
"commitizen": "^4.2.4",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"cz-customizable": "^6.3.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^7.17.0",
"gh-pages": "^3.2.3",
"husky": "^7.0.2",
"lint-staged": "^11.1.2",
"prettier": "^2.3.2",
"pretty-quick": "^3.1.1",
"sass": "1.39.0",
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^22.0.0",
"stylelint-order": "^4.1.0",
"stylelint-scss": "^3.20.1",
"typescript": "^4.4.2",
"vite": "2.5.3",
"vite-plugin-components": "^0.13.3",
"vite-plugin-element-plus": "^0.0.12",
"vite-plugin-windicss": "^1.4.1",
"vue-eslint-parser": "^7.11.0",
"vue-tsc": "^0.3.0",
"windicss": "^3.1.7"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/buqiyuan/vite-vue3-lowcode.git"
},
"keywords": [
"Vite",
"Vue3",
"TypeScript",
"LowCode"
],
"author": "buqiyuan",
"license": "MIT",
"bugs": {
"url": "https://github.com/buqiyuan/vite-vue3-lowcode/issues"
},
"homepage": "https://github.com/buqiyuan/vite-vue3-lowcode#readme",
"lint-staged": {
"*.{vue,js,ts,tsx}": "eslint --fix"
}
}
TypeScript
1
https://gitee.com/ppdev/vite-vue3-lowcode.git
git@gitee.com:ppdev/vite-vue3-lowcode.git
ppdev
vite-vue3-lowcode
vite-vue3-lowcode
main

搜索帮助