summaryrefslogtreecommitdiffstats
path: root/src/webapp-old/package.json
blob: 138c6ec66d6c6ce4fcc52830f3e3d1d3c1e64eff (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
{
  "name": "webapp",
  "version": "0.0.0",
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "preview": "vite preview",
    "check": "svelte-check --tsconfig ./tsconfig.json"
  },
  "devDependencies": {
    "@sveltejs/vite-plugin-svelte": "^1.0.0-next.37",
    "@tsconfig/svelte": "^3.0.0",
    "carbon-components": "^10.52.0",
    "carbon-components-svelte": "^0.58.0",
    "carbon-icons-svelte": "^10.44.4",
    "carbon-preprocess-svelte": "^0.6.0",
    "lz-string": "^1.4.4",
    "svelte": "^3.46.4",
    "svelte-check": "^2.4.3",
    "svelte-fsm": "^1.1.2",
    "svelte-preprocess": "^4.10.3",
    "svelte-spa-router": "^3.2.0",
    "tslib": "^2.3.1",
    "typescript": "^4.5.5",
    "validator": "^13.7.0",
    "vite": "^2.8.1"
  }
}