-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1.07 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
{
"name": "portfolio",
"type": "module",
"version": "2.0.0",
"private": true,
"author": "Maciek Iwaniuk",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint:eslint": "eslint .",
"lint:eslint:fix": "eslint . --fix"
},
"dependencies": {
"@nuxt/icon": "^1.5.1",
"@nuxt/image": "^1.8.0",
"@nuxt/kit": "^3.13.2",
"@nuxtjs/device": "^3.2.4",
"@nuxtjs/i18n": "^8.5.3",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/robots": "^4.1.7",
"@nuxtjs/sitemap": "^6.0.1",
"@pinia/nuxt": "^0.5.4",
"nuxt": "^3.13.0",
"nuxt-gtag": "^3.0.1",
"pinia": "^2.2.2",
"sharp": "^0.33.5",
"vue": "latest",
"vue-router": "latest"
},
"devDependencies": {
"@antfu/eslint-config": "^3.6.0",
"eslint": "^9.10.0",
"less": "^4.2.0",
"typescript": "^5.6.2",
"vue-tsc": "^2.1.6"
}
}