-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) 路 1.86 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) 路 1.86 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": "gitpulse",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"extension:build": "bun run --cwd extension build",
"extension:build:firefox": "bun run --cwd extension build:firefox",
"extension:zip": "bun run --cwd extension zip",
"extension:zip:firefox": "bun run --cwd extension zip:firefox",
"extension:test": "bun test --cwd extension",
"extension:typecheck": "bun run --cwd extension typecheck",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"prepare": "prek install",
"lint": "bunx oxlint ./ --type-aware --ignore-pattern extension/",
"lint:fix": "bunx oxlint ./ --fix --type-aware --ignore-pattern extension/",
"fmt": "bunx oxfmt ./",
"fmt:check": "bunx oxfmt --check ./"
},
"dependencies": {
"@comark/nuxt": "^0.7.0",
"@lucide/vue": "^1.45.0",
"@nuxt/fonts": "^0.14.0",
"@nuxt/image": "^2.1.0",
"@nuxtjs/color-mode": "^4.0.1",
"@nuxtjs/robots": "^6.2.2",
"@octokit/core": "^7.0.8",
"@primer/css": "^22.3.0",
"@upstash/redis": "^1.38.4",
"bulma": "^1.0.4",
"comark": "^0.7.0",
"dayjs": "^1.11.23",
"mermaid": "^12.0.0",
"nuxt": "^4.5.2",
"nuxt-auth-utils": "^0.5.30",
"nuxt-seo-utils": "^8.5.0",
"nuxt-site-config": "^4.2.3",
"redis": "^6.2.1",
"shiki": "^4.4.3",
"simplebar-vue": "^2.4.2",
"vue": "3.5.40",
"vue-draggable-plus": "^0.6.1",
"vue-router": "^5.3.1",
"xss": "^1.0.15",
"zod": "^4.6.2"
},
"devDependencies": {
"@j178/prek": "^0.5.2",
"@nuxtjs/i18n": "^10.6.0",
"@types/node": "^26.4.1",
"oxfmt": "^0.67.0",
"oxlint": "^1.82.0",
"oxlint-tsgolint": "^7.0.2001",
"sass-embedded": "1.100.0",
"typescript": "^6.0.3",
"vue-tsc": "^3.3.11",
"vue3-simple-icons": "^16.10.0"
}
}