forked from paveli/react-payment-icons-inline
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
32 lines (32 loc) · 806 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
{
"name": "react-pay-icons",
"version": "3.2.0",
"description": "Payment Icons for React applications",
"main": "./lib/index.js",
"scripts": {
"dev": "webpack-dev-server --config ./webpack.dev.js --mode development",
"icons": "svgr -- IconsSource"
},
"files": [
"/lib"
],
"author": "Tommy Ljungberg",
"license": "MIT",
"peerDependencies": {
"react": "^18.2.0 || ^19.0.0",
"react-dom": "^18.2.0 || ^19.0.0"
},
"repository": "https://github.com/twltwl/react-pay-icons",
"engines": {
"node": ">=8.0.0"
},
"devDependencies": {
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"@svgr/cli": "^8.1.0",
"babel-loader": "^9.2.1",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
}
}