-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.52 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.52 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
52
53
54
55
{
"name": "tx-explain-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/server": "^11.11.0",
"@mantine/core": "^7.6.2",
"@mantine/form": "^7.7.1",
"@mantine/hooks": "^7.6.2",
"@mantine/next": "^6.0.21",
"@mantine/notifications": "^7.7.1",
"@modulz/radix-icons": "^4.0.0",
"@tabler/icons-react": "^3.1.0",
"@tanstack/react-query": "^5.29.2",
"@tanstack/react-query-devtools": "^5.28.6",
"@types/lodash": "^4.17.5",
"axios": "^1.6.8",
"cors": "^2.8.5",
"express": "^4.19.1",
"lodash": "^4.17.21",
"next": "^14.1.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-google-recaptcha": "^3.1.0",
"react-google-recaptcha-v3": "^1.10.1",
"uuid": "^10.0.0",
"viem": "^2.9.19",
"wagmi": "^2.5.20",
"zustand": "^4.5.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.91",
"@types/react": "^18.2.67",
"@types/react-dom": "^18.2.22",
"@types/react-google-recaptcha": "^2.1.9",
"eslint": "^8",
"eslint-config-next": "14.2.1",
"postcss": "^8.4.38",
"postcss-preset-mantine": "^1.13.0",
"postcss-simple-vars": "^7.0.1",
"typescript": "^5.4.5"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"mock": "node mockServer.js"
}
}