-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 2.59 KB
/
package.json
File metadata and controls
90 lines (90 loc) · 2.59 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
{
"name": "react-router-website",
"sideEffects": false,
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "react-router build",
"format": "prettier --write . && pnpm run lint:fix",
"lint": "oxlint",
"lint:fix": "pnpm run lint --fix",
"start": "node server.ts",
"preview": "cross-env NODE_ENV=production dotenv node server.ts",
"test": "vitest",
"typecheck": "react-router typegen && tsc",
"push:stage": "git tag -f stage && git push origin stage -f"
},
"dependencies": {
"@docsearch/css": "3.9.0",
"@docsearch/react": "3.9.0",
"@react-router/node": "7.15.1",
"@remix-run/compression-middleware": "0.1.9",
"@remix-run/fetch-router": "0.19.1",
"@remix-run/logger-middleware": "0.3.1",
"@remix-run/node-fetch-server": "0.13.3",
"@remix-run/static-middleware": "0.4.10",
"@remix-run/tar-parser": "0.7.1",
"cheerio": "1.2.0",
"clsx": "2.1.1",
"dotenv": "17.4.2",
"escape-goat": "4.0.0",
"front-matter": "4.0.2",
"gray-matter": "4.0.3",
"hast-util-from-html": "2.0.3",
"hast-util-to-html": "9.0.5",
"isbot": "5.1.39",
"lodash.merge": "4.6.2",
"lru-cache": "7.18.3",
"octokit": "5.0.5",
"parse-link-header": "2.0.0",
"parse-numeric-range": "1.3.0",
"react": "19.2.5",
"react-dom": "19.2.5",
"react-router": "7.15.1",
"rehype-autolink-headings": "7.1.0",
"rehype-slug": "6.0.0",
"rehype-stringify": "10.0.1",
"remark-gfm": "4.0.1",
"remark-parse": "11.0.0",
"remark-rehype": "11.1.2",
"semver": "7.7.4",
"shiki": "0.14.7",
"tar": "7.5.11",
"tiny-invariant": "1.3.3",
"unified": "11.0.5",
"unist-util-visit": "5.1.0"
},
"devDependencies": {
"@react-router/dev": "7.15.1",
"@testing-library/jest-dom": "6.9.1",
"@types/hast": "3.0.4",
"@types/lodash.merge": "4.6.9",
"@types/mdast": "4.0.4",
"@types/node": "24.12.2",
"@types/parse-link-header": "2.0.3",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@types/semver": "7.7.1",
"@types/unist": "2.0.11",
"@vitejs/plugin-react": "6.0.1",
"@vitest/coverage-v8": "4.1.4",
"autoprefixer": "10.5.0",
"cross-env": "10.1.0",
"cssnano": "6.1.2",
"dotenv-cli": "10.0.0",
"happy-dom": "20.9.0",
"oxlint": "1.60.0",
"postcss": "8.5.10",
"postcss-import": "16.1.1",
"prettier": "3.8.3",
"prettier-plugin-tailwindcss": "0.6.14",
"tailwindcss": "3.4.19",
"typescript": "6.0.3",
"vite": "8.0.8",
"vitest": "4.1.4"
},
"engines": {
"node": ">=24"
},
"packageManager": "pnpm@11.4.0"
}