-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.37 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.37 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
{
"name": "quasar-docs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start",
"preview": "opennextjs-cloudflare build && opennextjs-cloudflare preview",
"deploy": "opennextjs-cloudflare build && opennextjs-cloudflare deploy",
"upload": "opennextjs-cloudflare build && opennextjs-cloudflare upload",
"cf-typegen": "wrangler types --env-interface CloudflareEnv cloudflare-env.d.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blueshift-gg/quasar-docs.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"bugs": {
"url": "https://github.com/blueshift-gg/quasar-docs/issues"
},
"homepage": "https://github.com/blueshift-gg/quasar-docs#readme",
"dependencies": {
"@opennextjs/cloudflare": "^1.17.1",
"@types/mdx": "^2.0.13",
"fumadocs-core": "^16.6.17",
"fumadocs-mdx": "^14.2.10",
"fumadocs-ui": "^16.6.17",
"next": "~16.1.7",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.2.2",
"@types/node": "^25.5.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"autoprefixer": "^10.4.27",
"postcss": "^8.5.8",
"tailwindcss": "^4.2.2",
"typescript": "^5.9.3",
"wrangler": "^4.75.0"
}
}