-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 886 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 886 Bytes
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
{
"name": "diluz.io",
"private": true,
"packageManager": "pnpm@9.15.9",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint --ext \".ts,.vue\" .",
"lint:fix": "pnpm lint --fix",
"typecheck": "nuxt typecheck",
"nuxt:upgrade": "nuxi upgrade --force"
},
"devDependencies": {
"@iconify-json/mdi": "1.2.3",
"@nuxt/devtools": "2.7.0",
"@nuxt/image": "2.0.0",
"@nuxt/ui": "2.22.3",
"@nuxtjs/eslint-config-typescript": "12.1.0",
"@nuxtjs/i18n": "8.5.6",
"@types/node": "24.13.0",
"@typescript-eslint/parser": "7.18.0",
"autoprefixer": "10.5.0",
"eslint": "8.57.1",
"git-commit-info": "2.0.2",
"nuxt": "3.15.4",
"prettier": "3.8.3",
"typescript": "5.9.3",
"vue-tsc": "3.3.3"
}
}