forked from KryptikApp/kryptikwebapp
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
111 lines (111 loc) · 3.1 KB
/
package.json
File metadata and controls
111 lines (111 loc) · 3.1 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
101
102
103
104
105
106
107
108
109
110
111
{
"name": "kryptikwebapp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest"
},
"dependencies": {
"@apollo/client": "^3.6.9",
"@babel/core": "^7.0.0-0",
"@babel/plugin-syntax-flow": "^7.14.5",
"@babel/plugin-transform-react-jsx": "^7.14.9",
"@firebase/app-compat": "0.x",
"@firebase/app-types": "0.x",
"@magic-sdk/admin": "^1.4.1",
"@next/font": "^13.2.4",
"@onesol/onesol-sdk": "^0.10.0",
"@prisma/client": "^4.9.0",
"@sendgrid/mail": "^7.7.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/lodash": "^4.14.191",
"@types/uuid": "^9.0.0",
"@walletconnect/sign-client": "^2.1.4",
"@walletconnect/types": "^2.3.0",
"@walletconnect/utils": "^2.1.4",
"accounting-js": "^1.1.1",
"add": "^2.0.6",
"algosdk": "^2.1.0",
"axios": "^0.26.1",
"bn.js": "^5.2.1",
"buffer-layout": "^1.2.2",
"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",
"firebase": "^9.8.2",
"firebase-admin": "^10.0.2",
"firebase-functions": "^3.19.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.7.9",
"i": "^0.3.7",
"install-peers": "^1.0.4",
"isomorphic-dompurify": "^0.22.0",
"jose": "^4.6.2",
"lodash": "^4.17.21",
"magic-sdk": "^8.1.0",
"near-api-js": "^0.45.1",
"next": "^13.2.4",
"next-connect": "^0.12.2",
"next-qrcode": "^2.1.0",
"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": "^14.0.2",
"remark-gfm": "^3.0.1",
"remark-html": "^15.0.1",
"remark-math": "^5.1.1",
"remark-rehype": "^10.1.0",
"secp256k1": "^4.0.3",
"shamirs-secret-sharing-ts": "^1.0.2",
"tailwind-scrollbar": "^2.0.1",
"uuid": "^9.0.0",
"valtio": "^1.7.6",
"yarn": "^1.22.19"
},
"devDependencies": {
"@types/multer": "^1.4.7",
"@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",
"vitest": "^0.29.7"
}
}