-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
63 lines (63 loc) · 1.74 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
{
"name": "storylok",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@arcana/auth": "^1.0.8",
"@arcana/auth-react": "^0.0.3",
"@arcana/auth-wagmi": "^2.0.0",
"@lighthouse-web3/kavach": "^0.1.4",
"@lighthouse-web3/sdk": "^0.2.3",
"@noble/ed25519": "^2.0.0",
"@particle-network/connect-react-ui": "^1.2.0",
"@rainbow-me/rainbowkit": "^1.0.8",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/wallet-adapter-react-ui": "^0.9.34",
"@solana/wallet-adapter-wallets": "^0.19.22",
"@solana/web3.js": "^1.78.5",
"@types/node": "20.4.10",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.14",
"aws-sdk": "^2.1472.0",
"axios": "^1.4.0",
"bls-eth-wasm": "^1.1.0",
"bs58": "^5.0.0",
"eslint": "8.47.0",
"eslint-config-next": "13.4.13",
"ethers": "^6.7.0",
"fs": "^0.0.1-security",
"howler": "^2.2.4",
"lodash": "^4.17.21",
"lodash.merge": "^4.6.2",
"mixpanel-browser": "^2.47.0",
"next": "13.4.13",
"next-seo": "^6.1.0",
"nft.storage": "^7.1.1",
"openai": "^3.3.0",
"postcss": "8.4.27",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-fast-marquee": "^1.6.0",
"react-modal": "^3.16.1",
"react-type-animation": "^3.2.0",
"tailwindcss": "3.3.3",
"typescript": "5.1.6",
"use-sound": "^4.0.1",
"viem": "^1.6.0",
"wagmi": "^1.3.10"
},
"devDependencies": {
"@types/howler": "^2.2.9",
"@types/lodash.merge": "^4.6.7",
"@types/mixpanel-browser": "^2.47.3",
"@types/react-modal": "^3.16.0"
}
}