generated from sanesource/next-personal-blog-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.16 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
{
"name": "next-personal-blog-template",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"prebuild": "node prebuild.js",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint",
"test": "jest",
"test:playwright": "npx playwright test"
},
"dependencies": {
"@next/font": "^13.0.5",
"@supabase/supabase-js": "^2.8.0",
"@vercel/og": "^0.0.21",
"gh-recent-activity": "^1.1.2",
"gray-matter": "^4.0.3",
"highlight.js": "^11.7.0",
"marked": "^3.0.7",
"moment": "^2.29.1",
"next": "13.0.5",
"next-mdx-remote": "^4.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-share": "^4.4.1",
"react-toggle-dark-mode": "^1.1.1",
"reading-time": "^1.5.0",
"twilio": "^3.77.1"
},
"devDependencies": {
"@playwright/test": "^1.20.1",
"@types/jest": "^27.0.2",
"@types/marked": "^3.0.2",
"@types/prismjs": "^1.16.6",
"@types/react": "18.0.25",
"eslint": "^8.3.0",
"eslint-config-next": "11.1.2",
"jest": "^27.3.1",
"next-sitemap": "^1.6.203",
"ts-jest": "^27.0.7",
"typescript": "4.4.4"
}
}