-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.5 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.5 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
{
"name": "@techmely/handbook",
"version": "0.0.0",
"private": true,
"engines": {
"bun": ">=1.2.3"
},
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start",
"gen.docs": "bun ./scripts/generate-docs.tsx",
"lint": "biome check",
"lint.format": "biome format --write",
"docker.down": "docker compose -f deploy/docker-compose.local.yml down",
"docker.up": "docker compose -f deploy/docker-compose.local.yml up -d"
},
"dependencies": {
"@radix-ui/react-tooltip": "1.1.1",
"@resvg/resvg-js": "2.6.2",
"@techmely/reset-css": "1.0.4",
"@techmely/utils": "3.2.0",
"algoliasearch": "4.24.0",
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"framer-motion": "11.2.12",
"fumadocs-core": "^12.2.5",
"fumadocs-mdx": "^8.2.33",
"fumadocs-openapi": "3.1.3",
"fumadocs-twoslash": "1.1.0",
"fumadocs-ui": "12.5.6",
"next": "^14.2.4",
"next-sitemap": "4.2.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rss": "1.2.2",
"satori": "0.10.13"
},
"devDependencies": {
"@biomejs/biome": "1.8.2",
"@dotenvx/dotenvx": "1.1.0",
"@next/bundle-analyzer": "14.2.4",
"@techmely/types": "1.6.9",
"@types/mdx": "^2.0.13",
"@types/node": "^20.14.9",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/rss": "0.0.32",
"autoprefixer": "^10.4.19",
"fontaine": "0.5.0",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.2"
}
}