-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.32 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
{
"name": "nexliber",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@codemirror/lang-markdown": "^6.1.0",
"@codemirror/language-data": "^6.1.0",
"@codemirror/theme-one-dark": "^6.1.1",
"@codemirror/view": "^6.9.1",
"@lyrasearch/lyra": "^0.4.9",
"@sendgrid/mail": "^7.7.0",
"@storyblok/react": "^2.0.6",
"@supabase/auth-helpers-react": "^0.3.1",
"@supabase/supabase-js": "^2.2.0",
"@types/node": "18.11.15",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"@uiw/react-codemirror": "^4.19.9",
"@vercel/analytics": "^0.1.6",
"codemirror": "^6.0.1",
"eslint": "8.29.0",
"eslint-config-next": "^13.1.0",
"micro": "^10.0.1",
"next": "^13.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.5",
"react-syntax-highlighter": "^15.5.0",
"remark-gfm": "^3.0.1",
"stripe": "^11.3.0",
"typescript": "4.9.4",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/react-syntax-highlighter": "^15.5.6",
"@types/uuid": "^9.0.4"
}
}