@stated-library/react
Version:
React bindings for [`Stated Libraries`](https://github.com/bradfordlemley/stated-library)
54 lines (53 loc) • 1.53 kB
JSON
{
"name": "@stated-library/react",
"license": "MIT",
"author": "Bradford Lemley <bradfordlemley@gmail.com>",
"homepage": "https://github.com/bradfordlemley/stated-library#readme",
"repository": {
"type": "git",
"url": "https://github.com/bradfordlemley/stated-library.git"
},
"bugs": {
"url": "https://github.com/bradfordlemley/stated-library/issues"
},
"version": "1.0.6",
"main": "dist/index.js",
"module": "dist/index.es.js",
"files": [
"dist"
],
"scripts": {
"build": "unfig build",
"start": "unfig start",
"test": "unfig test"
},
"typings": "dist/index.d.ts",
"dependencies": {
"@stated-library/core": "^1.0.6",
"@stated-library/interface": "^1.0.4"
},
"devDependencies": {
"@babel/cli": "7.1.5",
"@babel/core": "7.1.6",
"@babel/plugin-proposal-class-properties": "7.1.0",
"@babel/plugin-proposal-object-rest-spread": "7.0.0",
"@babel/preset-env": "7.1.6",
"@babel/preset-flow": "7.0.0",
"@babel/preset-react": "7.0.0",
"@babel/preset-typescript": "7.1.0",
"@types/node": "^11.13.4",
"@unfig/toolkit-react-comp": "^0.0.4-alpha.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.0.1",
"babel-jest": "23.6.0",
"eslint": "5.9.0",
"eslint-plugin-flowtype": "3.2.0",
"eslint-plugin-jsx-a11y": "^6.2.0",
"eslint-plugin-react": "7.11.1",
"jest": "^24.1.0",
"react-testing-library": "^7.0.0",
"rollup": "^1.4.0",
"typescript": "^3.4",
"unfig": "^0.0.3-alpha.0"
}
}