forked from supabase/supabase-ui-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.06 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
{
"name": "supabase-ui-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"publish": "npm run build && npm run export"
},
"dependencies": {
"@mdx-js/loader": "^1.6.22",
"@next/mdx": "^10.1.1",
"@supabase/supabase-js": "^1.7.5",
"@supabase/ui": "^0.23.0",
"@types/react-copy-to-clipboard": "^5.0.0",
"gray-matter": "^4.0.2",
"markdown-toc": "^1.2.0",
"next": "10.1.1",
"next-mdx-remote": "^2.1.3",
"next-seo": "^4.23.0",
"react": "17.0.2",
"react-copy-to-clipboard": "^5.0.3",
"react-dom": "17.0.2",
"react-frame-component": "^4.1.3",
"react-markdown": "^5.0.3",
"react-syntax-highlighter": "^15.4.3",
"rehype-slug": "^4.0.1",
"remark-gfm": "^1.0.0"
},
"devDependencies": {
"@types/react": "^17.0.3",
"@types/react-syntax-highlighter": "^13.5.0",
"postcss-preset-env": "^6.7.0",
"raw-loader": "^4.0.2",
"tailwindcss": "^2.0.1",
"typescript": "^4.2.3"
}
}