-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 917 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": "maze-dapp-game-hopr-nextjs",
"version": "0.6.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.8.2",
"@svgr/webpack": "^6.3.1",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.2.0",
"@testing-library/user-event": "^13.5.0",
"debounce": "^1.2.1",
"next": "12.2.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-scripts": "5.0.1",
"rlp": "^3.0.0",
"serverless-mysql": "^1.5.4",
"sql-template-strings": "^2.2.2",
"use-immer": "^0.7.0",
"web-vitals": "^2.1.4",
"websocket": "^1.0.34"
},
"devDependencies": {
"eslint": "8.22.0",
"eslint-config-next": "12.2.5"
}
}