-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
38 lines (38 loc) · 972 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
{
"name": "stripe-demo-connect-standard-saas-platform",
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build",
"gcp-build": "next build",
"start": "next start -p $PORT",
"deploy": "gcloud app deploy"
},
"repository": {
"type": "git",
"url": "https://github.com/stripe/stripe-demo-connect-standard-saas-platform"
},
"dependencies": {
"node-forge": ">=1.3.0",
"@google-cloud/storage": "^5.18.2",
"@stripe/stripe-js": "^1.7.0",
"bcrypt": "^5.0.1",
"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.4",
"next": "^12.1.0",
"next-cookies": "^1.1.3",
"nprogress": "^0.2.0",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"shortid": "^2.2.14",
"slug": "^3.3.0",
"stripe": "^8.67.0"
},
"devDependencies": {}
}