packages/web/package.json
{
"name": "@appbaseio/reactivesearch",
"version": "2.18.0",
"description": "A React UI components library for building search experiences",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"module": "lib/index.es.js",
"js:next": "lib/index.es.js",
"sideEffects": false,
"files": [
"lib/",
"umd"
],
"scripts": {
"watch": "yarn build:commonjs -w && yarn build:es -w",
"build": "yarn build:commonjs && yarn build:es && yarn build:copy-types",
"build:commonjs": "cross-env BABEL_ENV=commonjs babel --ignore __tests__ src --out-dir lib",
"build:es": "cross-env BABEL_ENV=es babel src/index.js --out-file lib/index.es.js",
"build:copy-types": "npx babel-node ./scripts/copy-types.js",
"build:umd": "cross-env BABEL_ENV=commonjs webpack --progress -p --config webpack.config.umd.js",
"stats": "webpack --progress -p --config webpack.config.umd.js --json > stats.json",
"prepublish": "yarn run build",
"test": "jest --watch",
"typescript": "tsc -p tsconfig.json"
},
"repository": {
"type": "git",
"url": "https://github.com/appbaseio/reactivesearch.git"
},
"author": "metagrover",
"license": "Apache-2.0",
"dependencies": {
"@appbaseio/reactivecore": "^7.6.0",
"appbase-js": "^4.0.2-beta.5",
"cross-env": "^5.2.0",
"downshift": "^1.31.2",
"emotion": "^9.0.0",
"emotion-theming": "^9.0.0",
"polished": "^1.9.3",
"prop-types": "^15.6.0",
"react-day-picker": "^7.0.5",
"react-emotion": "^9.0.0",
"react-redux": "^5.0.7",
"rheostat": "^2.1.1",
"url-search-params": "^0.10.0",
"xdate": "^0.8.2"
},
"peerDependencies": {
"react": ">=15",
"react-dom": ">=15"
},
"devDependencies": {
"@types/react": "^16.3.8",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-emotion": "^9.0.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babili-webpack-plugin": "^0.1.2",
"brotli-webpack-plugin": "^0.5.0",
"compression-webpack-plugin": "^1.0.1",
"eslint-plugin-jest": "^21.12.2",
"fs-extra": "^7.0.0",
"glob": "^7.1.2",
"jest": "^22.4.2",
"path": "^0.12.7",
"react": "^16.1.1",
"react-dom": "^16.1.1",
"tslint": "^5.9.1",
"typescript": "^2.8.1",
"webpack": "^4.18.0",
"webpack-cli": "^3.1.0"
},
"resolutions": {
"@types/react": "16.3.7"
}
}