Skip to content

Commit

Permalink
fix(template): default 模版补充 rn 和 quickapp 的依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
Garfield550 committed Dec 2, 2019
1 parent 36ef638 commit 7ea8892
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions packages/taro-cli/templates/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,21 @@
"license": "MIT",
"dependencies": {
"@tarojs/components": "<%= version %>",
"@tarojs/components-qa": "<%= version %>",
"@tarojs/components-rn": "<%= version %>",
"@tarojs/router": "<%= version %>",
"@tarojs/taro-router-rn": "<%= version %>",
"@tarojs/taro": "<%= version %>",
"@tarojs/taro-alipay": "<%= version %>",
"@tarojs/taro-h5": "<%= version %>",
"@tarojs/taro-qq": "<%= version %>",
"@tarojs/taro-quickapp": "<%= version %>",
"@tarojs/taro-rn": "<%= version %>",
"@tarojs/taro-swan": "<%= version %>",
"@tarojs/taro-tt": "<%= version %>",
"@tarojs/taro-weapp": "<%= version %>",
"nervjs": "^1.5.0",
"nerv-devtools": "^1.5.0"
"nervjs": "^1.5.5",
"nerv-devtools": "^1.5.5"
},
"devDependencies": {
"@types/react": "^16.4.6",
Expand All @@ -49,6 +53,7 @@
"@tarojs/plugin-csso": "<%= version %>",<% if (css !== 'none') {%>
"@tarojs/plugin-<%= css %>": "<%= version %>",<%}%>
"@tarojs/plugin-uglifyjs": "<%= version %>",
"@tarojs/rn-runner": "<%= version %>",
"@tarojs/webpack-runner": "<%= version %>",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
Expand Down

0 comments on commit 7ea8892

Please sign in to comment.