UNPKG

3.03 kBJSONView Raw
1{
2 "name": "drcash-react-libs",
3 "version": "0.7.9",
4 "description": "Dr cash react libs",
5 "deprecated": false,
6 "main": "packages/index.js",
7 "scripts": {
8 "build": "rollup -c"
9 },
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/Dinfyru/drcash-react-libs"
13 },
14 "keywords": [],
15 "author": "Nikolay Glushchenko <dinfyru@gmail.com>",
16 "license": "ISC",
17 "bugs": {
18 "url": "https://github.com/Dinfyru/drcash-react-libs/issues"
19 },
20 "directories": {
21 "bin": "public/packages"
22 },
23 "files": [
24 "public/packages/*"
25 ],
26 "homepage": "https://github.com/Dinfyru/drcash-react-libs",
27 "dependencies": {
28 "@babel/cli": "7.1.5",
29 "@babel/core": "7.1.5",
30 "@babel/plugin-external-helpers": "7.0.0",
31 "@babel/plugin-proposal-class-properties": "7.1.0",
32 "@babel/plugin-proposal-decorators": "7.1.2",
33 "@babel/plugin-proposal-do-expressions": "7.0.0",
34 "@babel/plugin-proposal-export-default-from": "7.0.0",
35 "@babel/plugin-proposal-export-namespace-from": "7.0.0",
36 "@babel/plugin-proposal-function-bind": "7.0.0",
37 "@babel/plugin-proposal-function-sent": "7.1.0",
38 "@babel/plugin-proposal-json-strings": "7.0.0",
39 "@babel/plugin-proposal-logical-assignment-operators": "7.0.0",
40 "@babel/plugin-proposal-nullish-coalescing-operator": "7.0.0",
41 "@babel/plugin-proposal-numeric-separator": "7.0.0",
42 "@babel/plugin-proposal-optional-chaining": "7.0.0",
43 "@babel/plugin-proposal-pipeline-operator": "7.0.0",
44 "@babel/plugin-proposal-throw-expressions": "7.0.0",
45 "@babel/plugin-syntax-dynamic-import": "7.0.0",
46 "@babel/plugin-syntax-export-default-from": "7.0.0",
47 "@babel/plugin-syntax-import-meta": "7.0.0",
48 "@babel/plugin-transform-react-jsx": "7.0.0",
49 "@babel/plugin-transform-runtime": "7.1.0",
50 "@babel/preset-env": "7.1.5",
51 "@babel/preset-react": "7.0.0",
52 "@babel/register": "7.0.0",
53 "@babel/runtime": "7.1.5",
54 "babel-eslint": "10.0.1",
55 "babel-loader": "8.0.4",
56 "babel-plugin-add-react-displayname": "0.0.5",
57 "babel-plugin-transform-imports": "1.5.1",
58 "babel-plugin-transform-react-remove-prop-types": "0.4.20",
59 "core-js": "2.5.7",
60 "debounce-promise": "3.1.0",
61 "eslint": "6.5.1",
62 "eslint-config-airbnb": "17.1.0",
63 "eslint-loader": "2.1.1",
64 "eslint-plugin-import": "2.14.0",
65 "eslint-plugin-jsx-a11y": "6.1.2",
66 "eslint-plugin-react": "7.11.1",
67 "is-buffer": "^2.0.3",
68 "is-ios": "^1.0.0",
69 "lodash.clonedeep": "4.5.0",
70 "lodash.compact": "3.0.1",
71 "lodash.debounce": "4.0.8",
72 "prettier": "1.15.1",
73 "prop-types": "15.6.2",
74 "query-string": "4.3.4",
75 "react": "16.8.6",
76 "react-dom": "16.8.6",
77 "react-redux": "6.0.1",
78 "react-select": "2.4.1",
79 "redux": "^4.0.4",
80 "rollup": "1.9.2",
81 "rollup-plugin-babel": "4.3.2",
82 "rollup-plugin-commonjs": "9.3.4",
83 "rollup-plugin-node-resolve": "4.2.2",
84 "rollup-plugin-sass": "^1.2.2",
85 "rollup-plugin-uglify": "^6.0.4"
86 },
87 "peerDependencies": {}
88}