-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
100 lines (100 loc) · 2.8 KB
/
package.json
File metadata and controls
100 lines (100 loc) · 2.8 KB
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "kryptikwebapp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "vitest",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.6.9",
"@eth-optimism/sdk": "^2.0.1",
"@onesol/onesol-sdk": "^0.10.0",
"@prisma/client": "^4.9.0",
"@sendgrid/mail": "^7.7.0",
"@simplewebauthn/browser": "^7.2.0",
"@simplewebauthn/server": "^7.3.0",
"@solana/spl-token": "^0.2.0",
"@solana/web3.js": "^1.37.1",
"@supabase/supabase-js": "^2.8.0",
"@tailwindcss/typography": "^0.5.7",
"@types/bn.js": "^5.1.0",
"@types/crypto-js": "^4.1.1",
"@types/jsonwebtoken": "^9.0.2",
"@types/lodash": "^4.14.191",
"@types/ua-parser-js": "^0.7.36",
"@types/uuid": "^9.0.0",
"@walletconnect/client": "^1.8.0",
"@walletconnect/legacy-types": "^2.0.0",
"@walletconnect/sign-client": "^2.1.4",
"@walletconnect/types": "^2.3.0",
"algosdk": "^2.1.0",
"axios": "^0.26.1",
"bn.js": "^5.2.1",
"chart.js": "^3.8.0",
"chartjs-adapter-date-fns": "^2.0.0",
"coingecko-api-v3": "^0.0.13",
"cookies-next": "^2.1.1",
"crypto-js": "^4.1.1",
"csstype": "^3.0.10",
"date-fns": "^2.28.0",
"ethers": "^5.6.1",
"fast-sha256": "^1.3.0",
"fathom-client": "^3.5.0",
"framer-motion": "8",
"from-exponential": "^1.1.1",
"graphql": "^16.5.0",
"graphql-tag": "^2.12.6",
"gray-matter": "^4.0.3",
"hdseedloop": "^0.8.5",
"i": "^0.3.7",
"isomorphic-dompurify": "^0.22.0",
"jose": "^4.6.2",
"jsonwebtoken": "^9.0.1",
"lodash": "^4.17.21",
"near-api-js": "^0.45.1",
"next": "^13.1.6",
"next-qrcode": "^2.1.0",
"next-themes": "^0.2.1",
"npm": "^9.5.1",
"prisma": "^4.9.0",
"pubsub-ts": "^0.2.0",
"qr-code-styling": "^1.6.0-rc.1",
"qr-scanner": "^1.4.2",
"react": "^18.2.0",
"react-chartjs-2": "^4.3.1",
"react-code-input": "^3.10.1",
"react-collapsible": "^2.10.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.2.0",
"react-icons": "^4.3.1",
"rehype-highlight": "^6.0.0",
"rehype-katex": "^6.0.2",
"rehype-sanitize": "^5.0.1",
"rehype-slug": "^5.1.0",
"rehype-stringify": "^9.0.3",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"remark-parse": "^10.0.2",
"remark-rehype": "^10.1.0",
"shamirs-secret-sharing-ts": "^1.0.2",
"tailwind-scrollbar": "^2.0.1",
"ua-parser-js": "^1.0.35",
"uuid": "^9.0.0",
"valtio": "^1.7.6",
"yarn": "^1.22.19"
},
"devDependencies": {
"@types/node": "17.0.23",
"@types/react": "17.0.43",
"autoprefixer": "^10.4.4",
"eslint": "8.11.0",
"eslint-config-next": "^13.1.6",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.23",
"typescript": "4.6.2"
}
}