-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.3 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
{
"name": "superbase-nextts",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"gen:theme-typings": "chakra-cli tokens theme/theme.tsx",
"postinstall": "npm run gen:theme-typings",
"analyze": "cross-env ANALYZE=true next build"
},
"dependencies": {
"@babel/preset-react": "^7.18.6",
"@chakra-ui/icons": "^2.0.9",
"@chakra-ui/react": "^2.3.2",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@prisma/client": "^4.4.0",
"@supabase/auth-helpers-nextjs": "^0.4.0",
"@supabase/auth-helpers-react": "^0.3.0",
"@supabase/supabase-js": "^2.0.0",
"@supabase/ui": "^0.36.5",
"@types/formidable": "^2.0.5",
"@vercel/analytics": "^0.1.6",
"axios": "^1.1.3",
"copy-to-clipboard": "^3.3.1",
"dompurify": "^2.3.8",
"eslint-plugin-react-hooks": "^4.6.0",
"formidable": "v3",
"formik": "^2.2.9",
"framer-motion": "^7.4.0",
"fs": "^0.0.1-security",1
"html-react-parser": "^1.4.14",
"isomorphic-dompurify": "^0.22.0",
"katex": "^0.16.0",
"latest": "^0.2.0",
"lodash": "^4.17.21",
"next": "^12.1.6",
"prisma": "^4.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.1",
"react-ga": "^3.3.0",
"react-ga4": "^1.4.1",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.32.0",
"react-icons": "^4.4.0",
"react-katex": "^2.0.2",
"react-simple-image-slider": "^2.4.1",
"react-sticky-el": "^2.0.9",
"react-table": "^7.8.0",
"styled-components": "^5.3.5",
"suneditor": "^2.43.14",
"suneditor-react": "^3.4.1",
"swr": "^1.3.0",
"usehooks-ts": "^2.6.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@chakra-ui/cli": "^2.1.7",
"@next/bundle-analyzer": "^12.2.5",
"@types/dompurify": "^2.3.3",
"@types/katex": "^0.14.0",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@types/react-helmet": "^6.1.5",
"@types/react-icons": "^3.0.0",
"@types/react-sticky-el": "^1.0.3",
"@types/react-table": "^7.7.12",
"@types/styled-components": "^5.1.25",
"@types/uuid": "^8.3.4",
"cross-env": "^7.0.3",
"eslint": "^8.24.0",
"eslint-config-next": "^12.3.1",
"typescript": "^4.9.4"
}
}