-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.33 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.33 KB
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
44
45
46
47
48
49
50
51
{
"name": "web3cart",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@apollo/client": "^3.8.6",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.8",
"@gelatonetwork/relay-sdk": "^5.5.0",
"@mui/icons-material": "^5.14.12",
"@mui/material": "^5.14.12",
"@mui/styled-engine-sc": "^5.14.12",
"@rainbow-me/rainbowkit": "^1.0.0",
"@safe-global/api-kit": "^1.3.1",
"@safe-global/protocol-kit": "^1.3.0",
"@types/graphql": "^14.5.0",
"axios": "^1.5.1",
"dotenv": "^16.3.1",
"encoding": "^0.1.13",
"ethers": "^5.7.2",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"lokijs": "^1.5.12",
"next": "^13.4.0",
"pino-pretty": "^10.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-material-ui-carousel": "^3.4.2",
"sass": "^1.69.3",
"styled-components": "^6.0.8",
"viem": "~0.3.36",
"wagmi": "^1.0.6"
},
"devDependencies": {
"@types/jest": "^29.5.5",
"@types/node": "^17.0.31",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.3",
"eslint": "^8.15.0",
"eslint-config-next": "^12.1.6",
"typescript": "^5.0.4"
}
}