-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.41 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.41 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
{
"name": "devguard-docs",
"version": "0.1.0",
"description": "Devguard documentation",
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/l3montree-dev/devguard-docs.git"
},
"author": {
"name": "l3montree GmbH",
"email": "developer@l3montree.com",
"url": "https://l3montree.com/"
},
"contributors": [
{
"name": "Tim Bastin",
"email": "tim.bastin@l3montree.com"
},
{
"name": "Sebastian Kawelke",
"email": "sebastian.kawelke@l3montree.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/l3montree-dev/devguard-docs/issues"
},
"homepage": "https://github.com/l3montree-dev/devguard-docs",
"dependencies": {
"@headlessui/react": "^2.2.4",
"@heroicons/react": "^2.2.0",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tabs": "^1.1.12",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^16.5.0",
"eslint-config-prettier": "^9.1.0",
"framer-motion": "^12.17.3",
"lucide-react": "^0.514.0",
"next": "^14.2.30",
"next-sitemap": "^4.2.3",
"nextra": "3.3.1",
"nextra-theme-docs": "3.3.1",
"p-limit": "^6.2.0",
"radix-ui": "^1.4.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.57.0",
"react-markdown": "^9.0.3",
"react-use-measure": "^2.1.7",
"remark-gemoji": "^8.0.0",
"remark-gfm": "^4.0.1",
"remark-mdx-disable-explicit-jsx": "^0.1.0",
"sass": "^1.89.2",
"sharp": "^0.34.3",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"winston": "^3.17.0"
},
"devDependencies": {
"@types/node": "24.0.15",
"autoprefixer": "^10.4.21",
"eslint-config-next": "^14.2.18",
"eslint-plugin-prettier": "^5.4.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.5.6",
"prettier-plugin-tailwindcss": "^0.6.14",
"tailwindcss": "3.4.17",
"typescript": "^5.8.3"
}
}