-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·60 lines (60 loc) · 1.5 KB
/
package.json
File metadata and controls
executable file
·60 lines (60 loc) · 1.5 KB
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
{
"name": "seerbit-reactjs",
"version": "2.1.1",
"description": "Seerbit ReactJS Wrapper for quick integration",
"author": "seerbit",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/seerbit/seerbit-reactjs.git"
},
"main": "dist/index.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
"types": "dist/index.d.ts",
"type": "module",
"files": [
"lib",
"src",
"dist"
],
"scripts": {
"rollup": "rollup -c --bundleConfigAsCjs",
"start": "rollup -c -w --bundleConfigAsCjs",
"prepack": "npm install && npm run rollup"
},
"peerDependencies": {
"react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-typescript": "^11.1.4",
"@types/react": "^18.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rollup": "^3.29.5",
"rollup-plugin-dts": "^6.0.2",
"rollup-plugin-peer-deps-external": "^2.2.4",
"tslib": "^2.6.2",
"typescript": "^5.2.2"
},
"bugs": {
"url": "https://github.com/seerbit/seerbit-reactjs/issues"
},
"homepage": "https://github.com/seerbit/seerbit-reactjs#readme",
"directories": {
"example": "example"
},
"keywords": [
"Seerbit",
"React",
"Reactjs",
"Payment",
"Javascript",
"Next",
"Gateway",
"paymentgateway"
]
}