forked from SpectreMercury/PhilosopherStone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.26 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
71
72
73
74
75
76
77
78
{
"name": "philosopher",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"generate": "graphql-codegen",
"lint": "next lint",
"watch": "graphql-codegen watch"
},
"dependencies": {
"@apollo/server": "^4.9.5",
"@ckb-lumos/config-manager": "^0.22.0-next.3",
"@ckb-lumos/lumos": "0.22.0-next.3",
"@ckb-lumos/base": "0.22.0-next.3",
"@ckb-lumos/bi": "0.22.0-next.3",
"@ckb-lumos/codec": "0.22.0-next.3",
"@ckb-lumos/rpc": "0.22.0-next.3",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/client-preset": "^4.1.0",
"@joyid/ckb": "^0.0.2",
"@joyid/evm": "^0.2.6",
"@mantine/core": "^7.3.2",
"@mantine/dropzone": "^7.3.2",
"@mantine/hooks": "^7.3.2",
"@mantine/modals": "^7.3.2",
"@mantine/next": "^6.0.21",
"@mui/icons-material": "^5.15.0",
"@mui/material": "^5.15.0",
"@parcel/watcher": "^2.3.0",
"@reduxjs/toolkit": "^2.0.1",
"@spore-sdk/core": "^0.2.0-beta.1",
"@tanstack/react-query": "^5.8.4",
"@trpc/client": "^10.44.1",
"@trpc/next": "^10.44.1",
"@trpc/react-query": "^11.0.0-alpha-next-2023-12-19-17-06-13.125",
"@trpc/server": "^10.37.1",
"@types/lodash-es": "^4.17.12",
"@types/node": "20.5.0",
"@types/react": "^18.2.45",
"@types/react-dom": "18.2.7",
"@vercel/kv": "^1.0.1",
"@wagmi/core": "^1.4.12",
"autoprefixer": "10.4.15",
"better-sqlite3": "^8.5.0",
"bignumber.js": "^9.1.2",
"drizzle-kit": "^0.19.12",
"drizzle-orm": "^0.28.3",
"eslint": "8.47.0",
"eslint-config-next": "13.4.16",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"graphql-tag": "^2.12.6",
"jotai": "^2.6.0",
"lodash-es": "^4.17.21",
"next": "13.4.16",
"notistack": "^3.0.1",
"postcss": "8.4.28",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-markdown": "^9.0.1",
"react-redux": "^9.0.4",
"remark-gfm": "^4.0.0",
"spore-graphql": "^0.1.4",
"tailwindcss": "3.3.3",
"typescript": "5.1.6",
"zod": "^3.22.1"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.4",
"node-gyp": "^9.4.0"
}
}