-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 938 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
{
"name": "junk_next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@analytics/google-analytics": "^0.5.3",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "*",
"@material-ui/styles": "^4.11.4",
"@segment/snippet": "^4.14.2",
"@sendgrid/mail": "^7.4.6",
"@stripe/stripe-js": "^1.18.0",
"analytics": "^0.7.14",
"firebase": "8.2.5",
"firebase-admin": "^9.11.1",
"lodash": "^4.17.21",
"material-ui-dropzone": "^3.5.0",
"next": "11.1.2",
"query-string": "^7.0.1",
"raw-body": "^2.4.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^6.15.1",
"react-hotjar": "^4.0.0",
"react-share": "^4.4.0",
"shippo": "^1.6.0",
"stripe": "^8.174.0",
"use-local-storage-state": "^11.0.0"
}
}