-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 910 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 910 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
34
35
36
{
"name": "nuxt-ui-pro-template-dashboard",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"typecheck": "nuxt typecheck"
},
"dependencies": {
"@iconify-json/heroicons": "^1.2.1",
"@iconify-json/simple-icons": "^1.2.9",
"@nuxt/fonts": "^0.10.0",
"@nuxt/http": "^0.6.4",
"@nuxt/ui": "^2.19.2",
"@nuxt/ui-pro": "^1.4.4",
"@nuxtjs/axios": "^5.13.6",
"@unovis/ts": "^1.4.4",
"@unovis/vue": "^1.4.4",
"@vueuse/nuxt": "^11.1.0",
"date-fns": "^4.1.0",
"monaco-editor": "^0.52.0",
"nuxt": "^3.14.159",
"v-calendar": "^3.1.2"
},
"devDependencies": {
"@nuxt/eslint": "^0.6.0",
"eslint": "^9.13.0",
"vue-tsc": "^2.1.6"
},
"packageManager": "pnpm@9.12.2"
}