mirror of
https://github.com/tenrok/BBob.git
synced 2026-05-15 11:59:37 +03:00
50 lines
1.1 KiB
JSON
50 lines
1.1 KiB
JSON
{
|
|
"name": "@bbob/react",
|
|
"version": "1.0.7",
|
|
"description": "",
|
|
"main": "lib/index.js",
|
|
"directories": {
|
|
"lib": "lib"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/JiLiZART/bbob.git"
|
|
},
|
|
"keywords": [
|
|
"bbob",
|
|
"react",
|
|
"helper"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/JiLiZART/bbob/issues"
|
|
},
|
|
"homepage": "https://github.com/JiLiZART/bbob#readme",
|
|
"scripts": {
|
|
"test": "../../node_modules/.bin/jest --",
|
|
"cover": "../../node_modules/.bin/jest --coverage",
|
|
"lint": "../../node_modules/.bin/eslint ."
|
|
},
|
|
"author": "Nikolay Kostyurin <jilizart@gmail.com>",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"dependencies": {
|
|
"@bbob/core": "^1.x",
|
|
"@bbob/plugin-helper": "^1.x",
|
|
"@bbob/preset-html5": "^1.0.5",
|
|
"prop-types": "^15.6.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "15.x"
|
|
},
|
|
"devDependencies": {
|
|
"babel-preset-react": "^6.24.1",
|
|
"enzyme": "^3.4.0",
|
|
"enzyme-adapter-react-15": "^1.0.6",
|
|
"react": "15.x",
|
|
"react-dom": "^15.6.2",
|
|
"react-test-renderer": "^15.6.2"
|
|
}
|
|
}
|