-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 989 Bytes
/
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
{
"name": "react-credit-card-display",
"version": "0.5.3",
"description": "A React component for displaying Visa, MasterCard, American Express and Discover cards in a form",
"license": "MIT",
"author": "Michael Landis <michael4css@gmail.com> (https://michael-landis-awakening.com/development)",
"browser": "./lib/CardDisplay.js",
"repository": {
"type": "git",
"url": "https://github.com/landisdesign/react-credit-card-display.git"
},
"peerDependencies": {
"prop-types": "^15.6.0",
"react": "^16.8.0",
"react-dom": "^16.8.0"
},
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.1.0",
"babel-loader": "^8.0.1",
"css-loader": "^3.2.0",
"node-sass": "^4.13.0",
"path": "^0.12.7",
"prop-types": "^15.6.0",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.0",
"webpack": "^4.5.0",
"webpack-cli": "^3.2.1"
},
"scripts": {
"build": "webpack"
}
}