代码拉取完成,页面将自动刷新
{
"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"
}
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。