-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1 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
{
"name": "portfolio",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"defu": "^6.1.4",
"gsap": "^3.12.2",
"nuxt": "^3.12.3",
"sharp": "0.32.6",
"vue": "^3.4.31",
"vue-router": "latest"
},
"devDependencies": {
"@antfu/eslint-config": "^2.4.5",
"@eslint/eslintrc": "^3.0.0",
"@nuxt/image": "^1.3.0",
"@nuxtjs/google-fonts": "^3.1.3",
"@nuxtjs/i18n": "^8.1.1",
"@nuxtjs/seo": "^2.0.0-rc.10",
"@nuxtjs/tailwindcss": "^6.11.4",
"@types/node": "^20.11.19",
"eslint": "8.57.0",
"eslint-plugin-tailwindcss": "^3.17.4",
"nuxt-icon": "^0.6.8",
"sass": "^1.77.6",
"typescript": "^5.3.3"
}
}