-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.17 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
{
"name": "nextjs-with-typescript",
"version": "5.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"post-update": "echo \"codesandbox preview only, need an update\" && yarn upgrade --latest"
},
"dependencies": {
"@emotion/cache": "latest",
"@emotion/react": "latest",
"@emotion/server": "latest",
"@emotion/styled": "latest",
"@metamask/logo": "^3.1.1",
"@mui/icons-material": "latest",
"@mui/material": "latest",
"http-status": "^1.5.3",
"next": "latest",
"plaiceholder": "^2.5.0",
"react": "latest",
"react-blockies": "^1.4.1",
"react-dark-mode-toggle": "^0.2.0",
"react-dom": "latest",
"use-metamask": "^1.3.2",
"web3": "^1.8.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/node": "latest",
"@types/react": "latest",
"eslint": "latest",
"eslint-config-next": "latest",
"eslint-plugin-react": "^7.31.10",
"jest": "^29.2.2",
"jest-environment-jsdom": "^29.2.2",
"node-mocks-http": "^1.11.0",
"typescript": "latest"
}
}