-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.54 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
{
"name": "payment-page-with-react",
"version": "1.0.0",
"description": "Simple Payment Page with MERN dev using mongodb, react, express, node, razorpay, etc.",
"main": "server.js",
"engines": {
"node": "16.x"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"client-install": "npm install --prefix client",
"start": "node server.js",
"client": "npm start --prefix client",
"server": "nodemon server.js",
"dev": "concurrently \"npm run server\" \"npm run client\"",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm install --prefix client && npm run build --prefix client"
},
"proxy": "http://localhost:5000",
"author": "Rishu Chowdhary <hi.10rishu@gmail.com>",
"license": "MIT",
"dependencies": {
"concurrently": "^7.0.0",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"mongoose": "^6.2.3",
"razorpay": "^2.8.0"
},
"keywords": [
"payment-application",
"mern",
"mern-app",
"full-stak",
"react",
"node",
"mongodb",
"express",
"payment-page",
"database",
"razorpay",
"scan",
"qr-code",
"payment-track",
"payment-page",
"payment-button",
"paymnet-link"
],
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/hirishu10/payment-page-with-react-using-razorpay.git"
},
"bugs": {
"url": "https://github.com/hirishu10/payment-page-with-react-using-razorpay/issues"
},
"homepage": "https://github.com/hirishu10/payment-page-with-react-using-razorpay#readme"
}