-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 KB
/
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
38
39
40
41
{
"name": "waicolle-web",
"private": true,
"license": "MIT",
"repository": "github:Japan7/waicolle-web",
"contributors": [
"NextFire <[email protected]>",
"Aymane Kssim <[email protected]>"
],
"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"
},
"devDependencies": {
"@heroicons/vue": "2.2.0",
"@nuxt/devtools": "latest",
"@nuxtjs/apollo": "5.0.0-alpha.14",
"@nuxtjs/tailwindcss": "6.13.1",
"@tailwindcss/typography": "0.5.16",
"@types/node": "22.13.1",
"@vue/apollo-composable": "4.2.1",
"@vueuse/core": "12.5.0",
"@vueuse/nuxt": "12.5.0",
"daisyui": "4.12.23",
"nuxt": "3.15.4",
"openapi-fetch": "0.13.4",
"openapi-typescript": "7.6.1",
"typescript": "5.7.3",
"vue-tsc": "2.2.0"
},
"overrides": {
"@vue/apollo-composable": {
"vue": "latest"
}
}
}