aboutsummaryrefslogtreecommitdiffstats
path: root/code/app/package.json
blob: 53945f3f62a128a2baf03f2e76e37a21399dabd7 (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
38
39
40
41
42
43
44
45
46
47
48
49
50
{
  "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",
    "@playwright/test": "^1.31.1",
    "@sveltejs/adapter-node": "1.2.0",
    "@sveltejs/kit": "1.9.2",
    "@tailwindcss/forms": "^0.5.3",
    "@types/js-cookie": "^3.0.3",
    "@vite-pwa/sveltekit": "^0.1.3",
    "autoprefixer": "^10.4.13",
    "npm-run-all": "^4.1.5",
    "pino-pretty": "^9.4.0",
    "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": {
    "@developermuch/dev-svelte-headlessui": "0.0.1",
    "@rgossiaux/svelte-headlessui": "^1.0.2",
    "fuzzysort": "^2.0.4",
    "js-cookie": "^3.0.1",
    "pino": "^8.11.0",
    "pino-seq": "^0.9.0",
    "svelte-headless-table": "^0.17.2",
    "temporal-polyfill": "^0.1.1",
    "turbo-query": "^1.9.0"
  }
}