-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 loc) · 1.35 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
44
45
46
47
48
49
50
51
52
{
"name": "nuxt-template",
"type": "module",
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@9.15.3",
"description": "Personal portfolio",
"author": "Nicola Spadari",
"engines": {
"node": ">=23"
},
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"generate": "nuxt generate",
"preview": "nuxt preview",
"preinstall": "npx only-allow pnpm",
"postinstall": "nuxt prepare",
"proxy": "local-ssl-proxy --source 3010 --target 3000 --cert localhost.pem --key localhost-key.pem",
"sb-types": "tsx scripts/storyblok.ts && eslint ./types/global.d.ts --fix",
"lint": "eslint . --fix"
},
"dependencies": {
"@storyblok/nuxt": "^6.2.1",
"nuxt": "^3.15.1",
"nuxt3-lenis": "^1.5.9",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.12.1",
"@hypernym/nuxt-gsap": "^2.4.3",
"@iconify-json/carbon": "^1.2.5",
"@nuxt/eslint": "^0.7.4",
"@nuxt/fonts": "^0.10.3",
"@nuxt/icon": "^1.10.3",
"@nuxt/image": "^1.8.1",
"@unocss/eslint-plugin": "^0.65.3",
"@unocss/nuxt": "^0.65.3",
"@vueuse/core": "^12.3.0",
"@vueuse/nuxt": "^12.3.0",
"eslint": "9.15.0",
"nuxt-gtag": "^3.0.2",
"nuxt-security": "^2.1.5",
"nuxt-svgo": "^4.0.11",
"nuxt3-date-fns": "^0.2.0",
"sass": "^1.83.1",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"unocss-preset-scrollbar": "^0.3.1"
}
}