forked from vivekbhagwat/material-ui-credit-card-icons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·44 lines (44 loc) · 1.06 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
{
"name": "@madwire/material-ui-credit-card-icons",
"version": "4.0.0",
"description": "Credit Card icons for Material-UI",
"main": "./lib/index.js",
"standalone": "CreditCardIcons",
"repository": {
"type": "git",
"url": "git://github.com/spacecraftinc/material-ui-credit-card-icons.git"
},
"keywords": [
"material-ui",
"react",
"credit",
"credit card",
"payment",
"payment option"
],
"author": "Aleksandar Chalakov <[email protected]> (http://codefoundries.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/codefoundries/material-ui-credit-card-icons/issues"
},
"dependencies": {},
"peerDependencies": {
"@mui/material": "^5.0.4",
"react": "^17.0.2"
},
"devDependencies": {
"babel-cli": "^6.16.0",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0"
},
"scripts": {
"compile": "babel -sd lib/ src/",
"prepublish": "yarn run compile"
},
"files": [
"lib",
"src"
]
}