-
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.2 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.2 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.44",
"@iconify-json/simple-icons": "^1.2.35",
"fs-extra": "^11.3.0",
"nuxt": "^4.1.2",
"nuxt-og-image": "^5.1.4"
},
"devDependencies": {
"@nuxt/eslint": "^1.4.1",
"@nuxt/fonts": "^0.13.0",
"@nuxt/icon": "^2.2.1",
"@nuxt/image": "^2.0.0",
"@nuxtjs/color-mode": "^4.0.0",
"@nuxtjs/i18n": "^10.2.3",
"@types/fs-extra": "^11.0.4",
"@vueuse/nuxt": "^14.2.1",
"dotenv-cli": "^8.0.0",
"eslint": "^9.27.0",
"puppeteer": "^24.10.1",
"typescript": "^5.8.3",
"vue-tsc": "^2.2.10"
},
"resolutions": {
"unimport": "4.1.1"
}
}