-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 841 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 841 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
{
"name": "pharmacy",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.app.json && tsc -p tsconfig.node.json",
"generate:openapi": "openapi-typescript https://services.careconnect.dev.wellsync.io/openapi.yaml -o ./src/lib/api/types.generated.ts"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tsconfig/svelte": "^5.0.4",
"autoprefixer": "^10.4.21",
"openapi-typescript": "^7.6.1",
"postcss": "^8.5.3",
"svelte": "^5.23.0",
"svelte-check": "^4.1.5",
"tailwindcss": "^3.4.17",
"typescript": "~5.6.3",
"vite": "^6.2.1"
},
"dependencies": {
"@iframe-resizer/child": "^5.3.3",
"openapi-fetch": "^0.13.4"
}
}