-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.61 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 2.61 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
{
"name": "discord-analytics-website",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build",
"lint": "run-s lint:*",
"lint:oxlint": "oxlint . --fix",
"lint:eslint": "eslint . --fix --cache",
"format": "prettier --write --experimental-cli src/",
"locales:check": "node sync_locales.js --check",
"locales:sync": "node sync_locales.js",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"dependencies": {
"@internationalized/date": "^3.11.0",
"@lucide/vue": "^1.8.0",
"@scalar/api-reference": "^1.52.1",
"@tailwindcss/vite": "^4.2.1",
"@tanstack/vue-table": "^8.21.3",
"@tsparticles/vue3": "^3.0.1",
"@unovis/ts": "^1.6.4",
"@unovis/vue": "^1.6.4",
"@vee-validate/zod": "^4.15.1",
"@vueuse/core": "^14.2.1",
"@vueuse/integrations": "^14.2.1",
"@vueuse/router": "^14.2.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dompurify": "^3.4.2",
"markdown-it-anchor": "^9.2.0",
"pinia": "^3.0.4",
"posthog-js": "^1.368.2",
"reka-ui": "^2.8.2",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.1",
"tsparticles": "^3.9.1",
"tw-animate-css": "^1.4.0",
"universal-cookie": "^8.0.1",
"vaul-vue": "^0.4.1",
"vee-validate": "^4.15.1",
"vue": "^3.5.28",
"vue-i18n": "^11.2.8",
"vue-markdown-render": "^2.3.0",
"vue-router": "5",
"vue-sonner": "^2.0.9",
"vue3-marquee": "^4.2.2",
"zod": "^4.3.6"
},
"devDependencies": {
"@intlify/eslint-plugin-vue-i18n": "4.3.0",
"@shikijs/markdown-it": "4.0.2",
"@tailwindcss/typography": "0.5.19",
"@tsconfig/node24": "24.0.4",
"@types/markdown-it": "14.1.2",
"@types/node": "24.12.2",
"@vitejs/plugin-vue": "6.0.6",
"@vue/eslint-config-typescript": "14.7.0",
"@vue/tsconfig": "0.9.1",
"eslint": "9.39.4",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-oxlint": "1.62.0",
"eslint-plugin-prettier": "5.5.5",
"eslint-plugin-vue": "10.9.0",
"jiti": "2.6.1",
"npm-run-all2": "8.0.4",
"oxlint": "1.62.0",
"prettier": "3.8.3",
"shiki": "4.0.2",
"typescript": "5.9.3",
"vite": "7.3.2",
"vite-plugin-vue-devtools": "8.1.1",
"vitepress": "2.0.0-alpha.17",
"vitepress-plugin-tabs": "0.9.0",
"vue-tsc": "3.2.7"
},
"engines": {
"node": "^20.19.0 || >=22.12.0"
},
"packageManager": "pnpm@10.33.2"
}