-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
56 lines (56 loc) · 1.6 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
{
"name": "podcasting2.org",
"version": "0.7.2",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start -p 5000",
"lint": "next lint",
"pm2-start": "pm2 start 'pnpm start' --name 'app'"
},
"dependencies": {
"@custom-react-hooks/all": "^1.4.19",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"color-scheme-hook": "^3.7.2",
"lodash": "^4.17.21",
"lucide-react": "^0.372.0",
"markdown-to-jsx": "^7.4.7",
"next": "14.2.2",
"next-sitemap": "^4.2.3",
"posthog-js": "^1.128.2",
"posthog-node": "^4.0.0",
"prism-react-renderer": "^2.3.1",
"react": "^18.2.0",
"react-code-block": "^1.0.0",
"react-code-blocks": "^0.1.6",
"react-dom": "^18.2.0",
"react-icons": "^5.1.0",
"tailwind-color-util": "^1.0.3",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"vaul": "^0.9.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.12",
"@types/lodash": "^4.17.0",
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.2",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
}
}