-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.19 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.19 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
{
"name": "w33bvgl-portfolio",
"private": true,
"type": "module",
"packageManager": "pnpm@10.20.0",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare && puppeteer browsers install chrome",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"gh-build": "npx nuxt build --preset github_pages",
"gh-publish": "npx gh-pages --dotfiles -d .output/public",
"prod": "npm run gh-build && npm run gh-publish",
"typecheck": "nuxt typecheck"
},
"dependencies": {
"@iconify-json/lucide": "^1.2.114",
"@iconify-json/simple-icons": "^1.2.87",
"fs-extra": "^11.3.5",
"lenis": "^1.3.24",
"nuxt": "^4.4.8"
},
"devDependencies": {
"@nuxt/eslint": "^1.16.0",
"@nuxt/fonts": "^0.13.0",
"@nuxt/icon": "^2.2.4",
"@nuxt/image": "^2.0.0",
"@nuxtjs/color-mode": "^4.0.1",
"@nuxtjs/i18n": "^10.4.0",
"@types/fs-extra": "^11.0.4",
"@vueuse/nuxt": "^14.3.0",
"dotenv-cli": "^8.0.0",
"eslint": "^9.39.4",
"puppeteer": "^24.43.1",
"typescript": "^5.9.3",
"vue-tsc": "^2.2.12"
},
"resolutions": {
"unimport": "4.1.1"
}
}