-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.25 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
42
43
44
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"codegen:cloudprover": "graphql-codegen --config cloudprover.codegen.ts"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/client-preset": "^4.2.4",
"@graphql-codegen/introspection": "^4.0.3",
"@graphql-codegen/typescript": "^4.0.6",
"@graphql-codegen/typescript-resolvers": "^4.0.6",
"@nuxt/devtools": "latest",
"@nuxtjs/color-mode": "^3.3.0",
"@nuxtjs/tailwindcss": "^6.9.4",
"daisyui": "^3.9.4",
"nuxt": "^3.8.1",
"nuxt-icon": "^0.6.8",
"tailwindcss-aspect-ratio": "^3.0.0",
"vue": "^3.3.8",
"vue-router": "^4.2.5"
},
"dependencies": {
"@medplum/fhirtypes": "^3.0.1",
"@nuxt/ui": "^2.13.0",
"@ozkarjs/sequence-verifiers": "^0.1.6",
"@ozkarjs/vhir": "^0.2.6",
"@ozkarjs/zerkle": "^0.0.1",
"@pinia/nuxt": "^0.5.1",
"@temporalio/client": "^1.9.3",
"nuxi": "^3.11.1",
"nuxt-graphql-client": "^0.2.33",
"o1js": "^0.15.3",
"pinia": "^2.1.7",
"vite-plugin-cross-origin-isolation": "^0.1.6",
"zod": "^3.22.4"
}
}