-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.06 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.06 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
{
"name": "gitpulse",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "bunx oxlint ./ --type-aware",
"lint:fix": "bunx oxlint ./ --fix --type-aware",
"fmt": "bunx oxfmt ./",
"fmt:check": "bunx oxfmt --check ./"
},
"dependencies": {
"@nuxt/image": "^2.0.0",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/mdc": "0.22.0",
"@octokit/core": "^7.0.6",
"@primer/css": "^22.2.0",
"bulma": "^1.0.4",
"dayjs": "^1.11.21",
"lucide-vue-next": "^1.0.0",
"mermaid": "^11.15.0",
"nuxt": "^4.4.6",
"nuxt-auth-utils": "^0.5.29",
"simplebar-vue": "^2.4.2",
"vue": "3.5.34",
"vue-draggable-plus": "^0.6.1",
"vue-router": "^5.1.0",
"xss": "^1.0.15"
},
"devDependencies": {
"@nuxtjs/i18n": "^10.4.0",
"oxfmt": "^0.52.0",
"oxlint": "^1.67.0",
"oxlint-tsgolint": "^0.23.0",
"sass-embedded": "^1.100.0",
"vue3-simple-icons": "^16.10.0"
}
}