-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1004 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1004 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
36
37
38
39
{
"name": "toon-survival-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/cache": "^11.7.1",
"@emotion/react": "^11.8.2",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.8.1",
"@fontsource/roboto": "^4.5.3",
"@marsidev/react-turnstile": "^0.0.7",
"@mui/icons-material": "^5.5.1",
"@mui/material": "^5.5.2",
"@usedapp/core": "^0.12.3",
"@walletconnect/web3-provider": "^1.7.7",
"animate.css": "^4.1.1",
"keccak256": "^1.0.6",
"merkletreejs": "^0.2.31",
"next": "12.1.0",
"next-themes": "^0.1.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"typewriter-effect": "^2.18.2",
"web3modal": "^1.9.6"
},
"devDependencies": {
"@types/node": "17.0.22",
"@types/react": "17.0.41",
"eslint": "8.11.0",
"eslint-config-next": "12.1.0",
"typescript": "4.6.2"
}
}