-
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": "www",
"type": "module",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/eslint": "1.15.2",
"@nuxt/fonts": "0.14.0",
"@nuxt/icon": "2.2.1",
"@nuxt/image": "2.0.0",
"@nuxt/scripts": "0.13.4",
"@nuxtjs/seo": "4.0.2",
"@nuxtjs/tailwindcss": "6.14.0",
"@resvg/resvg-wasm": "^2.6.2",
"@tailwindcss/vite": "^4.2.4",
"@unhead/vue": "^2.1.13",
"@vueuse/nuxt": "14.3.0",
"@vueuse/router": "^14.3.0",
"arktype": "^2.2.0",
"cva": "1.0.0-beta.4",
"motion-v": "^2.2.1",
"nuxt": "^4.4.4",
"satori": "^0.26.0",
"tailwind-variants": "^3.2.2",
"tailwindcss": "^4.2.4",
"vite": "^8.0.10",
"vue": "^3.5.33",
"vue-router": "^5.0.6"
},
"devDependencies": {
"@antfu/eslint-config": "^7.7.3",
"@iconify-json/majesticons": "^1.2.4",
"@iconify-json/mingcute": "^1.2.7",
"@iconify-json/simple-icons": "^1.2.80",
"@iconify-json/tabler": "^1.2.33",
"eslint": "^10.3.0",
"eslint-plugin-better-tailwindcss": "^4.5.0",
"eslint-plugin-format": "^2.0.1"
}
}