forked from dcazrael/fi_umschulung_2025
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1020 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1020 Bytes
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
{
"name": "fi-umschulung-2025",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev --turbopack",
"build": "node scripts/generateSearchIndex.mjs && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.16",
"@vercel/analytics": "^1.5.0",
"fuse.js": "^7.1.0",
"gray-matter": "^4.0.3",
"katex": "^0.16.21",
"marked": "^15.0.7",
"next": "^15.2.4",
"next-mdx-remote": "^5.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"rehype": "^13.0.2",
"rehype-katex": "^7.0.1",
"rehype-math": "^0.2.0",
"rehype-prism-plus": "^2.0.0",
"rehype-stringify": "^10.0.1",
"remark": "^15.0.1",
"remark-gfm": "^4.0.1",
"remark-html": "^16.0.1",
"remark-math": "^6.0.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"eslint": "^9",
"eslint-config-next": "15.2.0",
"tailwindcss": "^4"
}
}