indoqa-react-fela
Version:
This project components to use [Fela](https://fela.js.org) in React projects:
57 lines (56 loc) • 1.45 kB
JSON
{
"name": "indoqa-react-fela",
"version": "0.9.0",
"author": "Indoqa Software Design und Beratung GmbH (https://www.indoqa.com)",
"homepage": "https://github.com/Indoqa/indoqa-react-fela#readme",
"license": "Apache-2.0",
"main": "dist/indoqa-react-fela.cjs.js",
"module": "dist/indoqa-react-fela.es.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"clean": "rimraf ./compiled ./dist",
"compile": "yarn clean && tsc -p tsconfig.json",
"package": "yarn compile && rollup -c",
"prepublishOnly": "yarn package"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Indoqa/indoqa-react-fela.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"react",
"react-fela",
"fela"
],
"peerDependencies": {
"fela": ">=10",
"react": ">=16",
"react-fela": ">=10"
},
"dependencies": {
"deepmerge": "^2.2.1",
"fela": "^10.1.1",
"react": "16.7.0",
"react-fela": "^10.1.1",
"tslib": "^1.9.3"
},
"devDependencies": {
"@types/deepmerge": "^2.2.0",
"@types/history": "^4.7.2",
"@types/react": "^16.7.18",
"rimraf": "^2.6.2",
"rollup": "^0.68.2",
"rollup-plugin-cleanup": "^3.1.0",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"tslint": "^5.12.0",
"typescript": "^3.2.2"
}
}