-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
119 lines (119 loc) · 3.53 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
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
112
113
114
115
116
117
118
119
{
"name": "plunge",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start",
"dbpush": "drizzle-kit push:mysql"
},
"dependencies": {
"@clerk/nextjs": "^4.13.0",
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/sortable": "^7.0.2",
"@dqbd/tiktoken": "^1.0.6",
"@formkit/auto-animate": "^1.0.0-beta.6",
"@heroicons/react": "^2.0.17",
"@mantine/hooks": "^6.0.9",
"@mozilla/readability": "^0.4.4",
"@nem035/gpt-3-encoder": "^1.1.7",
"@neondatabase/serverless": "^0.9.3",
"@paralleldrive/cuid2": "^2.2.0",
"@planetscale/database": "^1.7.0",
"@radix-ui/react-accordion": "^1.1.1",
"@radix-ui/react-avatar": "^1.0.2",
"@radix-ui/react-checkbox": "^1.0.3",
"@radix-ui/react-context-menu": "^2.1.3",
"@radix-ui/react-dialog": "^1.0.3",
"@radix-ui/react-dropdown-menu": "^2.0.4",
"@radix-ui/react-hover-card": "^1.0.5",
"@radix-ui/react-popover": "^1.0.5",
"@radix-ui/react-portal": "^1.0.2",
"@radix-ui/react-scroll-area": "^1.0.3",
"@radix-ui/react-select": "^1.2.1",
"@radix-ui/react-switch": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.5",
"@trpc/client": "^10.18.0",
"@trpc/next": "^10.21.2",
"@trpc/react-query": "^10.18.0",
"@trpc/server": "^10.18.0",
"@uiw/react-md-editor": "^3.20.9",
"@vercel/postgres": "^0.8.0",
"@xstate/react": "^3.2.2",
"axios": "^1.3.6",
"class-variance-authority": "^0.5.3",
"clsx": "^1.2.1",
"cmdk": "^0.2.0",
"compromise": "^14.9.0",
"diff": "^5.1.0",
"dotenv": "^16.0.3",
"drizzle-orm": "^0.29.5",
"eventsource-parser": "^1.0.0",
"fast-deep-equal": "^3.1.3",
"framer-motion": "^10.12.4",
"gitdiff-parser": "^0.3.1",
"is-mobile": "^4.0.0",
"jotai": "^2.0.4",
"js-yaml": "^4.1.0",
"jsdom": "^21.1.1",
"lexorank": "^1.0.5",
"lodash": "^4.17.21",
"million": "^2.3.0",
"nanoid": "^4.0.2",
"next": "^13.2.4",
"next-remove-imports": "^1.0.11",
"node-html-parser": "^6.1.5",
"pluralize": "^8.0.0",
"postgres": "3.3",
"react": "18.2.0",
"react-diff-view": "^3.0.3",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.0",
"react-markdown": "^8.0.7",
"react-player": "^2.12.0",
"react-textarea-autosize": "^8.4.1",
"remarkable": "^2.0.1",
"superjson": "1.12.2",
"tailwind-merge": "^1.12.0",
"tailwindcss-animate": "^1.0.5",
"turndown": "^7.1.2",
"ws": "^8.17.0",
"xstate": "^4.37.2",
"zod": "^3.21.4",
"zustand": "^4.3.7"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/diff": "^5.0.3",
"@types/diff-match-patch": "^1.0.32",
"@types/eslint": "^8.37.0",
"@types/js-yaml": "^4.0.5",
"@types/jsdom": "^21.1.1",
"@types/lodash": "^4.14.194",
"@types/node": "^18.16.2",
"@types/pluralize": "^0.0.29",
"@types/prettier": "^2.7.2",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.1",
"@types/remarkable": "^2.0.3",
"@types/turndown": "^5.0.1",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"autoprefixer": "^10.4.14",
"drizzle-kit": "0.20.14",
"eslint": "^8.39.0",
"eslint-config-next": "^13.3.1",
"postcss": "^8.4.23",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.7",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.4",
"webpack-bundle-analyzer": "^4.8.0"
},
"ct3aMetadata": {
"initVersion": "7.10.1"
}
}