-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1014 Bytes
/
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": "stripe-demo-connect-kavholm-marketplace",
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build",
"gcp-build": "next build",
"start": "next start -p $PORT"
},
"repository": {
"type": "git",
"url": "https://github.com/stripe/stripe-demo-connect-kavholm-marketplace"
},
"dependencies": {
"@google-cloud/storage": "^5.7.1",
"babel-polyfill": "^6.26.0",
"bcrypt": "^5.0.0",
"dotenv": "^8.2.0",
"gravatar": "^1.8.1",
"isomorphic-unfetch": "^3.0.0",
"js-cookie": "^2.2.1",
"jsonwebtoken": "^8.5.1",
"lowdb": "^1.0.0",
"moment": "^2.29.2",
"next": "^12.1.0",
"next-cookies": "^1.1.3",
"nprogress": "^0.2.0",
"qs": "^6.8.0",
"react": "^17.0.2",
"react-datepicker": "^2.11.0",
"react-dom": "^17.0.2",
"react-modal": "^3.10.1",
"react-moment": "^0.9.2",
"react-number-format": "^4.2.0",
"react-stripe-elements": "^5.0.0",
"shortid": "^2.2.16",
"stripe": "^7.13.1"
}
}