-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.78 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "react-korba-payment",
"version": "0.1.3",
"description": "ReactJS library for korba payment gateway",
"main": "dist/index.js",
"module": "dist/index.es.js",
"typings": "dist/index.d.ts",
"jsnext:main": "dist/index.es.js",
"scripts": {
"build": "rm -rf dist && rollup -c --bundleConfigAsCjs",
"build:win": "del /q /s dist && rollup -c --bundleConfigAsCjs",
"build:watch": "rm -rf dist && rollup -c --watch --bundleConfigAsCjs",
"build:win-watch": "del /q /s dist && rollup -c --watch --bundleConfigAsCjs",
"format": "prettier --write '**/**/*.{js,}'",
"lint": "eslint --ext .js,.ts,.tsx,.jsx --ignore-path .eslintignore .",
"lint:fix": "npm run lint -- --fix",
"test": "jest --env=jsdom",
"test:watch": "jest --watch --verbose --env=jsdom"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eben92/react-korba-payment.git"
},
"keywords": [
"Javascript",
"typescript",
"ReactJS",
"Open Source",
"payments",
"korba",
"korba checkout",
"korba payment",
"react korba payment",
"react korba payment npm",
"korba payment react",
"korba Africa",
"Gateway",
"Korba gateway"
],
"author": "\"eben\",",
"license": "ISC",
"bugs": {
"url": "https://github.com/eben92/react-korba-payment/issues"
},
"homepage": "https://github.com/eben92/react-korba-payment#readme",
"peerDependencies": {
"react": "^16.0.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@babel/preset-typescript": "^7.21.4",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^11.0.0",
"@testing-library/react": "^14.0.0",
"@testing-library/react-hooks": "^8.0.1",
"@types/jest": "^29.5.0",
"@types/react": "^18.0.32",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^29.5.0",
"eslint": "^8.37.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"prettier": "^2.8.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-test-renderer": "^18.2.0",
"rollup": "^3.20.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-typescript2": "^0.34.1",
"ts-jest": "^29.1.0",
"typescript": "^5.0.3"
}
}