-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.06 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
{
"private": true,
"name": "throwexception.dev",
"version": "5.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"lint": "next lint",
"export": "next export",
"deploy": "vercel --prod"
},
"dependencies": {
"@google-analytics/admin": "^7.4.0",
"@google-analytics/data": "^4.7.0",
"@radix-ui/react-toast": "^1.0.0",
"@react-email/html": "^0.0.1",
"@stitches/react": "^1.2.6",
"date-fns": "^2.21.3",
"framer-motion": "^6.2.3",
"googleapis": "^95.0.0",
"gray-matter": "^4.0.3",
"kbar": "^0.1.0-beta.21",
"lottie-react": "^2.3.1",
"next": "^12.1.0",
"next-seo": "^5.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-loader-spinner": "^6.1.6",
"react-tweet-embed": "^2.0.0",
"reading-time": "^1.5.0",
"remark": "^14.0.1",
"remark-html": "^15.0.0",
"remark-prism": "^1.3.6",
"remixicon": "^2.5.0",
"resend": "^0.9.1"
},
"devDependencies": {
"eslint": "^8.9.0",
"eslint-config-next": "^12.0.10",
"eslint-config-prettier": "^8.3.0"
}
}