-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
111 lines (111 loc) · 3.03 KB
/
Copy pathpackage.json
File metadata and controls
111 lines (111 loc) · 3.03 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "website",
"private": true,
"homepage": "https://bergbok.computer",
"bugs": "https://github.com/Bergbok/Website/issues",
"license": "ISC",
"author": {
"name": "Bergbok",
"url": "https://github.com/Bergbok"
},
"repository": "github.com:Bergbok/Website",
"type": "module",
"scripts": {
"build": "vue-tsc -b && vite build",
"build:noclip": "rm -rf src/lib/noclip/dist && vue-tsc -b && vite build",
"deploy": "wrangler deploy",
"dev": "vite",
"fmt": "oxfmt --disable-nested-config",
"fmt:check": "oxfmt --disable-nested-config --check",
"lint": "oxlint",
"lint:fix": "oxlint --fix",
"prepare": "husky",
"preview": "vite preview",
"typegen": "wrangler types src/types/wrangler.d.ts"
},
"dependencies": {
"@cloudflare/actors": "^0.0.1-beta.6",
"@cosmograph/cosmograph": "^2.3.2",
"@ruffle-rs/ruffle": "^0.3.0",
"@unhead/vue": "^3.1.0",
"@videojs-player/vue": "^1.0.0",
"@vuepic/vue-datepicker": "^12.1.0",
"@vueuse/core": "^14.3.0",
"@vueuse/integrations": "^14.3.0",
"@xterm/addon-fit": "^0.11.0",
"@xterm/xterm": "^6.0.0",
"ani-cursor": "^0.0.5",
"butterchurn-presets": "^2.4.7",
"cloudflare": "^6.3.0",
"color": "^5.0.3",
"cowsay": "^1.6.0",
"cursor-effects": "^1.0.18",
"domain-destroyer": "^0.2.0",
"gpu-io": "^0.2.7",
"gridstack": "^12.6.0",
"howler": "^2.2.4",
"hydra-synth": "^1.4.0",
"iggy-cursor": "^1.2.0",
"konami-code-js": "^0.8.3",
"nanotar": "^0.3.0",
"nprogress": "^0.2.0",
"obscenity": "^0.4.6",
"os-gui": "^0.7.3",
"pinia": "^3.0.4",
"pixi.js": "^8.18.1",
"rss": "^1.2.2",
"rtc-patch-bay": "^1.0.1",
"shaders": "^3.0.441",
"sortablejs": "^1.15.7",
"v86": "^0.5.357",
"video.js": "^8.23.7",
"vue": "^3.5.33",
"vue-3d-model": "^1.4.1",
"vue-cloudflare-turnstile": "^1.0.3",
"vue-color": "^3.3.3",
"vue-router": "^5.0.6",
"vue-virtual-scroller": "^3.0.4",
"webamp": "^2.2.0",
"winamp-eqf": "^1.0.0"
},
"devDependencies": {
"@bergbok/prettier-config": "^1.1.0",
"@cloudflare/vite-plugin": "^1.35.0",
"@types/bun": "^1.3.13",
"@types/howler": "^2.2.12",
"@types/konami-code-js": "^0.8.3",
"@types/nprogress": "^0.2.3",
"@types/rss": "^0.0.32",
"@types/sortablejs": "^1.15.9",
"@types/video.js": "^7.3.58",
"@vitejs/plugin-vue": "^6.0.6",
"@vue/tsconfig": "^0.9.1",
"domutils": "^4.0.2",
"glob": "^13.0.6",
"husky": "^9.1.7",
"lint-staged": "^16.4.0",
"oxfmt": "^0.47.0",
"oxlint": "^1.62.0",
"oxlint-tsgolint": "^0.22.1",
"parse5": "^8.0.1",
"parse5-htmlparser2-tree-adapter": "^8.0.1",
"typescript": "^7.0.2",
"unplugin-fonts": "^2.0.0",
"vite": "^8.0.10",
"vite-plugin-cloudflare-redirect": "^1.0.3",
"vite-plugin-html": "^3.2.2",
"vite-plugin-vue-devtools": "^8.1.1",
"vue-tsc": "^3.3.7",
"wrangler": "^4.110.0"
},
"overrides": {
"ani-cursor": "$ani-cursor",
"butterchurn-presets": "3.0.0-beta.4",
"webamp": "0.0.0-next-3a898b4",
"winamp-eqf": "$winamp-eqf"
},
"lint-staged": {
"*": "oxfmt --no-error-on-unmatched-pattern",
"*.{js,ts,vue}": "oxlint --no-error-on-unmatched-pattern"
}
}