-
-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
77 lines (77 loc) · 2.19 KB
/
package.json
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
{
"name": "rule-34-app",
"version": "3.2.0",
"private": true,
"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": "^22"
},
"scripts": {
"start": "node .output/server/index.mjs",
"dev": "nuxt dev",
"_": "",
"analyze": "nuxt build --analyze",
"generate-pwa-assets": "pwa-assets-generator",
"__": "",
"test": "vitest run",
"test:watch": "vitest watch",
"___": "",
"release": "standard-version",
"release:publish": "git push --follow-tags origin main",
"____": "",
"postinstall": "nuxt prepare",
"build": "nuxt build",
"generate": "nuxt generate"
},
"dependencies": {
"@formkit/auto-animate": "^0.8.2",
"@headlessui-float/nuxt": "^0.15.0",
"@headlessui/tailwindcss": "^0.2.1",
"@heroicons/vue": "^2.2.0",
"@nuxt/fonts": "^0.10.3",
"@nuxt/image": "^1.8.1",
"@nuxt/scripts": "^0.9.5",
"@nuxtjs/sitemap": "^6.1.5",
"@sentry/nuxt": "^8.47.0",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/vue-query": "^5.62.8",
"@tanstack/vue-virtual": "^3.11.2",
"@vite-pwa/assets-generator": "^0.2.6",
"@vite-pwa/nuxt": "^0.10.6",
"@vueuse/components": "^11.3.0",
"@vueuse/core": "^11.3.0",
"@vueuse/integrations": "^11.3.0",
"@vueuse/rxjs": "^11.3.0",
"es-toolkit": "^1.30.1",
"fluid-player": "^3.48.0",
"js-abbreviation-number": "^1.4.0",
"nuxt-headlessui": "^1.2.0",
"nuxt-schema-org": "^3.5.0",
"nuxt-security": "^2.1.5",
"pocketbase": "^0.24.0",
"qs": "^6.13.1",
"random-weighted-choice": "^0.1.4",
"rxjs": "^7.8.1",
"sortablejs": "^1.15.6",
"tailwindcss": "^3.4.17",
"vanilla-cookieconsent": "^3.0.1",
"vue-sonner": "^1.3.0"
},
"devDependencies": {
"@types/qs": "^6.9.17",
"autoprefixer": "^10.4.20",
"jest": "^29.7.0",
"nuxt": "^3.14.1592",
"playwright": "^1.49.1",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"standard-version": "^9.5.0",
"vitest": "^2.1.8"
},
"overrides": {
"vue": "^3"
}
}