-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.18 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
{
"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": {
"@google-cloud/storage": "^4.2.0",
"@stripe/stripe-js": "^1.7.0",
"babel-polyfill": "^6.26.0",
"bcrypt": "^3.0.6",
"dotenv": "^8.2.0",
"easydb-io": "^1.2.3",
"express": "^4.17.1",
"gravatar": "^1.8.0",
"isomorphic-unfetch": "^3.0.0",
"js-cookie": "^2.2.1",
"jsonwebtoken": "^8.5.1",
"lowdb": "^1.0.0",
"micro-redirect": "^1.0.0",
"moment": "^2.24.0",
"next": "^9.4.4",
"next-cookies": "^1.1.3",
"nprogress": "^0.2.0",
"qs": "^6.8.0",
"querystring": "^0.2.0",
"react": "^16.9.0",
"react-currency-format": "^1.0.0",
"react-dom": "^16.9.0",
"react-moment": "^0.9.2",
"react-number-format": "^4.2.0",
"shortid": "^2.2.14",
"slug": "^3.3.0",
"stripe": "^8.67.0"
},
"devDependencies": {
"prettier": "^2.0.5"
}
}