diff options
Diffstat (limited to 'apps/portal/src/package.json')
| -rw-r--r-- | apps/portal/src/package.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/apps/portal/src/package.json b/apps/portal/src/package.json new file mode 100644 index 0000000..e969c4e --- /dev/null +++ b/apps/portal/src/package.json @@ -0,0 +1,22 @@ +{ + "name": "greatoffice-portal", + "version": "0.0.1", + "private": "true", + "scripts": { + "dev": "vite", + "build": "vite build" + }, + "devDependencies": { + "@sveltejs/vite-plugin-svelte": "1.0.0-next.43", + "sass": "^1.51.0", + "svelte": "^3.48.0", + "svelte-preprocess": "^4.10.6", + "svelte-spa-router": "^3.2.0", + "typescript": "4.6.4", + "vite": "^2.9.8" + }, + "dependencies": { + "@js-temporal/polyfill": "^0.4.1", + "fuzzysort": "^1.9.0" + } +} |
