-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·60 lines (60 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
60
{
"name": "vinux-portfolio",
"version": "1.0.0",
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"tsc": "tsc --watch",
"lint": "next lint",
"find:unused": "next-unused"
},
"dependencies": {
"@emailjs/browser": "^3.6.2",
"@google-analytics/data": "^4.5.0",
"@tailwindcss/line-clamp": "^0.4.0",
"framer-motion": "^6.3.3",
"globby": "^13.1.1",
"gray-matter": "^4.0.3",
"next": "^13.0.6",
"next-mdx-remote": "^4.2.0",
"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-icons": "^4.3.1",
"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",
"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.0.6",
"next-unused": "^0.0.6",
"postcss": "^8.4.20",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.4"
},
"resolutions": {
"@mdx-js/mdx": "2.1.5",
"@mdx-js/react": "2.1.5"
}
}