-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.4 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
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"devLocal": "next dev -H 192.168.0.221",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint",
"sanity": "cd sanity && sanity start"
},
"dependencies": {
"@heroicons/react": "^2.0.16",
"@next/bundle-analyzer": "^13.3.0",
"@next/font": "^13.3.0",
"@portabletext/react": "^3.0.0",
"@sanity/image-url": "^1.0.2",
"@types/node": "^18.15.11",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.2.1",
"axios": "^1.3.4",
"eslint": "^8.38.0",
"eslint-config-next": "^13.3.0",
"framer-motion": "^10.11.2",
"icons": "^1.0.0",
"next": "^13.3.0",
"next-sanity": "^4.1.5",
"next-sitemap": "^4.0.7",
"react": "18.2.0",
"react-cookie-consent": "^8.0.1",
"react-dom": "18.2.0",
"react-ga4": "^2.1.0",
"react-google-recaptcha-v3": "^1.10.1",
"react-hook-form": "^7.43.5",
"react-markdown": "^8.0.6",
"react-simple-typewriter": "^5.0.1",
"react-social": "^1.10.0",
"react-social-icons": "^5.15.0",
"rehype-raw": "^6.1.1",
"remark-gfm": "^3.0.1",
"styled-components": "^5.3.9",
"typescript": "^5.0.4"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"tailwind-scrollbar": "^3.0.0",
"tailwindcss": "^3.2.7"
}
}