react-jsf
Version:
JSF Compliant React Components
43 lines (42 loc) • 1.22 kB
JSON
{
"name": "react-jsf",
"version": "1.3.2",
"description": "JSF Compliant React Components",
"main": "./lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "npm run build",
"release": "standard-version; npm run gitPublish;",
"gitPublish": "git push --follow-tags origin master",
"build": "babel src --presets=es2015,es2016,es2017,react --plugins=transform-class-properties --out-dir lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/denny99/react-jsf.git"
},
"keywords": [
"react",
"jsf"
],
"author": "Denny Mueller",
"license": "ISC",
"bugs": {
"url": "https://github.com/denny99/react-jsf/issues"
},
"dependencies": {
"lodash": "^4.17.10",
"prop-types": "latest",
"react": "^16.4.1",
"react-dom": "^16.4.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2016": "^6.24.1",
"babel-preset-es2017": "^6.24.1",
"babel-preset-react": "^6.24.1",
"standard-version": "^4.4.0"
},
"homepage": "https://github.com/denny99/react-jsf#readme"
}