-
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.32 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.32 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": "portfolio",
"description": "Germond's Portfolio in Nuxt 3 (Vue.js)",
"homepage": "https://germondai.com",
"author": "germondai",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prettier": "prettier --check .",
"prettier:fix": "prettier --write --list-different .",
"compress": "gzipper compress .output",
"generate:pwa-icons": "npx pwa-asset-generator public/skull.ico public/pwa/ --opaque false"
},
"dependencies": {
"@nuxt/fonts": "^0.14.0",
"@nuxt/icon": "^2.2.1",
"@nuxt/image": "^2.0.0",
"@nuxt/scripts": "^1.0.4",
"@nuxtjs/device": "^4.0.0",
"@nuxtjs/i18n": "^10.2.4",
"@nuxtjs/seo": "^4.0.2",
"@vuei/nuxt": "^1.0.36",
"@vueuse/core": "^14.2.1",
"@vueuse/nuxt": "^14.2.1",
"nuxt": "^4.4.2",
"vue": "^3.5.31",
"vue-router": "^5.0.4"
},
"devDependencies": {
"@nuxt/eslint": "^1.15.2",
"@nuxtjs/tailwindcss": "^6.14.0",
"@vee-validate/nuxt": "^4.15.1",
"@vee-validate/yup": "^4.15.1",
"@vite-pwa/nuxt": "^1.1.1",
"@vueuse/motion": "^3.0.3",
"gzipper": "^8.2.1",
"prettier": "^3.8.1",
"sass": "^1.98.0"
}
}