hapimini-cli
Version:
76 lines (75 loc) • 2.58 kB
JSON
{
"name": "taro-alipay-boilerplate",
"version": "1.0.0",
"private": true,
"description": "frontend boilerplate which customized from tarojs ",
"scripts": {
"dev": "export API='xxx' && npm run build:alipay -- --watch",
"build": "export API='xxx' && taro build --type alipay",
"build_test": "export API='xxx' && export TRACE=false && taro build --type alipay",
"commit": "git-cz",
"build:weapp": "taro build --type weapp",
"build:swan": "taro build --type swan",
"build:alipay": "taro build --type alipay",
"build:tt": "taro build --type tt",
"build:h5": "taro build --type h5",
"build:rn": "taro build --type rn",
"dev:weapp": "npm run build:weapp -- --watch",
"dev:swan": "npm run build:swan -- --watch",
"dev:alipay": "npm run build:alipay -- --watch",
"dev:tt": "npm run build:tt -- --watch",
"dev:h5": "npm run build:h5 -- --watch",
"dev:rn": "npm run build:rn -- --watch"
},
"author": "",
"license": "MIT",
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"@tarojs/cli": "1.3.4",
"@tarojs/components": "1.3.4",
"@tarojs/router": "1.3.4",
"@tarojs/taro": "1.3.4",
"@tarojs/taro-alipay": "1.3.4",
"@tarojs/taro-h5": "1.3.4",
"@tarojs/taro-swan": "1.3.4",
"@tarojs/taro-tt": "1.3.4",
"@tarojs/taro-weapp": "1.3.4",
"async-validator": "^3.0.4",
"classnames": "^2.2.6",
"moment": "^2.24.0",
"nerv-devtools": "^1.4.0",
"nervjs": "^1.4.0",
"underscore": "^1.9.1"
},
"devDependencies": {
"@tarojs/plugin-babel": "^1.3.15",
"@tarojs/plugin-csso": "^1.3.15",
"@tarojs/plugin-sass": "1.3.4",
"@tarojs/plugin-uglifyjs": "^1.3.15",
"@tarojs/webpack-runner": "1.3.4",
"@types/react": "^16.4.6",
"@types/webpack-env": "^1.13.6",
"@typescript-eslint/parser": "^1.6.0",
"babel-eslint": "^8.2.3",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-jsx-stylesheet": "^0.6.5",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"commitizen": "^3.1.1",
"cz-conventional-changelog": "^2.1.0",
"eslint": "^5.16.0",
"eslint-config-taro": "1.3.4",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-react": "^7.8.2",
"eslint-plugin-taro": "1.3.4",
"stylelint": "9.3.0",
"stylelint-config-taro-rn": "1.3.4",
"stylelint-taro-rn": "1.3.4",
"typescript": "^3.0.1"
}
}