-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.29 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
{
"name": "nextjs-blog-theme",
"description": "A customizable Next.js and Tailwind blog starter. Designed by the Bejamas agency.",
"author": "Bejamas and Netlify Inc.",
"contributors": [
"Charlie Gerard",
"Prince Wilson",
"Tara Manicsic",
"Thom Krupa"
],
"homepage": "https://github.com/netlify-templates/nextjs-blog-theme",
"bugs": {
"url": "https://github.com/netlify-templates/nextjs-blog-theme/issues"
},
"scripts": {
"dev": "next",
"dev:watch": "next-remote-watch ./posts",
"build": "next build",
"start": "next start",
"export": "next build && next export",
"lint": "next lint"
},
"dependencies": {
"@mapbox/rehype-prism": "^0.8.0",
"@netlify/plugin-nextjs": "4.24",
"@tailwindcss/typography": "^0.5.0",
"classnames": "^2.3.1",
"cypress": "^10.1.0",
"gray-matter": "^4.0.2",
"next": "latest",
"next-mdx-remote": "^4.1.0",
"next-remote-watch": "1.0.0",
"prismjs": "^1.25.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"remark-gfm": "^3.0.1"
},
"devDependencies": {
"autoprefixer": "^10.4.0",
"eslint": "<9.0.0",
"eslint-config-next": "12.3.1",
"eslint-config-prettier": "^8.3.0",
"netlify-plugin-cypress": "~2.2.0",
"postcss": "^8.4.4",
"tailwindcss": "^3.0.0"
}
}