-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.14 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.14 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
{
"private": true,
"name": "@openctx/openctx.org",
"description": "The https://openctx.org website.",
"license": "Apache-2.0",
"homepage": "https://openctx.org",
"repository": {
"type": "git",
"url": "https://github.com/sourcegraph/openctx",
"directory": "web"
},
"scripts": {
"dev": "pnpm run -w -s bundle && vite",
"build": "pnpm run -w -s bundle && vite build --mode production",
"test": "vitest",
"preview": "vite preview"
},
"type": "module",
"dependencies": {
"@code-hike/mdx": "^0.9.0",
"@codemirror/language": "^6",
"@codemirror/state": "^6",
"@codemirror/view": "^6",
"@lezer/highlight": "^1.2.0",
"@mapbox/rehype-prism": "^0.9.0",
"@mdx-js/react": "^3.0.0",
"@mdx-js/rollup": "^3.0.0",
"@openctx/codemirror-extension": "workspace:*",
"@openctx/monaco-editor-extension": "workspace:*",
"@openctx/provider-links": "workspace:*",
"@openctx/provider-prometheus": "workspace:*",
"@openctx/provider-storybook": "workspace:*",
"@openctx/web-playground": "workspace:*",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-slot": "^1.0.2",
"@types/compression": "^1.7.5",
"@types/express": "^4.17.21",
"@types/mdx": "^2.0.11",
"@types/node": "^20.10.7",
"@types/react": "^18",
"@types/react-dom": "^18",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.16",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"compression": "^1.7.4",
"dompurify": "^3.1.6",
"express": "^4.18.2",
"lucide-react": "^0.294.0",
"postcss": "^8.4.33",
"postcss-load-config": "^5.0.2",
"react": "^18",
"react-dom": "^18",
"react-error-boundary": "^4.0.12",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"sirv": "^2.0.4",
"tailwind-merge": "^2.2.0",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"vike": "^0.4.163",
"vike-react": "^0.4.6",
"vite": "^5.0.11"
},
"version": "0.0.6",
"devDependencies": {
"@types/dompurify": "^3.0.5"
}
}