-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.21 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
{
"private": true,
"author": {
"name": "Brian Burkard",
"email": "[email protected]"
},
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc"
},
"dependencies": {
"@supabase/auth-helpers-nextjs": "^0.5.2",
"@supabase/auth-helpers-react": "^0.3.1",
"@supabase/auth-ui-react": "^0.2.6",
"@supabase/supabase-js": "^2.1.0",
"@supabase/ui": "^0.36.5",
"@svgr/webpack": "^6.5.1",
"@tailwindcss/typography": "^0.5.4",
"@tanstack/react-query": "^4.16.1",
"autoprefixer": "^10.4.8",
"axios": "^1.2.0",
"easymde": "^2.17.0",
"meta-fetcher": "^3.1.1",
"next": "latest",
"postcss": "^8.4.16",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-markdown": "^8.0.3",
"react-modal": "^3.16.1",
"react-simplemde-editor": "^5.0.2",
"reactjs-popup": "^2.0.5",
"reakit": "^1.3.11",
"reakit-system-bootstrap": "^0.14.2",
"tailwindcss": "^3.1.8",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/node": "^12.12.21",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"supabase": "^1.15.0",
"typescript": "^4.9.3"
},
"version": "0.0.2-prerelease.14"
}