-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.1 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.1 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
{
"name": "content-sharing",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"db:push": "drizzle-kit push",
"db:studio": "drizzle-kit studio"
},
"dependencies": {
"@fedify/fedify": "2.2.0-dev.949",
"@fedify/nuxt": "2.2.0-dev.949",
"@fedify/vocab": "2.2.0-dev.949",
"@js-temporal/polyfill": "^0.5.1",
"@logtape/logtape": "^2.0.5",
"better-sqlite3": "^12.9.0",
"drizzle-orm": "^0.45.2",
"nuxt": "^4.4.2",
"sanitize-html": "^2.17.3",
"vue": "^3.5.32",
"vue-router": "^5.0.4"
},
"devDependencies": {
"@biomejs/biome": "^2.4.9",
"@fedify/lint": "2.2.0-dev.949",
"@types/better-sqlite3": "^7.6.13",
"@types/node": "^25.5.0",
"@types/sanitize-html": "^2.16.1",
"@unocss/nuxt": "^66.6.8",
"@unocss/preset-wind3": "^66.6.8",
"@unocss/reset": "^66.6.8",
"drizzle-kit": "^0.31.10",
"eslint": "^9.0.0",
"typescript": "^5.9.3",
"unocss": "^66.6.8"
}
}