-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.81 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.81 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
{
"name": "@geoql/doctor-docs",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"predev": "node ./scripts/generate-rule-pages.ts",
"prebuild": "node ./scripts/generate-rule-pages.ts",
"pregenerate": "node ./scripts/generate-rule-pages.ts",
"generate:rules": "node ./scripts/generate-rule-pages.ts",
"lint": "oxlint && eslint .",
"lint:fix": "oxlint --fix && eslint . --fix",
"typecheck": "nuxt typecheck",
"format": "oxfmt --write .",
"format:check": "oxfmt --check ."
},
"dependencies": {
"@cf-wasm/og": "^0.4.1",
"@iconify-json/lucide": "^1.2.117",
"@lucide/vue": "^1.24.0",
"@nuxt/content": "^3.15.0",
"@nuxt/icon": "^2.3.1",
"@nuxtjs/color-mode": "^4.0.1",
"@nuxtjs/plausible": "^3.0.2",
"@nuxtjs/robots": "^6.1.2",
"@nuxtjs/sitemap": "^8.2.2",
"@vueuse/core": "^14.3.0",
"@vueuse/nuxt": "^14.3.0",
"better-sqlite3": "^12.11.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"fuse.js": "^7.5.0",
"motion-v": "^2.3.0",
"nuxt": "^4.4.8",
"reka-ui": "^2.10.1",
"tailwind-merge": "^3.6.0",
"vue": "^3.5.39"
},
"devDependencies": {
"@geoql/doctor-core": "workspace:^",
"@nuxt/eslint": "^1.16.0",
"@nuxt/eslint-config": "^1.16.0",
"@tailwindcss/vite": "^4.3.2",
"@types/node": "^26.1.1",
"eslint": "^10.7.0",
"eslint-plugin-better-tailwindcss": "^4.6.1",
"eslint-plugin-oxlint": "^1.73.0",
"oxfmt": "^0.59.0",
"oxlint": "^1.74.0",
"shadcn-nuxt": "^2.7.4",
"tailwindcss": "^4.3.2",
"tw-animate-css": "^1.4.0",
"typescript": "^7.0.2",
"vue-tsc": "^3.3.7",
"wrangler": "^4.110.0"
}
}