-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 873 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
{
"name": "tim",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mantine/core": "^7.3.2",
"@mantine/hooks": "^7.3.2",
"@mantine/modals": "^7.3.2",
"@mui/icons-material": "^5.14.15",
"@mui/material": "^5.14.15",
"@thirdweb-dev/react": "^4.0.8",
"@thirdweb-dev/sdk": "^4.0.7",
"@types/node": "20.8.9",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"axios": "^1.6.2",
"eslint": "8.52.0",
"eslint-config-next": "14.0.0",
"ethers": "^5.7.2",
"next": "14.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"starknet": "^5.19.5",
"starknetkit": "^1.0.12",
"typescript": "5.2.2"
}
}