-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 758 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 758 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
{
"name": "@dwol/dax-style-layer",
"type": "module",
"version": "0.0.1",
"main": "./nuxt.config.ts",
"scripts": {
"dev": "nuxt dev .playground",
"build": "nuxt build .playground",
"generate": "nuxt generate .playground",
"preview": "nuxt preview .playground",
"lint": "eslint .",
"postinstall": "nuxt prepare .playground"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.2.0",
"eslint": "^8.56.0",
"nuxt": "^3.9.1",
"typescript": "^5.3.3"
},
"dependencies": {
"@iconify-json/mdi": "^1.1.63",
"@nuxt/content": "^2.9.0",
"@nuxt/ui": "^2.11.1",
"@nuxtjs/i18n": "8.0.0-rc.9",
"@pinia/nuxt": "^0.5.1",
"@vueuse/nuxt": "^10.7.0",
"pinia": "^2.1.7",
"zod": "^3.22.4"
}
}