-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.57 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
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"seed": "node -r dotenv/config ./scripts/seed.js",
"lint": "next lint",
"format": "prettier --write .",
"prepare": "husky install"
},
"dependencies": {
"@auth0/nextjs-auth0": "^3.5.0",
"@next/third-parties": "14.0.5-canary.59",
"@nextui-org/react": "^2.2.9",
"@types/canvas-confetti": "^1.6.4",
"@vercel/analytics": "^1.2.2",
"@vercel/postgres": "^0.7.2",
"@vercel/speed-insights": "^1.0.10",
"canvas-confetti": "^1.9.2",
"clsx": "^2.1.0",
"date-fns": "^3.3.1",
"dotenv": "^16.4.5",
"emoji-picker-react": "^4.8.0",
"framer-motion": "^11.0.8",
"google": "link:@next/third-parties/google",
"gray-matter": "^4.0.3",
"hastscript": "^9.0.0",
"next": "14.1.3",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-pretty-code": "^0.13.0",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.0",
"remark": "^15.0.1",
"remark-rehype": "^11.1.0",
"shiki": "^1.1.6",
"zod": "^3.22.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20",
"@types/react": "^18.2.8",
"@types/react-dom": "^18.2.0",
"autoprefixer": "^10.0.1",
"eslint": "8.57.0",
"eslint-config-next": "14.1.0",
"husky": "^9.0.11",
"postcss": "^8",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.3.0",
"typescript": "^5.1.3"
}
}