-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
65 lines (65 loc) · 1.84 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
{
"name": "double-slash-website",
"scripts": {
"plop": "plop",
"build": "nuxi build",
"dev": "nuxi dev",
"start": "node .output/server/index.mjs",
"lint": "eslint . --ext .ts,.vue",
"format-check": "npx prettier --check ./",
"format-write": "npx prettier --write ./",
"test": "vitest",
"coverage": "vitest run --coverage",
"generate": "pnpm run build && npx nuxi generate"
},
"devDependencies": {
"@nuxt/content": "2.13.4",
"@nuxt/image-edge": "1.3.0-28493895.369b747",
"@nuxt/test-utils": "3.14.4",
"@nuxt/test-utils-edge": "4.0.0-27970394.60d07df4",
"@nuxtjs/color-mode": "3.5.2",
"@nuxtjs/eslint-config-typescript": "12.1.0",
"@nuxtjs/fontaine": "0.4.4",
"@nuxtjs/tailwindcss": "6.12.2",
"@pinia/nuxt": "0.7.0",
"@tailwindcss/typography": "0.5.15",
"@types/rss": "0.0.32",
"@types/xml2json": "0.11.6",
"@vueuse/nuxt": "11.2.0",
"consola": "3.2.3",
"eslint": "9.15.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-nuxt": "4.0.0",
"eslint-plugin-prettier": "5.2.1",
"jsdom": "25.0.1",
"nuxt": "3.15.3",
"nuxt-icon": "0.6.10",
"nuxt-schema-org": "3.4.2",
"pinia": "2.2.6",
"plop": "4.0.1",
"postcss-custom-properties": "14.0.4",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.8",
"sitemap": "8.0.0",
"typescript": "5.6.3",
"vitest": "2.1.5",
"xml2json": "0.12.0"
},
"dependencies": {
"@headlessui/vue": "1.7.23",
"@nuxt/image": "^1.8.1",
"@nuxt/ui-templates": "^1.3.4",
"@tailwindcss/forms": "0.5.9",
"@upstash/redis": "^1.34.3",
"axios": "1.7.7",
"crypto": "1.0.1",
"motion": "10.18.0",
"rss": "1.2.2",
"simple-json-db": "2.0.0",
"throttle-debounce": "^5.0.2",
"vue-lite-youtube-embed": "1.2.4"
},
"resolutions": {
"mlly": "1.4.0"
}
}