-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1016 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1016 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
37
38
39
{
"name": "nuxt-ui-template-starter",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"typecheck": "nuxt typecheck"
},
"dependencies": {
"@fullcalendar/core": "^6.1.20",
"@fullcalendar/daygrid": "^6.1.20",
"@fullcalendar/interaction": "^6.1.20",
"@fullcalendar/list": "^6.1.20",
"@fullcalendar/timegrid": "^6.1.20",
"@fullcalendar/vue3": "^6.1.20",
"@iconify-json/lucide": "^1.2.68",
"@iconify-json/simple-icons": "^1.2.53",
"@nuxt/ui": "^4.3.0",
"better-sqlite3": "^12.4.1",
"date-holidays": "^3.26.8",
"dayjs": "^1.11.19",
"nuxt": "^4.1.2"
},
"devDependencies": {
"@iconify-json/heroicons": "^1.2.3",
"@nuxt/eslint": "^1.9.0",
"eslint": "^9.36.0",
"typescript": "^5.9.2",
"vue-tsc": "^3.1.0"
},
"resolutions": {
"unimport": "4.1.1"
},
"packageManager": "pnpm@10.27.0"
}