-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.22 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
{
"name": "recloud-homepage",
"private": true,
"type": "module",
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"preview": "nuxt preview",
"lint": "eslint .",
"format": "prettier --write .",
"format:check": "prettier --check .",
"typecheck": "npx vue-tsc --noEmit",
"deploy": "wrangler deploy"
},
"dependencies": {
"@nuxt/image": "^1.10.0",
"@nuxtjs/color-mode": "^4.0.1",
"@nuxtjs/sitemap": "^7.2.2",
"@resvg/resvg-js": "^2.6.2",
"@resvg/resvg-wasm": "^2.6.2",
"@tailwindcss/typography": "^0.5.20",
"@takumi-rs/core": "^1.8.7",
"marked": "^18.0.5",
"nuxt": "^4.4.8",
"nuxt-og-image": "^6.6.0",
"satori": "^0.26.0",
"simple-icons": "^16.24.0"
},
"devDependencies": {
"@fontsource/inter": "^5.3.0",
"@fontsource/noto-sans-sc": "^5.3.0",
"@nuxt/eslint": "^1.16.0",
"@nuxtjs/google-fonts": "^3.2.0",
"@nuxtjs/i18n": "^10.4.0",
"@nuxtjs/tailwindcss": "^6.14.0",
"eslint": "^10.5.0",
"eslint-config-prettier": "^10.1.8",
"prettier": "^3.8.4",
"tailwindcss": "~3.4.17",
"typescript": "^6.0.3",
"vue-tsc": "^3.3.5",
"wrangler": "^4.103.0"
},
"overrides": {
"tailwindcss": "~3.4.17"
}
}