rxan-react
Version:
Rxan (RxJS Animation) adaptor library for react
69 lines (68 loc) • 1.67 kB
JSON
{
"name": "rxan-react",
"version": "1.1.4",
"description": "Rxan (RxJS Animation) adaptor library for react",
"main": "dist/index.cjs.js",
"browser": "dist/index.umd.js",
"jsnext:main": "dist/index.esm.js",
"module": "dist/index.esm.js",
"typings": "typings/index.d.ts",
"scripts": {
"build": "node scripts/build.js",
"test": "node scripts/test.js",
"watch": "node scripts/watch.js",
"prepublishOnly": "run-s test build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ailrun/rxan-react.git"
},
"keywords": [
"rx",
"rxjs",
"animation",
"reactive",
"ui",
"react",
"rxan"
],
"author": {
"name": "Junyoung Clare Jang",
"email": "jjc9310@gmail.com",
"url": "https://ailrun.github.io"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Ailrun/rxan-react/issues"
},
"homepage": "https://github.com/Ailrun/rxan-react#readme",
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
"@babel/preset-env": "^7.8.7",
"@babel/preset-react": "^7.8.3",
"@babel/register": "^7.8.6",
"@types/react": "^16.9.23",
"chai": "^4.2.0",
"chalk": "^3.0.0",
"cross-env": "^7.0.2",
"gaze": "^1.1.3",
"mocha": "^7.1.1",
"npm-run-all": "^4.1.5",
"react": "^16.13.1",
"rimraf": "^3.0.2",
"rollup": "^2.1.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-terser": "^5.3.0",
"rxjs": "^6.5.4",
"sinon": "^9.0.1"
},
"peerDependencies": {
"react": "^15 || ^16",
"rxjs": "^5 || ^6.0.0-alpha"
},
"files": [
"dist",
"typings"
]
}