-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
38 lines (38 loc) · 837 Bytes
/
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
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"now-build": "next build",
"start": "next start"
},
"builds": [
{
"src": "package.json",
"use": "@vercel/next"
}
],
"devDependencies": {
"@svgr/webpack": "6.5.1",
"@trivago/prettier-plugin-sort-imports": "4.0.0",
"@types/next-seo": "2.1.2",
"@types/node": "18.14.0",
"@types/react": "18.0.28",
"@types/react-icons": "3.0.0",
"@types/tinycolor2": "1.4.3",
"prettier": "2.8.4",
"typescript": "4.9.5"
},
"dependencies": {
"clsx": "1.2.1",
"gray-matter": "4.0.3",
"next": "13.1.6",
"next-mdx-remote": "4.3.0",
"next-seo": "5.15.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "4.7.1",
"sass": "1.58.3",
"tinycolor2": "1.6.0"
}
}