react-esc-render-jss
Version:
JSS intergration for React-ESC
37 lines (36 loc) • 838 B
JSON
{
"name": "react-esc-render-jss",
"version": "5.0.1",
"description": "JSS intergration for React-ESC",
"homepage": "https://github.com/TriPSs/react-esc/tree/master/packages/react-esc-jss",
"bugs": {
"url": "https://github.com/TriPss/react-esc/issues"
},
"keywords": [
"react",
"react-esc",
"react-esc-jss",
"jss",
"react-jss"
],
"license": "MIT",
"author": {
"name": "Tycho Bokdam",
"email": "t.bokdam@seronaris.nl"
},
"main": "./index.js",
"repository": {
"type": "git",
"url": "git://github.com/TriPSs/react-esc.git"
},
"scripts": {
"build": "rollup -c=../../rollup.config.js",
"build:watch": "npm run build -- --watch"
},
"dependencies": {
"prop-types": "^15.6.2",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-jss": "^8.6.1"
}
}