-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.42 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.42 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
{
"name": "glint",
"private": true,
"version": "0.0.0",
"type": "module",
"packageManager": "bun@1.3.11",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "bun run build && vite preview",
"deploy": "bun run build && wrangler deploy",
"cf-typegen": "wrangler types",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"dependencies": {
"@fluentui/react-components": "^9.73.8",
"@fluentui/react-icons": "^2.0.325",
"@siiway/prism": "0.1.6",
"hono": "^4.12.15",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-router-dom": "^7.14.2",
"yaml": "^2.8.3"
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1.33.2",
"@eslint/js": "^9.39.4",
"@types/node": "^25.6.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.2.0",
"eslint": "^9.39.4",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.4.26",
"globals": "^16.5.0",
"mermaid": "^11.14.0",
"oxc-minify": "^0.126.0",
"prettier": "^3.8.3",
"typescript": "^5.9.3",
"typescript-eslint": "^8.59.0",
"vite": "^8.0.10",
"vitepress": "^2.0.0-alpha.17",
"vitepress-plugin-mermaid": "^2.0.17",
"wrangler": "^4.85.0"
},
"overrides": {
"vite": "^8.0.0-beta.13"
}
}