-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.11 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
{
"name": "coinprofile",
"version": "1.4.0",
"description": "Coinprofile Payment Gateway",
"main": "build/index.js",
"repository": "https://github.com/johnanisere/coinp.git",
"author": "coinprofile",
"license": "MIT",
"scripts": {
"start": "webpack --watch --mode=development",
"build": "webpack --mode=production",
"test": "jest"
},
"dependencies": {
"jsx-pragmatic": "^2.0.8",
"zoid": "^9.0.36"
},
"devDependencies": {
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/preset-env": "^7.7.1",
"babel-loader": "^8.0.6",
"babel-plugin-transform-react-jsx": "^6.24.1",
"clean-webpack-plugin": "^3.0.0",
"compression-webpack-plugin": "^3.1.0",
"css-loader": "^3.4.2",
"style-loader": "^1.1.3",
"terser-webpack-plugin": "^2.3.5",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-merge": "^4.2.2"
},
"keywords": [
"coinprofile",
"react-coinprofile",
"coinprofile payment gateway",
"payment",
"gateway"
]
}