-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.9 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "grant-ship-app",
"private": true,
"version": "0.2.35",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"codegen": "graphclient build && rm -rf src/.graphclient && mv .graphclient src/",
"graph-dev": "graphclient serve-dev"
},
"dependencies": {
"@mantine/carousel": "^7.11.2",
"@mantine/core": "^7.4.2",
"@mantine/dates": "^7.5.2",
"@mantine/form": "^7.4.2",
"@mantine/hooks": "^7.4.2",
"@mantine/notifications": "^7.4.2",
"@mantine/tiptap": "^7.11.2",
"@tabler/icons-react": "^2.46.0",
"@tanstack/react-query": "^5.17.19",
"@tiptap/extension-image": "^2.5.5",
"@tiptap/extension-link": "^2.5.5",
"@tiptap/pm": "^2.5.5",
"@tiptap/react": "^2.5.5",
"@tiptap/starter-kit": "^2.5.5",
"embla-carousel-autoplay": "^8.1.7",
"embla-carousel-react": "^7.1.0",
"localforage": "^1.10.0",
"mantine-form-zod-resolver": "^1.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.21.3",
"viem": "^2.4.0",
"wagmi": "^2.5.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@graphprotocol/client-cli": "^3.0.0",
"@types/node": "^20.11.5",
"@types/react": "^18.2.36",
"@types/react-dom": "^18.2.14",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@vitejs/plugin-react": "^4.2.1",
"axios": "^1.6.5",
"eslint": "^8.53.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"graphql": "^16.8.1",
"postcss": "^8.4.32",
"postcss-preset-mantine": "1.12.3",
"postcss-simple-vars": "^7.0.1",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vite-plugin-node-polyfills": "^0.19.0",
"vite-plugin-svgr": "^4.2.0"
},
"packageManager": "yarn@4.0.2"
}