-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.32 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.32 KB
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
{
"name": "@cloudgardener/blog",
"version": "2.0.0",
"description": "The next generation of the Cloud Gardener blog.",
"private": true,
"author": {
"name": "Niko Virtala",
"email": "[email protected]",
"organization": false
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"clsx": "^1.2.1",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-optipng": "^8.0.0",
"lazysizes": "^5.3.2",
"lqip-loader": "^2.2.1",
"next": "latest",
"next-compose-plugins": "^2.2.1",
"next-optimized-images": "^2.6.2",
"next-themes": "^0.0.16",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-markdown": "^5.0.3",
"react-syntax-highlighter": "^15.5.0",
"rss": "^1.2.2",
"typeface-source-sans-pro": "^1.1.13",
"typeface-source-serif-pro": "^1.1.13",
"webp-loader": "^0.6.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.4.1",
"autoprefixer": "^10.4.13",
"gray-matter": "^4.0.3",
"postcss": "^8.4.21",
"tailwindcss": "^2.2.19"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/cloudgardener/blog-nextjs.git"
},
"homepage": "https://github.com/cloudgardener/blog-nextjs#readme",
"keywords": [
"next.js",
"blog",
"template"
]
}