react-polyfill-fragment
Version:
React Fragment polyfill
46 lines (45 loc) • 1.1 kB
JSON
{
"name": "react-polyfill-fragment",
"version": "1.1.0",
"description": "React Fragment polyfill",
"keywords": [
"React",
"Fragment",
"fragment",
"polyfill"
],
"author": "huya.nzb <huya.nzb@taobao.com>",
"homepage": "https://github.com/kingback/react-polyfills",
"license": "MIT",
"main": "lib/index.js",
"directories": {
"lib": "lib"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/kingback/react-polyfills.git"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1",
"build": "babel src --out-dir lib"
},
"bugs": {
"url": "https://github.com/kingback/react-polyfills/issues"
},
"dependencies": {
"react-dot-fragment": "^0.2.10"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"react": "^0.14.9",
"react-dom": "^0.14.9"
},
"gitHead": "94dd4960f09c28a1892f1e8f9c451587911d2000"
}