-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.15 KB
/
package.json
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
{
"name": "portfolio",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "npx playwright install && nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@vueuse/core": "^10.1.2",
"primevue": "^3.51.0",
"primeicons": "^7.0.0",
"vue-final-modal": "^4.5.4",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@fontsource-variable/inter": "^5.0.3",
"@fontsource-variable/karla": "^5.0.3",
"@headlessui/vue": "^1.7.14",
"@nuxt/content": "^2.7.0",
"@nuxt/image": "rc",
"@nuxt/kit": "^3.5.3",
"@nuxtjs/tailwindcss": "^6.7.2",
"@tailwindcss/typography": "^0.5.9",
"eslint": "^8.42.0",
"nuxt": "^3.10.3",
"nuxt-icon": "^0.4.1",
"nuxt-primevue": "^0.3.1",
"tailwindcss": "^3.3.2",
"typescript": "^5.1.3",
"vue": "^3.4.21"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"webpack"
]
}
}
}