-
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) · 834 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 834 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": "hds-forms-test-app",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"dev:raw": "vite --mode raw",
"build": "tsc -b && vite build",
"preview": "vite preview --port 5174"
},
"dependencies": {
"hds-lib": "github:healthdatasafe/hds-lib-js",
"hds-react-timeline": "git+https://github.com/healthdatasafe/hds-react-timeline.git",
"hds-style": "git+https://github.com/healthdatasafe/style-package.git",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.11",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react-swc": "^4.0.0",
"tailwindcss": "^4.1.11",
"typescript": "^5.7.0",
"vite": "^6.0.0",
"vite-plugin-backloop.dev": "^1.0.7"
}
}