-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 805 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 805 Bytes
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
{
"name": "react-razorpay-button",
"version": "1.0.0",
"description": "Quick checkout button for Razorpay in React JS",
"main": "index.js",
"scripts": {
"webpack": "npx webpack --config webpack.config.js",
"build": "npx webpack -p --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "https://github.com/sivadass/react-razorpay-button"
},
"author": "Sivadass N",
"license": "MIT",
"dependencies": {
"react": "^16.3.1",
"react-dom": "^16.3.1"
},
"devDependencies": {
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.11",
"webpack": "^4.5.0",
"webpack-cli": "^2.0.14"
}
}