-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.28 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
77
78
79
80
{
"name": "startup-nextjs-template",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3333",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@hookform/resolvers": "^3.3.1",
"@livekit/components-react": "^1.5.2",
"@livekit/components-styles": "^1.0.8",
"@monaco-editor/react": "^4.6.0",
"@next/font": "13.1.6",
"@radix-ui/react-dialog": "^1.0.4",
"@rocketseat/eslint-config": "^1.2.0",
"@stellar/freighter-api": "^2.0.0",
"@stellar/stellar-sdk": "^12.0.1",
"@tailwindcss/line-clamp": "^0.4.4",
"@tanstack/react-query": "^5.17.19",
"@web3modal/wagmi": "^4.0.0-alpha.2",
"ansi-to-html": "^0.7.2",
"contentful": "^10.5.1",
"cronstrue": "^2.48.0",
"dompurify": "^3.0.8",
"eslint": "8.33.0",
"eslint-config-next": "13.1.6",
"ethers": "^6.13.1",
"framer-motion": "^10.16.16",
"fs": "^0.0.1-security",
"html-react-parser": "^5.0.11",
"install": "^0.13.0",
"livekit-client": "^1.15.8",
"next": "^14.2.3",
"next-reveal": "^1.0.6",
"next-themes": "^0.2.1",
"nookies": "^2.5.2",
"npm": "^10.1.0",
"phosphor-react": "^1.4.1",
"react": "18.2.0",
"react-datepicker": "^4.17.0",
"react-dom": "18.2.0",
"react-google-recaptcha": "^3.1.0",
"react-hook-form": "^7.46.1",
"react-html-parser": "^2.0.2",
"react-modal-video": "^2.0.0",
"react-quill": "^2.0.0",
"react-toastify": "^9.1.3",
"reactflow": "^11.10.4",
"socket.io-client": "^4.7.4",
"stellar-sdk": "^12.0.0-rc.3",
"tailwind-scrollbar": "^3.0.5",
"viem": "^2.5.0",
"wagmi": "^2.5.2",
"yup": "^1.2.0"
},
"devDependencies": {
"@types/node": "^18.15.11",
"@types/react": "^18.0.34",
"autoprefixer": "^10.4.19",
"bufferutil": "^4.0.8",
"encoding": "^0.1.13",
"lokijs": "^1.5.12",
"pino-pretty": "^10.3.1",
"postcss": "^8.4.21",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.2",
"supports-color": "^9.4.0",
"tailwindcss": "^3.2.4",
"typescript": "^5.0.4",
"utf-8-validate": "^6.0.4"
}
}