-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 886 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 886 Bytes
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
{
"name": "persional_web_nuxtjs",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"typecheck": "nuxt typecheck"
},
"dependencies": {
"@iconify-json/lucide": "^1.2.121",
"@iconify-json/simple-icons": "^1.2.92",
"@iconify-vue/material-symbols": "^1.0.49",
"@nuxt/content": "^3.15.2",
"@nuxt/icon": "2.4.1",
"@nuxt/image": "^2.1.0",
"@nuxt/ui": "^4.10.0",
"@takumi-rs/core": "^2.5.6",
"@vueuse/nuxt": "^14.4.0",
"motion-v": "^2.3.0",
"nuxt": "^4.5.1",
"nuxt-og-image": "^6.7.6",
"tailwindcss": "^4.3.3"
},
"devDependencies": {
"@nuxt/eslint": "^1.16.0",
"eslint": "^10.8.0",
"typescript": "^6.0.3",
"vue-tsc": "^3.3.9"
},
"packageManager": "pnpm@11.18.0"
}