-
Notifications
You must be signed in to change notification settings - Fork 178
/
package.json
107 lines (107 loc) · 3.15 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
{
"name": "markprompt",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@markdoc/markdoc": "^0.2.2",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/mdx": "^13.2.4",
"@radix-ui/react-checkbox": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.3",
"@radix-ui/react-dropdown-menu": "^2.0.4",
"@radix-ui/react-icons": "^1.2.0",
"@radix-ui/react-navigation-menu": "^1.1.2",
"@radix-ui/react-popover": "^1.0.5",
"@radix-ui/react-slider": "^1.1.1",
"@radix-ui/react-toggle-group": "^1.0.3",
"@sindresorhus/slugify": "^2.2.0",
"@stripe/stripe-js": "^1.49.0",
"@supabase/auth-helpers-nextjs": "^0.5.6",
"@supabase/auth-helpers-react": "^0.3.1",
"@supabase/auth-ui-react": "^0.3.5",
"@supabase/supabase-js": "^2.10.0",
"@tailwindcss/forms": "^0.5.3",
"@tanstack/react-table": "^8.7.9",
"@team-plain/react-chat-ui": "^6.2.3",
"@upstash/ratelimit": "^0.4.0",
"@upstash/redis": "^1.20.1",
"@visx/axis": "^2.12.2",
"@visx/event": "^2.6.0",
"@visx/grid": "^2.12.2",
"@visx/responsive": "^2.10.0",
"@visx/scale": "^2.2.2",
"@visx/tooltip": "^2.10.0",
"axios": "^1.3.4",
"canvas-confetti": "^1.6.0",
"classnames": "^2.3.2",
"clsx": "^1.2.1",
"common-tags": "^1.8.2",
"dayjs": "^1.11.7",
"eslint": "8.35.0",
"eslint-config-next": "13.2.3",
"eventsource-parser": "^0.1.0",
"exponential-backoff": "^3.1.1",
"fathom-client": "^3.5.0",
"formidable": "^2.1.1",
"formik": "^2.2.9",
"gpt3-tokenizer": "^1.1.5",
"gray-matter": "^4.0.3",
"js-md5": "^0.7.3",
"js-yaml": "^4.1.0",
"jsonwebtoken": "^9.0.0",
"lodash-es": "^4.17.21",
"nanoid": "^4.0.1",
"next": "13.2.3",
"next-themes": "^0.2.1",
"octokit": "^2.0.14",
"openai": "^3.2.1",
"pako": "^2.1.0",
"prism-react-renderer": "^1.3.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-hot-toast": "^2.4.0",
"react-markdown": "^8.0.5",
"react-wrap-balancer": "^0.4.0",
"remark-gfm": "^3.0.1",
"stripe": "^11.15.0",
"swr": "^2.1.0",
"ts-is-present": "^1.2.2",
"turndown": "^7.1.1",
"unique-names-generator": "^4.7.1",
"unist-builder": "^3.0.1",
"unist-util-filter": "^4.0.1",
"unzipper": "^0.10.11",
"use-debounce": "^9.0.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/canvas-confetti": "^1.6.0",
"@types/common-tags": "^1.8.1",
"@types/formidable": "^2.0.5",
"@types/js-md5": "^0.7.0",
"@types/js-yaml": "^4.0.5",
"@types/lodash-es": "^4.17.7",
"@types/ms": "0.7.31",
"@types/node": "18.14.6",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/turndown": "^5.0.1",
"@types/unzipper": "^0.10.5",
"@vercel/git-hooks": "1.0.0",
"autoprefixer": "10.4.13",
"lint-staged": "13.1.0",
"postcss": "8.4.20",
"prettier": "2.8.1",
"prettier-plugin-tailwindcss": "0.2.1",
"tailwindcss": "3.2.4",
"typescript": "4.9.4"
}
}