-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.83 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.83 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
{
"name": "tribesite",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"dev:host": "nuxt dev --host",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"typecheck": "nuxt typecheck"
},
"dependencies": {
"@libsql/client": "^0.17.2",
"@nuxt/content": "^3.13.0",
"@nuxt/fonts": "0.14.0",
"@nuxt/image": "^2.0.0",
"@nuxt/scripts": "1.0.0",
"@nuxt/ui": "^4.6.1",
"@takumi-rs/core": "^1.0.9",
"@vueuse/nuxt": "14.2.1",
"html-to-image": "^1.11.13",
"nuxt": "^4.4.2",
"nuxt-google-sheets-import": "^0.1.26",
"nuxt-og-image": "^6.4.2",
"nuxt-studio": "1.6.0",
"sortablejs": "^1.15.7",
"vue": "^3.5.32"
},
"devDependencies": {
"@iconify-json/lucide": "^1.2.102",
"@iconify-json/simple-icons": "^1.2.78",
"@iconify-json/vscode-icons": "^1.2.45",
"@nuxt/eslint": "^1.15.2",
"@types/sortablejs": "^1.15.9",
"eslint": "^10.2.0",
"eslint-plugin-jsonc": "^3.1.2",
"sharp": "0.34.5",
"typescript": "^6.0.2",
"vue-tsc": "^3.2.6"
},
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
"pnpm": {
"overrides": {
"sharp": "0.34.3"
},
"onlyBuiltDependencies": [
"@parcel/watcher",
"@tailwindcss/oxide",
"better-sqlite3",
"esbuild",
"sharp",
"unrs-resolver",
"vue-demi",
"workerd"
]
}
}