taro-s4s
Version:
Nerv-multi多端开发解决方案
47 lines (46 loc) • 1.2 kB
JSON
{
"name": "@tarojs/rn-runner",
"version": "1.0.0-beta.10",
"description": "ReactNative build tool for taro",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NervJS/taro.git"
},
"keywords": [
"taro"
],
"author": "luckyadam",
"license": "MIT",
"bugs": {
"url": "https://github.com/NervJS/taro/issues"
},
"homepage": "https://github.com/NervJS/taro#readme",
"dependencies": {
"@expo/bunyan": "1.8.10",
"babel-runtime": "^6.9.2",
"chalk": "^2.0.1",
"cross-spawn": "^5.0.1",
"fs-extra": "^3.0.1",
"indent-string": "^3.0.0",
"inquirer": "^3.0.1",
"lodash": "^4.17.4",
"match-require": "^2.0.0",
"minimist": "^1.2.0",
"path-exists": "^3.0.0",
"progress": "^2.0.0",
"qrcode-terminal": "^0.11.0",
"rimraf": "^2.6.1",
"xdl": "48.1.4"
},
"devDependencies": {
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-flow-strip-types": "^6.8.0",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-1": "^6.5.0"
}
}