-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.09 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.09 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "rogisu",
"type": "module",
"private": true,
"packageManager": "bun@1.3.0",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@elysiajs/eden": "^1.4.9",
"@nuxt/content": "3.13.0",
"@nuxt/fonts": "^0.14.0",
"@nuxt/image": "2.0.0",
"@nuxt/types": "^2.18.1",
"@unocss/nuxt": "^66.6.8",
"@vueuse/nuxt": "^14.3.0",
"date-fns": "^4.1.0",
"elysia": "^1.4.28",
"lightningcss": "^1.32.0",
"nuxt-i18n-micro": "^3.17.5",
"nuxt-payload-analyzer": "^0.1.4",
"nuxt-vitalizer": "^2.0.0",
"vue-tippy": "^6.7.1"
},
"devDependencies": {
"@antfu/eslint-config": "^8.2.0",
"@iconify-json/devicon": "^1.2.62",
"@iconify-json/file-icons": "^1.2.2",
"@iconify-json/material-icon-theme": "^1.2.62",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/ph": "^1.2.2",
"@iconify-json/simple-icons": "^1.2.80",
"@iconify-json/vscode-icons": "^1.2.47",
"@nuxt/devtools": "^4.0.0-alpha.4",
"@nuxt/eslint": "^1.15.2",
"@nuxt/icon": "^2.2.1",
"@nuxtjs/fontaine": "^0.5.0",
"@nuxtjs/seo": "^5.1.3",
"@pinia/nuxt": "^0.11.3",
"@stylistic/eslint-plugin": "^5.10.0",
"@takumi-rs/core": "^1.1.2",
"@types/bun": "^1.3.13",
"@unocss/eslint-config": "^66.6.8",
"@unocss/eslint-plugin": "^66.6.8",
"browserslist": "^4.28.2",
"esbuild": "^0.28.0",
"eslint": "^10.3.0",
"eslint-plugin-format": "^2.0.1",
"eslint-plugin-sort": "^4.0.0",
"nuxt": "^4.4.4",
"nuxt-delay-hydration": "^1.3.8",
"nuxt-elysia": "^0.2.0",
"nuxt-icon": "^1.0.0-beta.7",
"nuxt-security": "^2.5.1",
"prettier": "^3.8.3",
"typescript": "^6.0.3",
"unocss": "^66.6.8",
"vite-svg-loader": "^5.1.1",
"vue": "^3.5.33",
"vue-router": "^5.0.6"
},
"overrides": {
"vite": "npm:rolldown-vite@latest",
"zod": "4.1.12"
},
"trustedDependencies": [
"@parcel/watcher",
"unrs-resolver"
]
}