1 Star 0 Fork 43

whx/jecloud-pc-archetype

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 4.01 KB
一键复制 编辑 原始数据 按行查看 历史
pangfeng 提交于 2024-02-23 09:47 . feat(version): release v2.2.3
{
"name": "jecloud-pc-archetype",
"version": "2.2.3",
"private": true,
"description": "JECloud 前端微应用项目骨架",
"author": {
"name": "linzhichao",
"email": "zhichaolin@126.com"
},
"keywords": [
"jecloud",
"je",
"jepaas",
"低代码平台",
"低代码开发",
"微应用",
"微前端"
],
"scripts": {
"dev": "npm run dev:vite",
"build": "npm run build:public && npm run build:vuecli && npm run copy:public",
"preview": "node build/server/index.js",
"dev:vuecli": "vue-cli-service serve",
"build:vuecli": "vue-cli-service build",
"build:report": "vue-cli-service build --report",
"build:public": "node build/public/webpack.js",
"copy:public": "gulp copy-public",
"dev:vite": "vite",
"build:vite": "vite build",
"preview:vite": "vite preview",
"lint": "vue-cli-service lint",
"setup": "npm run setup:yalc",
"setup:yalc": "npm run yalc:remove && npm run yalc:jecloud && npm i",
"yalc:jecloud": "yalc add @jecloud/utils @jecloud/ui @jecloud/func",
"yalc:remove": "yalc remove --all",
"setup:lib": "npm run lib:remove && npm run lib:jecloud && npm i",
"lib:jecloud": "npm i @jecloud/utils @jecloud/ui @jecloud/func",
"lib:remove": "npm uninstall @jecloud/utils @jecloud/ui @jecloud/func",
"commit": "git-cz",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"clean": "rimraf node_modules",
"clean:vite": "rimraf node_modules/.vite",
"config": "vue inspect > .vue.config.js"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"@ctrl/tinycolor": "^3.6.0",
"@jecloud/func": "file:.yalc/@jecloud/func",
"@jecloud/ui": "file:.yalc/@jecloud/ui",
"@jecloud/utils": "file:.yalc/@jecloud/utils",
"ant-design-vue": "^3.2.11",
"core-js": "^3.24.1",
"pinia": "^2.0.18",
"vue": "^3.2.37",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.3"
},
"devDependencies": {
"@ant-design/colors": "^6.0.0",
"@ant-design/icons-vue": "^6.1.0",
"@babel/core": "^7.18.10",
"@babel/eslint-parser": "^7.18.9",
"@babel/preset-react": "^7.18.6",
"@commitlint/cli": "^13.2.1",
"@commitlint/config-conventional": "^13.2.0",
"@vitejs/plugin-vue": "^1.10.2",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"@vue/cli-plugin-babel": "^4.5.19",
"@vue/cli-plugin-eslint": "^4.5.19",
"@vue/cli-plugin-router": "^4.5.19",
"@vue/cli-plugin-vuex": "^4.5.19",
"@vue/cli-service": "^4.5.19",
"@vue/compiler-sfc": "^3.2.37",
"@vue/eslint-config-prettier": "^6.0.0",
"@zougt/some-loader-utils": "^1.4.3",
"@zougt/theme-css-extract-webpack-plugin": "^1.4.0",
"@zougt/vite-plugin-theme-preprocessor": "^1.4.5",
"babel-eslint": "^10.1.0",
"babel-plugin-import": "^1.13.5",
"clean-webpack-plugin": "^4.0.0",
"commitizen": "^4.2.5",
"conventional-changelog-cli": "^2.2.2",
"cors": "^2.8.5",
"css-loader": "^3.6.0",
"del": "^6.1.1",
"dotenv": "^10.0.0",
"ejs": "^3.1.8",
"eslint": "^7.32.0",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-vue": "^7.20.0",
"express": "^4.18.1",
"file-loader": "^6.2.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-rev": "^9.0.0",
"husky": "^4.3.8",
"less": "^3.13.1",
"less-loader": "^5.0.0",
"lodash": "^4.17.21",
"merge-stream": "^2.0.0",
"mini-css-extract-plugin": "1.6.2",
"mockjs": "^1.1.0",
"null-loader": "^4.0.1",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"prettier": "^2.7.1",
"regenerator-runtime": "^0.13.9",
"request": "^2.88.2",
"rimraf": "^3.0.2",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^4.1.1",
"vite": "^2.9.14",
"vite-plugin-html": "^2.1.2",
"vite-plugin-mock": "^2.9.6",
"vite-plugin-style-import": "^1.4.1",
"webpack": "^4.46.0",
"webpack-inject-plugin": "^1.5.5"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/wanghxing/jecloud-pc-archetype.git
git@gitee.com:wanghxing/jecloud-pc-archetype.git
wanghxing
jecloud-pc-archetype
jecloud-pc-archetype
master

搜索帮助