-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 726 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 726 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
{
"name": "@daxiom/sbc-nuxt-assets-layer",
"type": "module",
"version": "0.3.1",
"main": "./nuxt.config.ts",
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"generate": "nuxt generate",
"preview": "nuxt preview",
"lint": "eslint .",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.2.0",
"eslint": "^8.57.0",
"nuxt": "^3.12.3",
"ora": "^8.0.1",
"typescript": "^5.5.3"
},
"dependencies": {
"@iconify-json/mdi": "^1.1.67",
"@nuxt/content": "^2.13.1",
"@nuxt/ui": "^2.17.0",
"@nuxtjs/i18n": "^8.3.1",
"@pinia/nuxt": "^0.5.1",
"@vueuse/nuxt": "^10.11.0",
"pinia": "^2.1.7",
"zod": "^3.23.8"
}
}