-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
78 lines (78 loc) · 2.23 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
78
{
"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.1.5",
"@nuxt/fonts": "^0.10.0",
"@nuxt/image": "^1.8.1",
"@nuxt/scripts": "^0.9.5",
"@nuxtjs/sitemap": "^6.1.2",
"@sentry/nuxt": "^8.34.0",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/vue-query": "^5.59.13",
"@tanstack/vue-virtual": "^3.10.8",
"@vite-pwa/assets-generator": "^0.2.6",
"@vite-pwa/nuxt": "^0.10.5",
"@vueuse/components": "^11.1.0",
"@vueuse/core": "^11.1.0",
"@vueuse/integrations": "^11.1.0",
"@vueuse/rxjs": "^11.1.0",
"fluid-player": "^3.39.0",
"js-abbreviation-number": "^1.4.0",
"lodash-es": "^4.17.21",
"nuxt-headlessui": "^1.2.0",
"nuxt-schema-org": "^3.4.1",
"nuxt-security": "^2.0.0",
"pocketbase": "^0.21.5",
"qs": "^6.13.0",
"random-weighted-choice": "^0.1.4",
"rxjs": "^7.8.1",
"sortablejs": "^1.15.3",
"tailwindcss": "^3.4.14",
"vanilla-cookieconsent": "^3.0.1",
"vue-sonner": "^1.2.2"
},
"devDependencies": {
"@types/lodash-es": "^4.17.12",
"@types/qs": "^6.9.16",
"autoprefixer": "^10.4.20",
"jest": "^29.7.0",
"nuxt": "^3.13.2",
"playwright": "^1.48.1",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"standard-version": "^9.5.0",
"vitest": "^2.1.3"
},
"overrides": {
"vue": "^3"
}
}