-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
31 lines (31 loc) · 844 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
{
"name": "NextVita",
"description": "NextVita is a free Next Js boilerplate aimed for a 100% score in the lighthouse to get maximum benefits from the Google Core Web Vital SEO update.",
"version": "0.1.0",
"author": {
"name": "Shivam Modi",
"url": "https://nextvita.vercel.app/"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/shivammodiin/nextvita.git"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"gray-matter": "^4.0.3",
"mdx-prism": "^0.3.3",
"next": "^11.1.1",
"next-mdx-remote": "^3.0.2",
"next-seo": "^4.24.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"remark-autolink-headings": "^6.0.1",
"remark-code-titles": "^0.1.2",
"remark-slug": "^6.0.0"
}
}