-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.54 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
49
50
51
52
53
54
55
56
57
58
59
{
"name": "personal-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"commit": "cz",
"postbuild": "next-sitemap"
},
"dependencies": {
"@giscus/react": "^2.3.0",
"@sanity/block-content-to-react": "^3.0.0",
"@sanity/code-input": "^4.1.1",
"@sanity/image-url": "^1.0.2",
"@sanity/vision": "^3.18.0",
"@tippyjs/react": "^4.2.6",
"@types/nodemailer": "^6.4.13",
"axios": "^1.5.1",
"clsx": "^2.0.0",
"framer-motion": "^10.16.4",
"next": "13.5.4",
"next-sanity": "^5.5.8",
"next-sitemap": "^4.2.3",
"next-themes": "^0.2.1",
"nextjs-toploader": "^1.4.2",
"nodemailer": "^6.9.6",
"react": "^18",
"react-circular-progressbar": "^2.1.0",
"react-dom": "^18",
"react-fast-marquee": "^1.6.1",
"react-hook-form": "^7.47.0",
"react-icons": "^4.11.0",
"react-syntax-highlighter": "^15.5.0",
"react-toastify": "^9.1.3",
"rss": "^1.2.2",
"sanity": "^3.18.0",
"sharp": "^0.32.6",
"styled-components": "5.2",
"swr": "^2.2.4"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-syntax-highlighter": "^15.5.8",
"@types/rss": "^0.0.31",
"autoprefixer": "^10",
"eslint": "^8",
"eslint-config-next": "13.5.4",
"postcss": "^8",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.5",
"tailwindcss": "^3",
"typescript": "^5"
}
}