forked from medipass/react-payment-inputs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.14 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
67
68
69
70
71
72
{
"name": "react-payment-inputs",
"version": "1.1.9",
"description": "A zero-dependency React Hook & Container to help with payment card input fields.",
"main": "lib/index.js",
"module": "es/index.js",
"unpkg": "umd/react-payment-inputs.min.js",
"files": [
"css",
"es",
"lib",
"umd",
"images"
],
"scripts": {
"build": "rollup -c",
"create-proxies": "node scripts/create-proxies.js",
"remove-proxies": "node scripts/remove-proxies.js",
"clean": "rimraf es/ lib/ umd/ && yarn remove-proxies",
"prepublishOnly": "yarn create-proxies && yarn build",
"postpublish": "yarn clean",
"lint": "eslint ./src",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook -o docs/"
},
"dependencies": {},
"peerDependencies": {
"react": ">=16.8.0",
"styled-components": ">=4.0.0"
},
"devDependencies": {
"@babel/core": "7.4.4",
"@babel/plugin-proposal-class-properties": "7.4.4",
"@babel/plugin-proposal-export-namespace-from": "7.2.0",
"@babel/plugin-proposal-object-rest-spread": "7.4.4",
"@babel/plugin-syntax-dynamic-import": "7.2.0",
"@babel/preset-env": "7.4.4",
"@babel/preset-react": "7.0.0",
"@medipass/eslint-config-react-medipass": "8.4.1",
"@storybook/addon-actions": "^5.0.11",
"@storybook/addon-links": "^5.0.11",
"@storybook/addons": "^5.0.11",
"@storybook/react": "^5.0.11",
"babel-eslint": "10.0.1",
"babel-loader": "^8.0.6",
"bootstrap": "4.3.1",
"eslint": "5.16.0",
"eslint-plugin-import": "2.17.2",
"eslint-plugin-prettier": "3.0.1",
"fannypack": "4.19.22",
"final-form": "4.13.0",
"formik": "1.5.7",
"react": "16.8.6",
"react-bootstrap": "1.0.0-beta.8",
"react-dom": "16.8.6",
"react-final-form": "5.1.2",
"rimraf": "2.6.3",
"rollup": "1.12.3",
"rollup-plugin-babel": "4.3.2",
"rollup-plugin-commonjs": "10.0.0",
"rollup-plugin-node-resolve": "5.0.0",
"rollup-plugin-proxy-directories": "1.2.0",
"rollup-plugin-terser": "4.0.4"
},
"author": "",
"homepage": "",
"license": "MIT",
"repository": "",
"keywords": [
"react-component"
]
}