1 Star 0 Fork 24

akazwz/taroify

forked from mallfoundry/taroify 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.58 KB
一键复制 编辑 原始数据 按行查看 历史
tangzhi 提交于 2021-09-04 17:58 . Update version to '0.0.12-alpha.4'
{
"name": "taroify",
"version": "0.0.12-alpha.4",
"license": "MIT",
"private": true,
"scripts": {
"clean:node_modules": "lerna clean --yes && rimraf node_modules && cd ./site && rimraf node_modules",
"install:node_modules": "yarn install && cd ./site && yarn install",
"develop": "gulp develop",
"watch": "gulp watch",
"build": "gulp build",
"lerna:prerelease": "lerna version prerelease --yes --no-git-tag-version --conventional-graduate",
"lerna:prepatch": "lerna version prepatch --yes --no-git-tag-version --conventional-graduate",
"version:prerelease": "yarn run lerna:prerelease && node scripts/version.js",
"version:prepatch": "yarn run lerna:prepatch && node scripts/version.js",
"test": "jest",
"test:coverage": "jest --coverage",
"lint": "eslint packages --fix --ext .ts,.tsx",
"stylelint": "stylelint packages/**/*.scss --fix --color --syntax scss",
"clean": "gulp clean",
"sort": "npx sort-package-json \"package.json\" \"packages/*/package.json\""
},
"workspaces": [
"packages/*",
"bundles/*"
],
"browserslist": [
"last 3 versions",
"Android >= 4.1",
"ios >= 8"
],
"lint-staged": {
"*.md": "prettier --write",
"*.{ts,tsx,js,scss}": "prettier --write",
"*.{ts,tsx,js}": "eslint --fix",
"*.{css,scss}": "stylelint --fix"
},
"devDependencies": {
"@taroify/cli": "0.0.12-alpha.4",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.25",
"cross-env": "^7.0.3",
"lerna": "^3.22.1",
"prettier": "^2.2.1",
"stylelint": "^13.12.0",
"typescript": "^4.2.4"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/akazwz/taroify.git
[email protected]:akazwz/taroify.git
akazwz
taroify
taroify
master

搜索帮助