forked from BuilderIO/qwik-docs-es
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.27 KB
/
package.json
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
{
"name": "qwik-docs",
"version": "0.0.1",
"description": "Qwik Docs Site",
"homepage": "https://qwik.builder.io/",
"scripts": {
"build": "qwik build",
"build.client": "vite build",
"build.preview": "vite build --ssr src/entry.preview.tsx",
"build.server": "vite build -c adapters/cloudflare-pages/vite.config.ts",
"contributors": "tsm contributors.ts",
"dev": "vite --mode ssr --open",
"dev.debug": "node --inspect-brk ../../node_modules/vite/bin/vite.js --mode ssr --force",
"preview": "qwik build preview && vite preview --open",
"preview.wrangler": "wrangler pages dev ./dist",
"build.showcase": "pnpm node scripts/showcase.js",
"start": "pnpm dev",
"codesandbox.sync": "tsm codesandbox.sync.ts",
"deploy": "wrangler pages publish ./dist --branch preview"
},
"devDependencies": {
"@algolia/autocomplete-core": "1.7.4",
"@algolia/client-search": "4.14.3",
"@builder.io/partytown": "0.8.0",
"@builder.io/qwik": "0.107.0",
"@builder.io/qwik-city": "0.107.0",
"@builder.io/qwik-react": "0.5.0",
"@builder.io/sdk-qwik": "^0.2.1",
"@docsearch/css": "3.3.4",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/material": "^5.11.9",
"@mui/x-data-grid": "^5.17.24",
"@types/prismjs": "^1.26.0",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.1",
"algoliasearch": "4.16.0",
"autoprefixer": "10.4.14",
"fflate": "0.7.4",
"gray-matter": "4.0.3",
"mdast": "^3.0.0",
"postcss": "8.4.23",
"prism-themes": "1.9.0",
"prismjs": "1.29.0",
"puppeteer": "^19.11.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"rehype-pretty-code": "^0.9.5",
"shiki": "^0.14.1",
"tailwindcss": "3.3.2",
"tsm": "2.3.0",
"typescript": "5.0.4",
"undici": "5.22.0",
"uvu": "0.5.6",
"vite": "4.3.3",
"vite-plugin-inspect": "^0.7.24",
"wrangler": "^2.17.0"
},
"author": "Builder.io Team",
"bugs": {
"url": "https://github.com/BuilderIO/qwik"
},
"engines": {
"node": ">=16"
},
"license": "MIT",
"private": true,
"dependencies": {
"@supabase/supabase-js": "^2.21.0",
"@unpic/core": "^0.0.22",
"@unpic/qwik": "^0.0.17",
"openai": "^3.2.1",
"qwik-image": "^0.0.2",
"snarkdown": "^2.0.0"
}
}