-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.81 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 2.81 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
{
"name": "devguard-docs",
"version": "0.1.0",
"description": "Devguard documentation",
"scripts": {
"dev": "next dev --webpack",
"build": "next build --webpack",
"postbuild": "next-sitemap && cp sitemap.xml public/sitemap.xml",
"start": "next start",
"lint": "next lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/l3montree-dev/devguard-documentation.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-documentation/issues"
},
"homepage": "https://github.com/l3montree-dev/devguard-documentation",
"dependencies": {
"@document-writing-tools/kernux-theme": "2.0.1-rc.3",
"@ltonetwork/http-message-signatures": "^0.1.12",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.8",
"@tanstack/react-table": "^8.21.3",
"@theguild/remark-mermaid": "^0.3.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"eslint-config-prettier": "^10.1.8",
"flexsearch": "^0.8.212",
"framer-motion": "^12.38.0",
"gsap": "^3.14.2",
"lodash": "^4.17.23",
"lucide-react": "1.7.0",
"mathjs": "^15.1.1",
"motion": "^12.38.0",
"next": "^16.1.7",
"next-sitemap": "^4.2.3",
"ogl": "^1.0.11",
"radix-ui": "^1.4.3",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"recharts": "^3.8.0",
"sharp": "^0.34.5",
"swagger-ui-react": "^5.32.2",
"swr": "^2.4.1",
"tailwind-merge": "^3.5.0",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.2.2",
"@types/lodash": "^4.17.24",
"@types/node": "25.5.0",
"@types/react": "^19.2.14",
"@types/swagger-ui-react": "^5.18.0",
"autoprefixer": "^10.4.27",
"eslint": "10.0.3",
"eslint-config-next": "^16.1.7",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"gray-matter": "^4.0.3",
"postcss": "^8.5.8",
"prettier-plugin-tailwindcss": "^0.7.2",
"shadcn": "^4.0.8",
"tailwindcss": "^4.2.2",
"typescript": "^5.9.3"
}
}