-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
115 lines (115 loc) · 3.78 KB
/
Copy pathpackage.json
File metadata and controls
115 lines (115 loc) · 3.78 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
{
"name": "renoun-docs-template",
"version": "0.3.1",
"private": true,
"type": "module",
"scripts": {
"build": "renoun next build && pnpm generate-pagefind",
"deps:check": "pnpm outdated -r",
"deps:update": "pnpm update -i -L -r",
"dev": "renoun next dev",
"format": "prettier --check . --ignore-path .gitignore --ignore-path .prettierignore --cache --cache-location .cache/.prettiercache",
"format:fix": "prettier --check --write . --ignore-path .gitignore --ignore-path .prettierignore --cache --cache-location .cache/.prettiercache",
"generate-pagefind": "pagefind --site out --output-path out/pagefind",
"info": "next info",
"lint": "eslint --cache --cache-location .cache/.eslintcache",
"lint:fix": "eslint --fix --cache --cache-location .cache/.eslintcache",
"lint:links": "node --import ./src/register.js --import tsx/esm src/link-check.ts",
"preview": "tsx src/localserver.ts",
"typecheck": "tsc --noEmit",
"ui": "shadcn"
},
"prettier": "./prettier.config.js",
"dependencies": {
"@getcanary/web": "1.0.12",
"@giscus/react": "3.1.0",
"@hapi/bourne": "3.0.0",
"@mdx-js/loader": "3.1.0",
"@mdx-js/node-loader": "3.1.0",
"@mdx-js/react": "3.1.0",
"@next/mdx": "15.4.6",
"@radix-ui/react-accordion": "^1.2.11",
"@radix-ui/react-collapsible": "1.1.11",
"@radix-ui/react-dialog": "1.1.14",
"@radix-ui/react-dropdown-menu": "2.1.15",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "1.2.3",
"@radix-ui/react-tabs": "1.1.12",
"@radix-ui/react-tooltip": "^1.2.7",
"@renoun/mdx": "2.1.0",
"@tanstack/react-table": "^8.21.3",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"date-fns": "4.1.0",
"lucide-react": "0.539.0",
"mermaid": "11.9.0",
"multimatch": "7.0.0",
"next": "15.4.6",
"next-themes": "0.4.6",
"railroad-diagrams": "1.0.0",
"react": "19.1.1",
"react-dom": "19.1.1",
"react-element-to-jsx-string": "17.0.1",
"rehype-mdx-import-media": "^1.2.0",
"remark-frontmatter": "5.0.0",
"remark-gfm": "4.0.1",
"remark-mdx-frontmatter": "5.2.0",
"remark-squeeze-paragraphs": "6.0.0",
"remark-strip-badges": "7.0.0",
"renoun": "8.14.0",
"tailwind-merge": "3.3.1",
"tailwindcss-animate": "1.0.7",
"tm-themes": "1.10.7",
"ts-dot-prop": "2.1.4",
"zod": "4.0.17",
"zustand": "5.0.7"
},
"devDependencies": {
"@eslint/compat": "1.3.2",
"@eslint/js": "9.33.0",
"@ianvs/prettier-plugin-sort-imports": "4.6.1",
"@next/eslint-plugin-next": "15.4.6",
"@tailwindcss/postcss": "^4.1.11",
"@tailwindcss/typography": "0.5.16",
"@types/mdx": "2.0.13",
"@types/node": "22.15.18",
"@types/react": "19.1.10",
"@types/react-dom": "19.1.7",
"@types/serve-handler": "6.1.4",
"eslint": "9.33.0",
"eslint-config-next": "15.4.6",
"eslint-plugin-import-x": "4.16.1",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-package-json": "0.52.1",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"mdast-util-to-string": "4.0.0",
"next-validate-link": "1.5.2",
"pagefind": "1.3.0",
"postcss": "8.5.6",
"prettier": "3.6.2",
"prettier-plugin-tailwindcss": "0.6.14",
"remark-parse": "11.0.0",
"serve-handler": "6.1.6",
"shadcn": "2.10.0",
"source-map-support": "0.5.21",
"tailwindcss": "4.1.11",
"tsx": "4.20.4",
"type-fest": "4.41.0",
"typescript": "5.9.2",
"typescript-eslint": "8.39.1",
"unified": "11.0.5"
},
"packageManager": "pnpm@10.14.0",
"engines": {
"node": ">=22"
},
"pnpm": {
"overrides": {
"minimist@<0.2.1": ">=0.2.1",
"minimist@<0.2.4": ">=0.2.4",
"path-to-regexp@<3.3.0": ">=3.3.0"
}
}
}