-
Notifications
You must be signed in to change notification settings - Fork 82
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.15 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.15 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
{
"name": "webxash",
"private": true,
"version": "0.0.0",
"homepage": "https://x8bitrain.github.io/webXash",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"deploy": "bun run build && touch 'dist/.nojekyll' && gh-pages -d dist"
},
"dependencies": {
"idb-keyval": "6.2.2",
"cs16-client": "0.1.2",
"fflate": "0.8.2",
"gh-pages": "^6.3.0",
"hlsdk-portable": "0.1.2",
"pinia": "3.0.3",
"pinia-plugin-persistedstate": "^4.4.1",
"vue": "3.5.13",
"xash3d-fwgs": "1.2.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "5.2.3",
"@vue/tsconfig": "0.7.0",
"typescript": "5.8.3",
"vite": "latest",
"vue-tsc": "2.2.8",
"sass-embedded": "1.81.0",
"@eslint/js": "9.20.0",
"@rushstack/eslint-patch": "1.10.5",
"@vue/eslint-config-prettier": "10.2.0",
"@vue/eslint-config-typescript": "14.4.0",
"eslint": "9.20.1",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-vue": "9.32.0",
"typescript-eslint": "8.24.1",
"vue-eslint-parser": "9.4.3",
"prettier": "3.5.1",
"@types/node": "22.15.30"
}
}