-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
41 lines (41 loc) · 1.01 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
{
"name": "block-cms",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/server": "^4.7.2",
"@chakra-ui/next-js": "^2.1.4",
"@chakra-ui/react": "^2.7.0",
"@composedb/client": "^0.4.4",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@polybase/auth": "^0.6.1",
"@polybase/client": "^0.6.1",
"@polybase/react": "^0.6.1",
"@rainbow-me/rainbowkit": "^1.0.1",
"@types/node": "20.2.5",
"@types/react": "18.2.8",
"@types/react-dom": "18.2.4",
"eslint": "8.42.0",
"eslint-config-next": "13.4.4",
"framer-motion": "^10.12.16",
"graphql": "^16.6.0",
"js-cookie": "^3.0.5",
"next": "13.4.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.1.3",
"viem": "^1.0.0",
"wagmi": "^1.1.0"
},
"devDependencies": {
"@composedb/types": "^0.4.4",
"@types/js-cookie": "^3.0.3"
}
}