-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.54 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.54 KB
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
{
"name": "wissbell.com",
"version": "0.1.8",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"fmt": "pnpm rome check . --apply-suggested && pnpm rome format . --write",
"postbuild": "next-sitemap --config next-sitemap.config.js",
"sitemap": "next-sitemap --config next-sitemap.config.js"
},
"dependencies": {
"@next/font": "^13.4.3",
"@next/mdx": "^13.4.3",
"@types/node": "20.2.1",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"@upstash/redis": "^1.20.6",
"contentlayer": "^0.3.0",
"framer-motion": "^10.12.12",
"github-slugger": "^2.0.0",
"globby": "^13.1.4",
"lottie-web": "^5.12.2",
"lucide-react": "^0.220.0",
"markdown-wasm": "^1.2.0",
"next": "13.4.3",
"next-contentlayer": "^0.3.0",
"next-sitemap": "^4.1.3",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-feather": "^2.0.10",
"react-wrap-balancer": "^0.5.0",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-pretty-code": "^0.9.4",
"rehype-slug": "^5.1.0",
"remark-gfm": "^3.0.1",
"typescript": "5.0.4",
"viewerjs": "^1.11.3"
},
"devDependencies": {
"@opentelemetry/api": "^1.4.1",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"postcss-nesting": "^11.2.2",
"rome": "^11.0.0",
"tailwindcss": "^3.2.7",
"tailwindcss-debug-screens": "^2.2.1"
}
}