-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.09 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
{
"name": "@linkedmd/repo",
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@linkedmd/components": "^0.0.7",
"@linkedmd/parser": "^0.2.2",
"@neo4j/graphql": "^3.6.3",
"@neo4j/graphql-ogm": "^3.6.3",
"@rainbow-me/rainbowkit": "^0.5.0",
"@rainbow-me/rainbowkit-siwe-next-auth": "^0.1.0",
"@twind/next": "^1.0.9",
"apollo-server": "^3.10.1",
"ethers": "^5.7.0",
"graphql": "^16.6.0",
"neo4j-driver": "^4.4.7",
"next": "12.2.5",
"next-auth": "^4.10.3",
"nft.storage": "^7.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"siwe": "^1.1.6",
"twind": "^0.16.17",
"wagmi": "^0.6.4"
},
"devDependencies": {
"@types/marked": "^4.0.6",
"@types/next-auth": "^3.15.0",
"@types/node": "18.7.9",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"@typescript-eslint/parser": "^5.0.1",
"eslint": "8.22.0",
"eslint-config-next": "12.2.5",
"prettier": "^2.7.1",
"typescript": "4.7.4"
}
}