-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
50 lines (50 loc) · 1.33 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
{
"name": "sshr-hackfs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.6.9",
"@ceramicnetwork/blockchain-utils-linking": "^2.0.4",
"@ceramicnetwork/http-client": "^2.0.4",
"@glazed/did-datastore": "^0.3.1",
"@glazed/did-session": "^0.0.1",
"@mantine/core": "^4.2.9",
"@mantine/dates": "^4.2.9",
"@mantine/dropzone": "^4.2.12",
"@mantine/form": "^4.2.10",
"@mantine/hooks": "^4.2.9",
"@mantine/next": "^4.2.9",
"@mantine/notifications": "^4.2.9",
"@mantine/rte": "^4.2.11",
"@pinata/sdk": "^1.1.26",
"@rainbow-me/rainbowkit": "^0.3.1",
"axios": "^0.27.2",
"dayjs": "^1.11.3",
"dids": "^3.2.0",
"ethers": "^5.6.8",
"graphql": "^16.5.0",
"ipfs-http-client": "^57.0.3",
"key-did-provider-ed25519": "^2.0.0",
"key-did-resolver": "^2.0.4",
"lit-ceramic-sdk": "^1.1.13",
"next": "^12.2.2",
"nft.storage": "^6.4.1",
"prettier": "^2.7.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"tabler-icons-react": "^1.49.0",
"wagmi": "^0.4.12",
"web-streams-polyfill": "^3.2.1"
},
"devDependencies": {
"dotenv": "^16.0.1",
"eslint": "8.17.0",
"eslint-config-next": "12.1.6"
}
}