1 Star 2 Fork 1

wwl/vue3项目工程化模板项目

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 3.07 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "vue3-element-admin-ts",
"version": "0.0.0",
"scripts": {
"dev": "vite --host",
"build": "cnpm i --unsafe-perm && vite build",
"build:test": "cnpm i --unsafe-perm && vite build --mode test",
"build:dev": "cnpm i --unsafe-perm && vite build --mode development",
"preview": "vite preview --host",
"prettier": "prettier --write",
"lint:js": "eslint \"{src}/**/*.{vue,ts}\" ",
"lint:js-fix": "eslint --fix",
"lint:css": "stylelint \"**/*.{vue,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
"lint:css-fix": "stylelint \"**/*.{vue,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/ --fix",
"test": "jest",
"prepare": "husky install"
},
"lint-staged": {
"*.{ts,vue}": [
"npm run lint:js-fix",
"npm run prettier",
"git add ."
]
},
"dependencies": {
"@babel/helper-validator-identifier": "^7.16.7",
"@element-plus/icons-vue": "^1.1.4",
"@nodelib/fs.stat": "^2.0.5",
"@tinymce/tinymce-vue": "^4",
"@vueuse/core": "^7.0.3",
"ali-oss": "^6.16.0",
"ansi-styles": "^6.1.0",
"axios": "0.21.1",
"binary-extensions": "^2.2.0",
"caniuse-lite": "^1.0.30001285",
"clean-stack": "^4.1.0",
"colorette": "^2.0.16",
"crypto-js": "^4.1.1",
"dedent": "^0.7.0",
"echarts": "5.1.1",
"electron-to-chromium": "^1.4.12",
"element-plus": "2.1.7",
"emoji-regex": "^10.0.0",
"file-saver": "^2.0.5",
"js-cookie": "2.2.1",
"jszip": "^3.10.0",
"lodash": "^4.17.21",
"lrz": "^4.9.41",
"mockjs": "1.1.0",
"nprogress": "0.2.0",
"qs": "^6.10.1",
"screenfull": "5.1.0",
"tinymce": "^5.10.2",
"vue": "3.2.32",
"vue-router": "4.0.4",
"vuedraggable": "^4.1.0",
"vuex": "4.0.0",
"xlsx": "^0.17.4"
},
"devDependencies": {
"@commitlint/cli": "12.1.1",
"@commitlint/config-conventional": "12.1.1",
"@types/crypto-js": "^4.0.2",
"@types/jest": "26.0.22",
"@types/js-cookie": "2.2.6",
"@types/node": "^16.11.26",
"@types/nprogress": "0.2.0",
"@types/qs": "^6.9.7",
"@typescript-eslint/eslint-plugin": "4.22.0",
"@typescript-eslint/parser": "4.22.0",
"@vitejs/plugin-vue": "2.3.1",
"@vue/compiler-sfc": "3.2.32",
"@vue/test-utils": "2.0.0-rc.6",
"autoprefixer": "9.8.6",
"babel-eslint": "10.1.0",
"cz-conventional-changelog": "3.3.0",
"eslint": "7.21.0",
"eslint-plugin-vue": "7.7.0",
"husky": "7.0.0",
"jest": "26.6.3",
"lint-staged": "10.5.4",
"prettier": "2.2.1",
"sass": "1.32.8",
"stylelint": "13.11.0",
"stylelint-config-prettier": "8.0.2",
"stylelint-config-standard": "20.0.0",
"stylelint-order": "4.1.0",
"ts-jest": "26.5.5",
"typescript": "4.1.3",
"unplugin-auto-import": "^0.7.1",
"unplugin-vue-components": "^0.19.3",
"vite": "2.9.1",
"vite-plugin-svg-icons": "^1.1.0",
"vite-plugin-vue-setup-extend": "^0.4.0",
"vue-jest": "5.0.0-alpha.7"
},
"license": "MIT",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/wwlaaaa/vue3-vite-element-admin.git
[email protected]:wwlaaaa/vue3-vite-element-admin.git
wwlaaaa
vue3-vite-element-admin
vue3项目工程化模板项目
master

搜索帮助