forked from plaid/react-plaid-link
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.47 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "react-plaid-link",
"version": "1.5.1",
"description": "A React component for Plaid Link",
"files": [
"dist/",
"lib/",
"src/",
"LICENSE"
],
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/plaid/react-plaid-link.git"
},
"keywords": [
"react",
"react-component",
"plaid"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/plaid/react-plaid-link/issues"
},
"homepage": "https://github.com/plaid/react-plaid-link",
"directories": {
"example": "examples"
},
"dependencies": {
"react-load-script": "0.0.6"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0 || ^16",
"react-dom": "^0.14.0 || ^15.0.0 || ^16"
},
"devDependencies": {
"babel-cli": "6.26.x",
"babel-core": "6.25.x",
"babel-eslint": "8.0.x",
"babel-loader": "7.1.x",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-es2015": "6.5.x",
"babel-preset-react": "6.5.x",
"babel-preset-stage-0": "6.5.x",
"babel-register": "6.5.x",
"enzyme": "1.5.x",
"eslint": "6.6.x",
"eslint-plugin-react": "5.2.x",
"mocha": "2.3.x",
"prop-types": "^15.5.10",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-tools": "0.13.x",
"sinon": "1.17.x",
"webpack": "^3.6.0",
"webpack-dev-server": "2.8.2",
"xyz": "0.5.x"
},
"scripts": {
"build": "babel -d dist/ src/"
},
"tags": [
"react",
"plaid"
]
}