aboutsummaryrefslogtreecommitdiffstats
path: root/code/app/package.json
blob: bd64dbae33991233fdb566dbb3e17b36e3591ebe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
  "name": "greatoffice-kit",
  "version": "0.0.1",
  "private": true,
  "type": "module",
  "scripts": {
    "dev": "npm-run-all --parallel vite typesafe-i18n",
    "typesafe-i18n": "typesafe-i18n",
    "vite": "vite",
    "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",
    "test": "playwright test"
  },
  "devDependencies": {
    "@faker-js/faker": "^7.6.0",
    "@sveltejs/kit": "1.9.2",
    "@tailwindcss/forms": "^0.5.3",
    "npm-run-all": "^4.1.5",
    "postcss": "^8.4.21",
    "postcss-load-config": "^4.0.1",
    "svelte": "^3.55.1",
    "svelte-check": "^3.0.4",
    "svelte-preprocess": "^5.0.1",
    "tailwindcss": "^3.2.7",
    "tslib": "^2.5.0",
    "typesafe-i18n": "^5.24.1",
    "typescript": "^4.9.5",
    "vite": "^4.1.4",
    "vite-plugin-pwa": "^0.14.4"
  },
  "dependencies": {
    "svelte-headless-table": "^0.17.2",
    "temporal-polyfill": "^0.1.1"
  }
}