-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
105 lines (105 loc) · 3.18 KB
/
package.json
File metadata and controls
105 lines (105 loc) · 3.18 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
{
"name": "me",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@blocknote/core": "^0.9.5",
"@blocknote/react": "^0.9.5",
"@codemirror/lang-markdown": "^6.2.2",
"@edgestore/react": "^0.1.4",
"@edgestore/server": "^0.1.4",
"@emotion/styled": "^11.11.0",
"@formatjs/intl-localematcher": "^0.4.2",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.1.1",
"@hookform/resolvers": "^3.3.2",
"@mdxeditor/editor": "^1.5.0",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.0.7",
"@reduxjs/toolkit": "^1.9.7",
"@tanstack/react-query": "^5.0.0",
"@tanstack/react-query-devtools": "^5.4.2",
"@tanstack/react-table": "^8.10.7",
"@uiw/react-md-editor": "^3.24.1",
"@vercel/analytics": "^1.1.1",
"aos": "^2.3.4",
"axios": "^1.5.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cmdk": "^0.2.0",
"cookies-next": "^4.1.0",
"downshift": "^8.2.3",
"framer-motion": "^10.16.4",
"html-react-parser": "^4.2.8",
"html-to-json-parser": "^1.1.0",
"jodit-react": "^1.3.39",
"lowlight": "^3.1.0",
"lucide-react": "^0.284.0",
"markdown-to-jsx": "^7.3.2",
"moment": "^2.29.4",
"negotiator": "^0.6.3",
"next": "13.5.4",
"next-auth": "^4.24.3",
"next-themes": "^0.2.1",
"nextjs-toploader": "^1.4.2",
"novel": "^0.1.22",
"openai": "^4.12.4",
"parameterize": "^1.0.0",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.47.0",
"react-icons": "^4.11.0",
"react-markdown": "^9.0.1",
"react-redux": "^8.1.3",
"react-syntax-highlighter": "^15.5.0",
"react-vertical-timeline-component": "^3.6.0",
"rehype-external-links": "^3.0.0",
"rehype-parse": "^9.0.0",
"rehype-sanitize": "^6.0.0",
"remark-gfm": "^4.0.0",
"slugify": "^1.6.6",
"sonner": "^1.0.3",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"usehooks-ts": "^2.9.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/aos": "^3.0.5",
"@types/negotiator": "^0.6.2",
"@types/node": "^20",
"@types/parameter": "^3.6.4",
"@types/parameterize": "^1.0.2",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-syntax-highlighter": "^15.5.8",
"@types/react-vertical-timeline-component": "^3.3.4",
"autoprefixer": "^10",
"eslint": "^8",
"eslint-config-next": "13.5.4",
"postcss": "^8",
"prisma": "^5.5.2",
"tailwindcss": "^3",
"typescript": "^5"
}
}