-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.12 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
62
63
64
65
66
67
68
69
70
{
"name": "character-sheets-frontend",
"version": "0.3.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"format": "prettier --write \"{*,**/*}.{ts,tsx,js,jsx,json,yml,yaml,md}\"",
"lint": "next lint",
"typecheck": "tsc",
"generate": "graphql-codegen --config=codegen.yml",
"prepare": "yarn generate"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@fontsource/tektur": "^5.0.3",
"@fontsource/unbounded": "^5.0.18",
"@openzeppelin/merkle-tree": "^1.0.6",
"@pinata/sdk": "^2.1.0",
"@rainbow-me/rainbowkit": "^2.0.0-beta.3",
"@tanstack/react-query": "^5.18.1",
"@types/memory-cache": "^0.2.6",
"@types/node": "20.11.16",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.18",
"@vercel/analytics": "^1.1.3",
"cors": "^2.8.5",
"formidable": "^3.5.1",
"framer-motion": "^11.0.3",
"fuzzy-search": "^3.2.1",
"graphql": "^16.8.1",
"jimp": "^0.22.10",
"memory-cache": "^0.2.0",
"mongodb": "^6.3.0",
"next": "13.4.19",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^5.1.0",
"react-singleton-hook": "^4.0.1",
"swr": "^2.2.4",
"urql": "^4.0.6",
"viem": "2",
"wagmi": "2.5.6"
},
"devDependencies": {
"@graphql-codegen/add": "^5.0.2",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/typescript": "^4.0.4",
"@graphql-codegen/typescript-operations": "^4.1.2",
"@graphql-codegen/typescript-urql": "^4.0.0",
"@types/cors": "^2.8.17",
"@types/formidable": "^3.4.5",
"@types/fuzzy-search": "^2.1.5",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"eslint": "8.56.0",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^10.0.0",
"next-transpile-modules": "^10.0.1",
"prettier": "^3.2.5",
"strip-ansi": "7.1.0",
"typescript": "5.3.3"
}
}