2023-06-18 02:01:45 +00:00
|
|
|
{
|
|
|
|
"name": "frontend",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite dev",
|
|
|
|
"build": "vite build",
|
|
|
|
"preview": "vite preview",
|
|
|
|
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
|
|
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
|
|
|
"prepare": "npm run smui-theme-light && npm run smui-theme-dark",
|
|
|
|
"smui-theme-light": "smui-theme compile static/smui.css -i src/theme",
|
|
|
|
"smui-theme-dark": "smui-theme compile static/smui-dark.css -i src/theme/dark"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-06-18 03:32:02 +00:00
|
|
|
"@material/typography": "^14.0.0",
|
2023-06-18 02:01:45 +00:00
|
|
|
"@smui/button": "^7.0.0-beta.8",
|
|
|
|
"@smui/card": "^7.0.0-beta.8",
|
|
|
|
"@smui/circular-progress": "^7.0.0-beta.8",
|
|
|
|
"@smui/data-table": "^7.0.0-beta.8",
|
|
|
|
"@smui/dialog": "^7.0.0-beta.8",
|
|
|
|
"@smui/icon-button": "^7.0.0-beta.8",
|
|
|
|
"@smui/linear-progress": "^7.0.0-beta.8",
|
|
|
|
"@smui/paper": "^7.0.0-beta.8",
|
|
|
|
"@smui/snackbar": "^7.0.0-beta.8",
|
|
|
|
"@smui/textfield": "^7.0.0-beta.8",
|
2023-06-18 03:32:02 +00:00
|
|
|
"@smui/tooltip": "^7.0.0-beta.8",
|
2023-06-18 02:01:45 +00:00
|
|
|
"@smui/touch-target": "^7.0.0-beta.8",
|
|
|
|
"@sveltejs/adapter-auto": "^2.0.0",
|
|
|
|
"@sveltejs/kit": "^1.5.0",
|
|
|
|
"smui-theme": "^7.0.0-beta.8",
|
|
|
|
"svelte": "^3.54.0",
|
|
|
|
"svelte-check": "^3.0.1",
|
|
|
|
"tslib": "^2.4.1",
|
|
|
|
"typescript": "^5.0.0",
|
|
|
|
"vite": "^4.3.0"
|
|
|
|
},
|
2023-06-18 03:32:02 +00:00
|
|
|
"type": "module",
|
|
|
|
"dependencies": {}
|
2023-06-18 02:01:45 +00:00
|
|
|
}
|