-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
76 lines (76 loc) · 2.17 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
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "phala-website",
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "tsc --noEmit"
},
"dependencies": {
"@effect/schema": "^0.68.16",
"@fontsource/montserrat": "^5.0.1",
"@hookform/resolvers": "^3.3.4",
"@next/third-parties": "^14.2.4",
"@notionhq/client": "^2.2.9",
"@phala/sdk": "^0.6.0-beta.10",
"@polkadot/extension-inject": "^0.46.5",
"@polkadot/react-identicon": "^3.6.4",
"@polkadot/ui-keyring": "^3.6.3",
"@polkadot/util-crypto": "^12.5.1",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.5",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "20.2.4",
"@types/react": "18.2.7",
"@types/react-dom": "18.2.4",
"autoprefixer": "^10.4.16",
"bn.js": "^5.2.1",
"bufferutil": "^4.0.8",
"class-variance-authority": "^0.7.0",
"clsx": "^1.2.1",
"cookie": "^0.6.0",
"dayjs": "^1.11.9",
"dedent": "^1.5.1",
"discord-interactions": "^3.4.0",
"effect": "^3.4.6",
"encoding": "^0.1.13",
"feed": "^4.2.2",
"figma-squircle": "^0.3.0",
"framer-motion": "^10.16.4",
"highlight.js": "^11.8.0",
"jose": "^5.1.0",
"jotai": "^2.1.0",
"next": "13.4.4",
"notion-to-md": "^3.1.1",
"openai": "^4.6.0",
"panzoom": "^9.4.3",
"postcss": "^8.4.35",
"ramda": "^0.29.0",
"react": "^18.2.0",
"react-aria": "^3.32.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.50.1",
"react-icons": "^4.12.0",
"react-lite-youtube-embed": "^2.3.52",
"react-syntax-highlighter": "^15.5.0",
"react-turnstile": "^1.1.3",
"swiper": "10.0.2",
"tailwind-merge": "^1.12.0",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.0.4",
"utf-8-validate": "^6.0.3",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/cookie": "^0.5.4",
"@types/ramda": "^0.29.2",
"@types/react-syntax-highlighter": "^15.5.7",
"daisyui": "^4.10.1",
"react-aria-components": "^1.1.1"
}
}