-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.63 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.63 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
{
"name": "funish.net",
"version": "0.0.0",
"private": true,
"description": "",
"homepage": "https://github.com/funish/funish.net#readme",
"bugs": {
"url": "https://github.com/funish/funish.net/issues"
},
"license": "MIT",
"author": {
"name": "Funish",
"email": "contact@funish.net",
"url": "http://www.funish.net/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/funish/funish.net.git"
},
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"generate": "nuxt generate",
"preview": "nuxt preview",
"check": "vp check --fix",
"postinstall": "nuxt prepare && vp config"
},
"devDependencies": {
"@iconify-json/lucide": "1.2.101",
"@iconify-json/simple-icons": "1.2.76",
"@iconify-json/vscode-icons": "1.2.45",
"@nuxt/image": "2.0.0",
"@nuxt/ui": "4.6.1",
"@nuxtjs/i18n": "10.2.4",
"@nuxtjs/mdc": "0.21.1",
"@tanstack/vue-table": "8.21.3",
"@types/node": "25.5.2",
"@types/pg": "8.20.0",
"@types/ua-parser-js": "0.7.39",
"@unovis/vue": "1.6.4",
"@vueuse/nuxt": "14.2.1",
"date-fns": "4.1.0",
"geoip0": "0.0.12",
"ipdo": "0.0.6",
"isbot": "5.1.37",
"nuxt": "4.4.2",
"openapi-renderer": "0.1.1",
"tailwindcss": "4.2.2",
"ua-parser-js": "2.0.9",
"undns": "0.0.11",
"uqr": "0.1.3",
"vite-plus": "0.1.15",
"zod": "4.3.6"
},
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
"pnpm": {
"overrides": {
"vite": "npm:rolldown-vite@latest"
}
}
}