-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.5 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.5 KB
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
45
46
47
{
"name": "openhack-hypervisor",
"type": "module",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "API_DEPLOYMENT=dev vite",
"dev:host": "API_DEPLOYMENT=dev vite --host",
"dev:https": "API_DEPLOYMENT=dev vite --https --key ./localhost+2-key.pem --cert ./localhost+2.pem",
"build": "API_DEPLOYMENT=prod vite build",
"preview": "API_DEPLOYMENT=prod vite preview",
"test:mock": "rm -rf tmp/testbuild && tsc -p tsconfig.tests.json && node tmp/testbuild/__tests__/mockServer.test.js"
},
"devDependencies": {
"@internationalized/date": "^3.10.0",
"@lucide/svelte": "^0.544.0",
"@sveltejs/vite-plugin-svelte": "^4.0.0-next.6",
"@tailwindcss/postcss": "^4.1.14",
"@types/node": "^24.7.2",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"autoprefixer": "^10.4.21",
"bits-ui": "^2.14.0",
"eslint": "^8.56.0",
"eslint-plugin-svelte": "^2.35.1",
"postcss": "^8.5.6",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
"tailwind-merge": "^3.3.1",
"tailwind-variants": "^3.1.1",
"tailwindcss": "^4.1.14",
"tailwindcss-animate": "^1.0.7",
"tw-animate-css": "^1.4.0",
"typescript": "^5.0.0",
"vite": "^5.0.0"
},
"dependencies": {
"axios": "^1.4.0",
"clsx": "^2.1.1",
"path": "^0.12.7",
"qr-code-styling": "^1.9.2",
"reconnecting-websocket": "^4.4.0",
"svelte": "^5.0.0",
"svelte-websocket-store": "^1.1.34",
"svelte5-router": "^3.0.2"
}
}