-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 832 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 832 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
{
"name": "personal-web",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/icon": "2.1.0",
"nuxt": "^4.2.2",
"vue": "^3.5.25",
"vue-router": "^4.6.3"
},
"packageManager": "pnpm@10.25.0+sha512.5e82639027af37cf832061bcc6d639c219634488e0f2baebe785028a793de7b525ffcd3f7ff574f5e9860654e098fe852ba8ac5dd5cefe1767d23a020a92f501",
"devDependencies": {
"@iconify-json/logos": "^1.2.10",
"@iconify-json/lucide": "^1.2.79",
"@iconify-json/simple-icons": "^1.2.62",
"@tailwindcss/vite": "^4.1.17",
"@vite-pwa/nuxt": "^1.1.0",
"@vueuse/core": "^14.1.0",
"sass": "^1.95.1",
"tailwindcss": "^4.1.17"
}
}