react-oc
Version:
A React component that allows OpenComponents to operate within a react application.
50 lines (49 loc) • 1.21 kB
JSON
{
"name": "react-oc",
"version": "1.0.0-alpha.6",
"author": "Dipun Mistry <dipunm@gmail.com>",
"description": "A React component that allows OpenComponents to operate within a react application.",
"repository": {
"url": "https://github.com/opencomponents/oc-react",
"type": "git"
},
"keywords": [
"oc",
"OpenComponents",
"react",
"SSR"
],
"main": "dist/index.js",
"license": "MIT",
"scripts": {
"test": "jest --watch",
"build": "babel src --out-dir dist --source-maps",
"prepare": "yarn build"
},
"files": [
"/src",
"/dist",
"README.md"
],
"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.6.0",
"bluebird": "^3.5.3",
"jest": "^23.6.0",
"jest-plugin-console-matchers": "^2.9.0",
"jquery": "^3.3.1",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"regenerator-runtime": "^0.12.1",
"use-yarn": "^2.2.0"
},
"peerDependencies": {
"react": "^16.6.3",
"react-dom": "^16.6.3"
},
"gitHead": "f8379fb4749602d365327f4bec1fbedac28f275a"
}