-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
39 lines (39 loc) · 1.02 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
{
"name": "react-stripe-payment",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "parcel build public/index.html --out-dir build --no-source-maps",
"dev": "node src/server.js & parcel public/index.html",
"start": "node src/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ovieokeh/react-stripe-payment.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ovieokeh/react-stripe-payment/issues"
},
"homepage": "https://github.com/ovieokeh/react-stripe-payment#readme",
"dependencies": {
"axios": "^0.19.0",
"babel-polyfill": "^6.26.0",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"history": "^4.10.1",
"parcel": "^1.12.4",
"parcel-bundler": "^1.12.4",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-router-dom": "^5.1.2",
"react-stripe-elements": "^5.1.0",
"stripe": "^7.10.0"
},
"devDependencies": {
"sass": "^1.23.2"
}
}