-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
133 lines (133 loc) · 4.37 KB
/
package.json
File metadata and controls
133 lines (133 loc) · 4.37 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "danadavis.dev",
"version": "2.0.0",
"scripts": {
"start": "PORT=3435 next dev",
"dev": "PORT=3434 cross-env INIT_CWD=$PWD next dev",
"build": "tsx ./scripts/post-build.ts",
"build:verbose": "cross-env INIT_CWD=$PWD next build && cross-env NODE_OPTIONS='--experimental-json-modules' tsx ./scripts/post-build.ts",
"generate-rss": "cross-env NODE_OPTIONS='--experimental-json-modules' node -e \"import('./scripts/rss.js').then(m => m.generateRssFeed())\"",
"postinstall": "prisma generate --no-engine",
"serve": "next start",
"clean": "rm -rf .next .contentlayer .cache node_modules pnpm-lock.yaml",
"analyze": "cross-env ANALYZE=true next build",
"lint": "next lint --fix --dir pages --dir app --dir components --dir lib --dir layouts --dir scripts",
"biome:lint": "biome lint --write --unsafe",
"biome:format": "biome format --write",
"biome:fix": "biome check --write",
"prepare": "husky",
"seed": "tsx ./scripts/seed.ts",
"check-db": "tsx ./scripts/check-db.ts",
"typecheck": "npx tsc -b"
},
"dependencies": {
"@emotion/is-prop-valid": "^1.4.0",
"@headlessui/react": "2.2.4",
"@kinde-oss/kinde-auth-nextjs": "^2.9.2",
"@next/bundle-analyzer": "15.3.3",
"@octokit/graphql": "^9.0.1",
"@prisma/client": "^6.17.1",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-hover-card": "^1.1.15",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@tabler/icons-react": "^3.35.0",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/postcss": "^4.1.10",
"@tailwindcss/typography": "^0.5.16",
"@tiptap/core": "^3.10.5",
"@tiptap/pm": "^3.10.5",
"@tiptap/react": "^3.10.5",
"@vercel/analytics": "^1.5.0",
"@vercel/speed-insights": "^1.2.0",
"body-scroll-lock": "^4.0.0-beta.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"contentlayer2": "0.5.8",
"date-fns": "^4.1.0",
"dotenv": "^16.5.0",
"framer-motion": "^12.23.24",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.2",
"hast-util-from-html-isomorphic": "^2.0.0",
"image-size": "2.0.2",
"js-yaml": "^4.1.0",
"kbar": "0.1.0-beta.45",
"lucide-react": "^0.515.0",
"mdast-util-to-string": "^4.0.0",
"motion": "^12.23.24",
"next": "15.5.9",
"next-auth": "^4.24.13",
"next-contentlayer2": "0.5.8",
"next-themes": "^0.4.6",
"novel": "^1.0.2",
"postcss": "^8.5.5",
"postgres": "^3.4.7",
"probe-image-size": "^7.2.3",
"prop-types": "^15.8.1",
"qss": "^3.0.0",
"react": "19.1.2",
"react-dom": "19.1.2",
"react-medium-image-zoom": "^5.2.14",
"react-share": "^5.2.2",
"reading-time": "1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-citation": "^2.3.1",
"rehype-katex": "^7.0.0",
"rehype-preset-minify": "7.0.1",
"rehype-pretty-code": "^0.14.1",
"rehype-slug": "^6.0.0",
"remark": "^15.0.0",
"remark-gfm": "^4.0.1",
"remark-github-blockquote-alert": "^1.3.1",
"remark-html": "^16.0.1",
"remark-math": "^6.0.0",
"rss-parser": "^3.13.0",
"shiki": "^3.6.0",
"sonner": "^2.0.7",
"stripe": "^12.0.0",
"swr": "^2.3.3",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.10",
"turndown": "^7.2.2",
"typed.js": "^2.1.0",
"unist-util-visit": "^5.0.0",
"zod": "^4.1.12"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@svgr/webpack": "^8.1.0",
"@tailwindcss/typography": "^0.5.10",
"@types/figlet": "^1.7.0",
"@types/mdx": "^2.0.12",
"@types/node": "^24.0.1",
"@types/react": "^19.1.8",
"@types/turndown": "^5.0.6",
"@types/unist": "^3.0.3",
"cheerio": "^1.1.2",
"cross-env": "^7.0.3",
"csv-parser": "^3.2.0",
"esbuild": "0.25.11",
"eslint": "^9.38.0",
"eslint-config-next": "15.5.6",
"figlet": "^1.9.3",
"husky": "^9.1.7",
"lint-staged": "^16.2.5",
"node-fetch": "^3.3.2",
"prettier": "^3.6.2",
"prisma": "^6.17.1",
"ts-node": "^10.9.2",
"tsx": "^4.20.3",
"typescript": "^5.8.3"
},
"lint-staged": {
"*.+(js|jsx|ts|tsx|json|css|md|mdx)": [
"biome check --write --files-ignore-unknown=true --no-errors-on-unmatched"
]
}
}