1 Star 1 Fork 16

AbigailMa/wxa

forked from WeBank/wxa 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.63 KB
一键复制 编辑 原始数据 按行查看 历史
genuifx 提交于 2020-09-18 01:29 . chore: Update package.json
{
"private": true,
"description": "轻量级的渐进式小程序开发框架,专注于小程序原生开发,提供更好的工程化、代码复用能力,提高开发效率并改善开发体验。",
"workspaces": [
"packages/*"
],
"version": "1.0.0",
"devDependencies": {
"@babel/core": "^7.2.0",
"@babel/plugin-proposal-class-properties": "^7.2.0",
"@babel/plugin-proposal-decorators": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"@vuepress/plugin-back-to-top": "^1.0.0-alpha.27",
"@vuepress/plugin-google-analytics": "^1.0.0-alpha.27",
"@vuepress/plugin-medium-zoom": "^1.0.0-alpha.0",
"@vuepress/plugin-notification": "^1.0.0-alpha.27",
"@vuepress/plugin-pwa": "^1.0.0-alpha.27",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.6.0",
"commitizen": "^3.0.5",
"conventional-changelog-cli": "^2.0.11",
"cz-conventional-changelog": "^2.1.0",
"fs-monkey": "^0.3.3",
"fsevents": "^2.0.1",
"husky": "^1.3.1",
"jest": "^23.6.0",
"jest-plugin-console-matchers": "^2.9.0",
"jest-plugin-fs": "^2.9.0",
"lerna": "^3.10.7",
"lint-staged": "^7.3.0",
"regenerator-runtime": "^0.13.1",
"vuepress": "^1.5.2",
"vuepress-plugin-sitemap": "^2.3.1",
"watchpack": "^1.6.1"
},
"husky": {
"hooks": {
"pre-commit": "npm test"
}
},
"scripts": {
"publish-next": "lerna publish --dist-tag=next --canary --preid rc",
"commit": "git-cz",
"test": "jest"
},
"sideEffects": false,
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@vuepress/theme-default": "^1.5.4",
"vue-server-renderer": "^2.6.12"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/AbigailMa/wxa.git
git@gitee.com:AbigailMa/wxa.git
AbigailMa
wxa
wxa
master

搜索帮助