-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
35 lines (35 loc) · 1.01 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
{
"name": "dont-get-zohod",
"version": "0.0.2",
"description": "ZOHO Tips and Tricks",
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nickmackenzie/dont-get-zohod.git"
},
"author": "Nick MacKenzie",
"license": "MIT",
"bugs": {
"url": "https://github.com/nickmackenzie/dont-get-zohod/issues"
},
"homepage": "https://github.com/nickmackenzie/dont-get-zohod/#readme",
"dependencies": {
"@types/react": "^18.2.33",
"@vercel/analytics": "^1.1.1",
"next": "^14.2.19",
"next-sitemap": "^4.2.3",
"nextra": "^2.13.2",
"nextra-theme-docs": "^2.13.2",
"react": "^18.3.0-next-fecc288b7-20221025",
"react-dom": "^18.3.0-next-fecc288b7-20221025"
},
"devDependencies": {
"@types/node": "18.11.10",
"typescript": "^4.9.3"
}
}