mirror of
https://github.com/MichaByte/OnBoard-Live.git
synced 2025-12-06 09:13:41 -05:00
29 lines
711 B
JSON
29 lines
711 B
JSON
{
|
|
"name": "onboard-plus-sfa",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"check": "svelte-check --tsconfig ./tsconfig.json && tsc -p tsconfig.node.json"
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/vite-plugin-svelte": "^3.1.1",
|
|
"@tsconfig/svelte": "^5.0.4",
|
|
"autoprefixer": "^10.4.19",
|
|
"postcss": "^8.4.40",
|
|
"svelte": "^4.2.18",
|
|
"svelte-check": "^3.8.1",
|
|
"tailwindcss": "^3.4.7",
|
|
"tslib": "^2.6.3",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^5.3.1"
|
|
},
|
|
"dependencies": {
|
|
"hls.js": "^1.5.13",
|
|
"unocss": "^0.61.3",
|
|
"vite-plugin-singlefile": "^2.0.2"
|
|
}
|
|
}
|