-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.45 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.45 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
{
"name": "pbhh.net",
"type": "module",
"version": "0.0.0",
"private": true,
"packageManager": "bun@1.3.10",
"scripts": {
"dev": "concurrently -n server,vite -c magenta,cyan \"npm run --prefix server dev\" \"vite\"",
"dev:vite": "vite",
"dev:server": "npm run --prefix server dev",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"workspaces": [
".",
"server"
],
"dependencies": {
"@elysiajs/eden": "^1.4.8",
"@sinclair/typebox": "^0.34.48",
"@types/gravatar": "^1.8.6",
"@vueuse/core": "^14.2.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dompurify": "^3.3.1",
"eslint": "^10.0.2",
"gravatar": "^1.8.2",
"highlight.js": "^11.11.1",
"lucide-vue-next": "^0.575.0",
"marked": "^17.0.3",
"reka-ui": "^2.9.2",
"tailwind-merge": "^3.5.0",
"tw-animate-css": "^1.4.0",
"vue": "^3.5.25",
"vue-i18n": "^11.2.8",
"vue-router": "^5.0.3"
},
"devDependencies": {
"@antfu/eslint-config": "^7.6.1",
"@rollup/plugin-yaml": "^4.1.2",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.1",
"@types/blueimp-md5": "^2.18.2",
"@vitejs/plugin-vue": "^6.0.2",
"@vue/tsconfig": "^0.8.1",
"concurrently": "^9.2.1",
"sharp": "^0.34.5",
"tailwindcss": "^4.2.1",
"typescript": "~5.9.3",
"vite": "^7.3.1",
"vue-tsc": "^3.1.5"
}
}