-
Notifications
You must be signed in to change notification settings - Fork 63
/
package.json
48 lines (48 loc) · 1.15 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
{
"name": "nextjs-blog-starter",
"version": "0.3.0",
"description": "A Next.js template for a blog website.",
"private": true,
"engines": {
"node": "14"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@svgr/webpack": "^6.1.1",
"clsx": "^1.1.1",
"feed": "^4.2.2",
"next": "12.0.7",
"next-compose-plugins": "^2.2.1",
"next-themes": "^0.0.15",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-markdown": "^5.0.3",
"react-syntax-highlighter": "^15.4.5",
"react-toggle-dark-mode": "^1.0.4",
"typeface-merriweather": "^1.1.13",
"typeface-open-sans": "^1.1.13",
"webp-loader": "^0.6.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.4.1",
"autoprefixer": "^10.4.0",
"gray-matter": "^4.0.3",
"postcss": "^8.4.4",
"tailwindcss": "^2.2.19"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Jfelix61/nextjs-starter-blog.git"
},
"homepage": "https://github.com/Jfelix61/nextjs-starter-blog#readme",
"keywords": [
"next.js",
"blog",
"template"
]
}