summaryrefslogtreecommitdiffstats
path: root/apps/portal/src/package.json
blob: e969c4e763055741936124a41302b165cf4967a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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"
  }
}