aboutsummaryrefslogtreecommitdiffstats
path: root/code/app/package.json
blob: 1f7a7f1f2142bae417c9b0ac435b4c63ed6d4196 (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
{
  "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": {
    "@developermuch/dev-svelte-headlessui": "0.0.1",
    "@faker-js/faker": "^7.6.0",
    "@playwright/test": "^1.28.0",
    "@rgossiaux/svelte-headlessui": "^1.0.2",
    "@sveltejs/adapter-node": "1.0.0-next.100",
    "@sveltejs/kit": "1.0.0-next.551",
    "@tailwindcss/forms": "^0.5.3",
    "@types/js-cookie": "^3.0.2",
    "autoprefixer": "^10.4.13",
    "fuzzysort": "^2.0.3",
    "js-cookie": "^3.0.1",
    "npm-run-all": "^4.1.5",
    "pino": "^8.7.0",
    "pino-pretty": "^9.1.1",
    "postcss": "^8.4.19",
    "postcss-load-config": "^4.0.1",
    "rustic": "^1.2.2",
    "sswr": "^1.7.0",
    "svelte": "^3.53.1",
    "svelte-check": "^2.9.2",
    "svelte-headless-table": "^0.15.3",
    "svelte-preprocess": "^4.10.7",
    "tailwindcss": "^3.2.4",
    "temporal-polyfill": "^0.0.8",
    "tslib": "^2.4.1",
    "typesafe-i18n": "^5.16.3",
    "typescript": "^4.9.3",
    "vite": "^3.2.4"
  }
}