-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 867 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 867 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
{
"name": "labpoint",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"dev:host": "nuxt dev --host",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"generate:types": "openapi-typescript http://localhost:3001/docs/openapi.json -o shared/types/api.d.ts"
},
"dependencies": {
"@internationalized/date": "latest",
"@nuxt/fonts": "latest",
"@nuxt/icon": "latest",
"@nuxt/ui": "latest",
"@tailwindcss/vite": "latest",
"@vueuse/core": "latest",
"nuxt": "latest",
"nuxt-toast": "latest",
"nuxt-typed-router": "latest",
"openapi-fetch": "latest",
"tailwindcss": "latest",
"vue": "latest",
"vue-router": "latest",
"zod": "latest"
},
"devDependencies": {
"openapi-typescript": "latest"
}
}