-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.18 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
{
"name": "data-lemur-api",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@dicebear/collection": "^6.0.4",
"@dicebear/core": "^6.0.4",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@monaco-editor/react": "^4.5.1",
"@supabase/auth-helpers-nextjs": "^0.7.4",
"@supabase/auth-helpers-react": "^0.4.2",
"@supabase/supabase-js": "^2.32.0",
"@upstash/redis": "^1.22.0",
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"cheerio": "^1.0.0-rc.12",
"cookies": "^0.8.0",
"eslint": "8.47.0",
"eslint-config-next": "13.4.13",
"http-status-codes": "^2.2.0",
"joi": "^17.9.2",
"markdown-it": "^13.0.1",
"moment": "^2.29.4",
"momentjs": "^2.0.0",
"monaco-themes": "^0.4.4",
"next": "13.4.13",
"nprogress": "^0.2.0",
"postcss": "8.4.27",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "^8.0.7",
"react-spinners": "^0.13.8",
"react-toastify": "^9.1.3",
"rehype-raw": "^6.1.1",
"remark-gfm": "^3.0.1",
"tailwindcss": "3.3.3"
}
}