summaryrefslogtreecommitdiffstats
path: root/apps/web-shared/package.json
blob: 746ec06b1552b7046523f44b6d822d231b91f137 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "greatoffice-web-shared",
  "version": "0.0.1",
  "private": "true",
  "scripts": {
    "dev": "npm-run-all --parallel vite typesafe-i18n",
    "vite": "vite",
    "typesafe-i18n": "typesafe-i18n"
  },
  "devDependencies": {
    "@js-temporal/polyfill": "^0.4.1",
    "fuzzysort": "^1.9.0",
    "npm-run-all": "^4.1.5",
    "svelte": "^3.48.0",
    "svelte-feather-icons": "^4.0.0",
    "svelte-spa-router": "^3.2.0",
    "typesafe-i18n": "^5.5.2",
    "typescript": "4.6.4"
  }
}