forked from leerob/fastfeedback
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 875 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 875 Bytes
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
{
"name": "fastfeedback",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@chakra-ui/core": "^0.8.0",
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"@mdx-js/loader": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@next/mdx": "^11.1.0",
"@stripe/stripe-js": "^1.17.0",
"date-fns": "^2.23.0",
"emotion-theming": "^10.0.27",
"fathom-client": "^3.1.0",
"firebase": "^7.17.1",
"firebase-admin": "^8.12.1",
"iframe-resizer": "^4.3.2",
"js-cookie": "^2.2.1",
"next": "^11.1.1",
"next-seo": "^4.26.0",
"pino": "^6.13.0",
"pino-logflare": "^0.3.12",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^5.7.2",
"react-markdown": "^4.3.1",
"swr": "^0.5.6"
}
}