-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start",
"postbuild": "next-sitemap"
},
"dependencies": {
"@prisma/client": "^4.3.0",
"classnames": "^2.3.1",
"contentlayer": "^0.2.7",
"next": "^12.2.5",
"next-contentlayer": "^0.2.7",
"next-seo": "^4.20.0",
"next-themes": "^0.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@svgr/webpack": "^6.3.1",
"@tailwindcss/typography": "^0.5.4",
"@types/node": "^18.7.13",
"@types/react": "^18.0.17",
"autoprefixer": "^10.4.8",
"eslint": "^8.23.0",
"eslint-config-next": "^12.2.5",
"eslint-plugin-simple-import-sort": "^7.0.0",
"globby": "11.0.4",
"next-sitemap": "^3.1.21",
"postcss": "^8.4.16",
"prettier": "^2.7.1",
"prisma": "^4.3.0",
"reading-time": "^1.5.0",
"rehype-code-titles": "^1.1.0",
"rehype-prism-plus": "^1.5.0",
"tailwindcss": "^3.1.8",
"typescript": "^4.8.2"
}
}