forked from nuxt-ui-pro/dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 839 Bytes
/
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
{
"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.2",
"@iconify-json/simple-icons": "^1.2.20",
"@nuxt/fonts": "^0.10.3",
"@nuxt/ui-pro": "^1.7.0",
"@unovis/ts": "^1.5.0",
"@unovis/vue": "^1.5.0",
"@vueuse/nuxt": "^12.4.0",
"date-fns": "^4.1.0",
"nuxt": "^3.15.1",
"v-calendar": "^3.1.2"
},
"devDependencies": {
"@nuxt/eslint": "^0.7.5",
"eslint": "^9.18.0",
"vue-tsc": "^2.1.10"
},
"resolutions": {
"vue-tsc": "2.1.10"
},
"packageManager": "[email protected]"
}