forked from j471n/j471n.in
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.86 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
60
61
62
63
64
65
66
67
68
69
{
"name": "portfolio-next",
"version": "0.1.0",
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev",
"tsc": "tsc",
"build": "next build",
"start": "next start",
"tsc-watch": "tsc --watch",
"lint": "next lint",
"find:unused": "next-unused"
},
"dependencies": {
"@emailjs/browser": "^3.6.2",
"@google-analytics/data": "^3.1.2",
"@portabletext/react": "^3.0.4",
"@portabletext/to-html": "^2.0.0",
"@sanity/cli": "^3.14.1",
"@sanity/client": "^6.1.3",
"@sanity/image-url": "^1.0.2",
"@sanity/types": "^3.12.2",
"@tailwindcss/line-clamp": "^0.4.0",
"classnames": "^2.3.2",
"framer-motion": "^6.3.3",
"globby": "^13.1.1",
"gray-matter": "^4.0.3",
"groq": "^3.12.2",
"moment": "^2.29.4",
"next": "^13.1.6",
"next-mdx-remote": "^4.4.1",
"next-pwa": "^5.6.0",
"nextjs-google-analytics": "^1.2.0",
"nprogress": "^0.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-github-calendar": "^4.0.0",
"react-icons": "^4.3.1",
"react-markdown": "^8.0.7",
"react-qr-code": "^2.0.7",
"react-ripples": "^2.2.1",
"react-share": "^4.4.0",
"react-toastify": "^9.0.1",
"react-toggle-dark-mode": "^1.1.1",
"reading-time": "^1.5.0",
"recharts": "^2.7.1",
"rehype-autolink-headings": "^6.1.1",
"rehype-pretty-code": "^0.3.1",
"rehype-slug": "^5.0.1",
"rss": "^1.2.2",
"shiki": "^0.10.1",
"swr": "^1.3.0"
},
"devDependencies": {
"@supabase/supabase-js": "^2.2.3",
"@tailwindcss/typography": "^0.5.8",
"@types/next-pwa": "^5.6.0",
"@types/nprogress": "^0.2.0",
"@types/rss": "^0.0.29",
"autoprefixer": "^10.4.13",
"eslint": "8.14.0",
"eslint-config-next": "^13.1.6",
"next-unused": "^0.0.6",
"postcss": "^8.4.20",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.4"
}
}