-
-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 2.75 KB
/
package.json
File metadata and controls
91 lines (91 loc) · 2.75 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
89
90
91
{
"name": "rule-34-app",
"version": "3.2.0",
"private": true,
"packageManager": "pnpm@11.2.2",
"description": "Stream and download Rule 34 porn videos, GIFs, and images from multiple Boorus in a mobile-first web app",
"author": "Alejandro Akbal",
"engines": {
"node": "^24",
"pnpm": "^11.2.2"
},
"scripts": {
"start": "node .output/server/index.mjs",
"dev": "nuxt dev",
"_": "",
"analyze": "nuxt analyze",
"generate-pwa-assets": "pwa-assets-generator",
"__": "",
"format": "prettier . --write --ignore-unknown",
"format:check": "prettier . --check --ignore-unknown",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"typecheck": "nuxt typecheck",
"test:typecheck": "vitest --typecheck.only",
"check": "pnpm format:check && pnpm lint && pnpm typecheck && pnpm test:typecheck && pnpm test && pnpm build",
"___": "",
"test": "vitest run",
"test:watch": "vitest watch",
"____": "",
"release": "commit-and-tag-version",
"release:publish": "git push --follow-tags origin main",
"_____": "",
"postinstall": "nuxt prepare",
"build": "nuxt build",
"generate": "nuxt generate"
},
"dependencies": {
"@floating-ui/vue": "^1.1.11",
"@formbricks/js": "^4.4.0",
"@formkit/auto-animate": "^0.9.0",
"@headlessui/tailwindcss": "^0.2.2",
"@headlessui/vue": "^1.7.23",
"@heroicons/vue": "^2.2.0",
"@nuxt/image": "^2.0.0",
"@nuxtjs/i18n": "^10.3.0",
"@nuxtjs/sitemap": "^8.0.15",
"@sentry/nuxt": "^10.53.1",
"@tailwindcss/vite": "^4.3.0",
"@tanstack/vue-query": "^5.100.11",
"@tanstack/vue-virtual": "^3.13.24",
"@vite-pwa/assets-generator": "^1.0.2",
"@vite-pwa/nuxt": "^1.1.1",
"@vueuse/components": "^14.3.0",
"@vueuse/core": "^14.3.0",
"@vueuse/integrations": "^14.3.0",
"@vueuse/rxjs": "^14.3.0",
"es-toolkit": "^1.46.1",
"fluid-player": "^3.58.0",
"js-abbreviation-number": "^1.4.0",
"nuxt-headlessui": "^1.2.2",
"nuxt-schema-org": "^6.0.4",
"nuxt-security": "^2.6.0",
"pocketbase": "^0.26.9",
"random-weighted-choice": "^0.1.4",
"rxjs": "^7.8.2",
"sortablejs": "^1.15.7",
"tailwindcss": "^4.3.0",
"ufo": "^1.6.4",
"vue-sonner": "^2.0.9"
},
"devDependencies": {
"@nuxt/eslint": "^1.15.2",
"@nuxt/test-utils": "^4.0.3",
"@teages/nuxt-legacy": "^2.0.2",
"@types/sortablejs": "^1.15.9",
"@vitejs/plugin-legacy": "^7.2.1",
"commit-and-tag-version": "^12.7.3",
"eslint": "^10.4.0",
"nuxt": "^4.4.6",
"playwright": "^1.60.0",
"prettier": "^3.8.3",
"prettier-plugin-tailwindcss": "^0.8.0",
"terser": "^5.48.0",
"typescript": "^6.0.3",
"vitest": "^4.1.6",
"vue-tsc": "^3.3.1"
},
"overrides": {
"vue": "^3"
}
}