-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.19 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
{
"name": "onlife-serverless-app",
"version": "1.0.0",
"scripts": {
"dev": "NODE_ENV=development next dev",
"build": "NODE_ENV=production next build",
"start": "NODE_ENV=production next start -p $PORT",
"export": "next export",
"type-check": "tsc",
"prepare": "patch-package"
},
"dependencies": {
"@auth0/nextjs-auth0": "^0.16.0",
"@biossun/color": "^2.0.0",
"@blueprintjs/core": "^3.26.0",
"auth0": "^2.30.0",
"faunadb": "^3.0.1",
"moment": "^2.24.0",
"nanoid": "^3.1.3",
"next": "10.0.0",
"next-seo": "^4.5.0",
"patch-package": "^6.2.1",
"query-string": "^6.12.1",
"react": "^16.13.1",
"react-code-input": "^3.9.0",
"react-copy-to-clipboard": "^5.0.2",
"react-datocms": "^1.2.4",
"react-dom": "^16.12.0",
"react-hook-form": "^5.2.0",
"react-markdown": "^4.3.1",
"react-stickup": "^1.11.0",
"react-sticky": "^6.0.3",
"recharts": "^1.8.5",
"reflexbox": "^4.0.6",
"swr": "^0.3.5",
"theme-ui": "^0.3.1"
},
"devDependencies": {
"@types/node": "^13.11.0",
"@types/react": "^16.9.32",
"@types/recharts": "^1.8.10",
"@types/theme-ui": "^0.3.1",
"typescript": "^3.8.3"
}
}