1 Star 1 Fork 0

zzzoucx/taro-dva-ts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.79 KB
一键复制 编辑 原始数据 按行查看 历史
kai 提交于 2019-10-30 16:24 . 2.0.0
{
"name": "taro-dva-ts",
"version": "2.0.0",
"private": true,
"description": "taro-dva-typescript脚手架",
"scripts": {
"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:qq": "taro build --type qq",
"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:qq": "npm run build:qq -- --watch",
"dev:h5": "npm run build:h5 -- --watch",
"dev:rn": "npm run build:rn -- --watch",
"icon": "node get-iconfont.js",
"tpl": "node template.js",
"lint-staged": "lint-staged",
"prettier": "prettier --write \"src/**/*.ts\" \"src/**/*.tsx\" \"src/**/*.scss\""
},
"author": "kavil@qq.com",
"license": "MIT",
"dependencies": {
"@tarojs/async-await": "1.3.22",
"@tarojs/components": "1.3.22",
"@tarojs/redux": "1.3.22",
"@tarojs/redux-h5": "1.3.22",
"@tarojs/router": "1.3.22",
"@tarojs/taro": "1.3.22",
"@tarojs/taro-alipay": "1.3.22",
"@tarojs/taro-h5": "1.3.22",
"@tarojs/taro-swan": "1.3.22",
"@tarojs/taro-tt": "1.3.22",
"@tarojs/taro-qq": "1.3.22",
"@tarojs/taro-weapp": "1.3.22",
"@tarojs/rn-runner": "1.3.22",
"dva-core": "^1.4.0",
"dva-loading": "^2.0.5",
"nervjs": "^1.5.3",
"nerv-devtools": "^1.5.3",
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"@types/react": "^16.4.8",
"@types/webpack-env": "^1.13.6",
"@tarojs/plugin-babel": "1.3.22",
"@tarojs/plugin-csso": "1.3.22",
"@tarojs/plugin-sass": "1.3.22",
"@tarojs/plugin-uglifyjs": "1.3.22",
"@tarojs/webpack-runner": "1.3.22",
"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",
"babel-eslint": "^8.2.3",
"eslint": "^5.16.0",
"eslint-config-prettier": "^6.3.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-config-taro": "1.3.22",
"eslint-plugin-react": "^7.8.2",
"eslint-plugin-react-hooks": "^1.6.1",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-taro": "1.3.22",
"husky": "^3.0.5",
"lint-staged": "^9.3.0",
"prettier": "^1.18.2",
"@typescript-eslint/parser": "^1.6.0",
"stylelint": "9.3.0",
"stylelint-config-taro-rn": "1.3.22",
"stylelint-taro-rn": "1.3.22",
"typescript": "^3.0.1",
"request": "^2.87.0",
"fs": "^0.0.1-security"
},
"lint-staged": {
"**/*.{ts,tsx,scss}": [
"prettier --write",
"git add"
]
},
"husky": {
"hooks": {
"pre-commit": "npm run lint-staged"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zzzoucx/taro-dva-ts.git
git@gitee.com:zzzoucx/taro-dva-ts.git
zzzoucx
taro-dva-ts
taro-dva-ts
master

搜索帮助