generated from piovischioh/nextjs-blog-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.9 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.9 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
54
55
56
57
58
59
60
61
62
63
64
{
"name": "nextjs-blog-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"compose": "node ./scripts/compose.mjs",
"dev": "next dev",
"build": "next build && next-sitemap --config next-sitemap.config.mjs && node ./scripts/generate-rss.mjs",
"start": "next start",
"prepare": "husky install"
},
"dependencies": {
"@giscus/react": "^2.2.6",
"clsx": "^1.2.1",
"contentlayer": "^0.2.9",
"date-fns": "^2.29.3",
"feed": "^4.2.2",
"github-slugger": "^2.0.0",
"image-size": "^1.0.2",
"next": "13.0.6",
"next-contentlayer": "^0.2.9",
"next-seo": "^5.15.0",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"rehype-code-titles": "^1.1.0",
"rehype-prism-plus": "^1.5.0",
"rehype-slug": "^5.1.0",
"remark-gfm": "^3.0.1",
"unist-util-visit": "^4.1.1"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.0.6",
"@tailwindcss/typography": "^0.5.8",
"@types/node": "18.11.13",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"@typescript-eslint/eslint-plugin": "^5.46.0",
"@typescript-eslint/parser": "^5.46.0",
"autoprefixer": "^10.4.13",
"dedent": "^0.7.0",
"esbuild": "0.14",
"eslint": "^8.2.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-tailwindcss": "^3.7.1",
"husky": "^8.0.0",
"inquirer": "^9.1.4",
"lint-staged": "^13.1.0",
"next-sitemap": "^3.1.44",
"postcss": "^8.4.20",
"prettier": "^2.8.1",
"prettier-plugin-tailwindcss": "^0.2.1",
"tailwindcss": "^3.2.4",
"typescript": "4.9.4",
"webpack": "^5.75.0"
}
}