-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.38 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.38 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": "@pinsav3/frontend",
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint",
"prettier:write": "prettier --write \"**/*.{ts,tsx}\""
},
"dependencies": {
"@mantine/core": "^4.2.12",
"@mantine/dropzone": "^4.2.12",
"@mantine/form": "^7.2.2",
"@mantine/hooks": "^4.2.12",
"@mantine/next": "^6.0.11",
"@mantine/notifications": "^7.17.2",
"@rainbow-me/rainbowkit": "2",
"@synthetixio/synpress": "^4.0.3",
"@tanstack/react-query": "5.62.8",
"ethers": "^6.8.0",
"filereader-stream": "^2.0.0",
"isomorphic-fetch": "^3.0.0",
"next": "^15.1.2",
"next-sitemap": "^4.2.3",
"pinata": "^1.10.1",
"pinata-web3": "^0.5.4",
"postcss": "^8.4.22",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-icons": "^5.3.0",
"react-query": "^3.39.3",
"sharp": "^0.33.0",
"tabler-icons-react": "^1.56.0",
"viem": "^2.21.55",
"wagmi": "^2.14.3"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.6.0",
"@types/isomorphic-fetch": "^0.0.39",
"@types/node": "^22.9.1",
"@types/react": "^18.2.5",
"eslint": "^9.15.0",
"eslint-config-next": "^15.1.2",
"eslint-plugin-react-hooks": "^5.0.0",
"prettier": "^3.0.3",
"typescript": "^5.0.4"
}
}