-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.27 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.27 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
{
"name": "@pinsav3/frontend",
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"prettier": "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": "^4.2.12",
"@synthetixio/synpress": "^3.1.0",
"@tanstack/react-query": "5.49.2",
"@vercel/analytics": "^1.2.2",
"@vercel/blob": "^0.23.2",
"@vercel/kv": "^2.0.0",
"filereader-stream": "^2.0.0",
"isomorphic-fetch": "^3.0.0",
"mina-signer": "^3.0.5",
"next": "^14.0.1",
"next-sitemap": "^4.2.3",
"o1js": "0.17.0",
"pin-mina": "0.1.51",
"postcss": "^8.4.22",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-icons": "5.2.1",
"react-player": "^2.11.2",
"react-query": "^3.39.3",
"sharp": "^0.33.0",
"tabler-icons-react": "^1.56.0"
},
"devDependencies": {
"@types/isomorphic-fetch": "^0.0.39",
"@types/node": "^20.11.20",
"@types/react": "^18.2.5",
"eslint": "^9.0.0",
"prettier": "^3.0.3",
"typescript": "^5.0.4"
}
}