-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 985 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
36
37
{
"name": "nanalook",
"private": true,
"license": "AGPL-3.0-only",
"repository": "github:Japan7/nanalook",
"contributors": [
"NextFire <[email protected]>"
],
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"typecheck": "nuxt typecheck",
"codegen": "openapi-typescript -o server/utils/nanapi.d.ts"
},
"dependencies": {
"@fullcalendar/core": "6.1.15",
"@fullcalendar/icalendar": "6.1.15",
"@fullcalendar/interaction": "6.1.15",
"@fullcalendar/timegrid": "6.1.15",
"@fullcalendar/vue3": "6.1.15",
"@heroicons/vue": "2.2.0",
"@nuxtjs/tailwindcss": "6.12.2",
"daisyui": "4.12.22",
"nuxt": "3.15.0",
"openapi-typescript": "7.4.4",
"openapi-fetch": "0.13.3",
"typescript": "5.7.2",
"uniqolor": "1.1.1",
"vue": "3.5.13",
"vue-router": "4.5.0",
"vue-tsc": "2.2.0"
}
}