-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
46 lines (46 loc) · 1.1 KB
/
package.json
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
{
"name": "altv-ui",
"type": "module",
"scripts": {
"dev": "vite --port 3000",
"build": "vue-tsc && vite build",
"preview": "vite preview --port 5050",
"test": "vitest",
"fmt": "prettier --write .",
"typecheck": "vue-tsc"
},
"dependencies": {
"@tanstack/vue-virtual": "3.10.9",
"@vueuse/core": "11.2.0",
"moment": "2.30.1",
"pinia": "2.2.6",
"pretty-bytes": "6.1.1",
"radix-vue": "1.9.9",
"rss-parser": "^3.13.0",
"sanitize-html": "^2.13.1",
"tailwind-merge": "2.5.4",
"vue": "3.5.12",
"vue-router": "4.4.5"
},
"devDependencies": {
"@altv/types-webview": "16.2.1",
"@types/node": "22.9.0",
"@types/sanitize-html": "2.13.0",
"@vitejs/plugin-vue": "5.2.0",
"autoprefixer": "10.4.20",
"jsdom": "^25.0.1",
"postcss": "8.4.49",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"sass": "1.80.7",
"tailwindcss": "3.4.14",
"tailwindcss-animate": "1.0.7",
"tailwindcss-scoped-preflight": "3.4.9",
"typescript": "5.6.3",
"vite": "5.4.11",
"vite-plugin-singlefile": "2.0.3",
"vite-svg-loader": "5.1.0",
"vitest": "2.1.5",
"vue-tsc": "2.1.10"
}
}