-
Notifications
You must be signed in to change notification settings - Fork 233
/
package.json
48 lines (48 loc) · 1.31 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-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.9.0",
"@tailwindcss/typography": "^0.5.12",
"classnames": "^2.3.1",
"gray-matter": "^4.0.3",
"next": "^15.0.0",
"next-mdx-remote": "^5.0.0",
"next-remote-watch": "2.0.0",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remark-gfm": "^4.0.0"
},
"devDependencies": {
"@stackbit/cms-git": "^1.0.10",
"@stackbit/types": "^2.0.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"typescript": "^5.1.3"
},
"license": "MIT"
}