-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 832 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 832 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": "nuxtui-course",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"typecheck": "nuxt typecheck"
},
"dependencies": {
"@iconify-json/lucide": "^1.2.69",
"@iconify-json/simple-icons": "^1.2.54",
"@nuxt/image": "1.11.0",
"@nuxt/ui": "^4.1.0",
"@unovis/ts": "^1.6.1",
"@unovis/vue": "^1.6.1",
"@vueuse/nuxt": "^13.9.0",
"date-fns": "^4.1.0",
"nuxt": "^4.1.3",
"nuxt-charts": "^1.0.2",
"zod": "^4.1.12"
},
"devDependencies": {
"@nuxt/eslint": "^1.9.0",
"eslint": "^9.37.0",
"typescript": "^5.9.3",
"vue-tsc": "^3.1.1"
},
"resolutions": {
"unimport": "4.1.1"
},
"packageManager": "pnpm@10.23.0"
}