-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 872 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
{
"name": "nextjs-with-typescript",
"version": "5.0.0",
"private": true,
"dependencies": {
"@emotion/cache": "latest",
"@emotion/react": "latest",
"@emotion/server": "latest",
"@emotion/styled": "latest",
"@ibm-cloud/cloudant": "^0.0.16",
"@material-ui/core": "next",
"@material-ui/icons": "^5.0.0-beta.1",
"clsx": "latest",
"next": "latest",
"next-auth": "^3.27.3",
"next-connect": "^0.10.1",
"react": "latest",
"react-dom": "latest",
"react-hook-form": "^7.12.1"
},
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"post-update": "echo \"codesandbox preview only, need an update\" && yarn upgrade --latest"
},
"devDependencies": {
"@types/node": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"typescript": "latest"
}
}