-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1 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
{
"name": "blog-with-notifications",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@engagespot/react-component": "^0.1.4",
"@supabase/supabase-js": "^1.30.0",
"@supabase/ui": "^0.36.3",
"@tailwindcss/typography": "^0.5.1",
"@types/slug": "^5.0.3",
"date-fns": "^2.19.0",
"gray-matter": "4.0.3",
"i": "^0.3.7",
"nanoid": "^3.1.22",
"next": "12.0.10",
"npm": "^8.4.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-simplemde-editor": "^5.0.2",
"remark": "13.0.0",
"remark-html": "13.0.1",
"slug": "^5.2.0",
"swr": "^0.5.5",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/node": "17.0.15",
"@types/react": "17.0.39",
"@types/uuid": "^8.3.4",
"autoprefixer": "10.4.2",
"eslint": "8.8.0",
"eslint-config-next": "12.0.10",
"postcss": "8.4.5",
"tailwindcss": "^3.0.18",
"typescript": "4.5.5"
}
}