summaryrefslogtreecommitdiffstats
path: root/src/webapp-old/package.json
blob: b06ea27799dc2031262cdf0a597907f2718427ff (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.41",
    "@tsconfig/svelte": "^3.0.0",
    "carbon-components": "^10.56.0",
    "carbon-components-svelte": "^0.63.1",
    "carbon-icons-svelte": "^11.0.1",
    "carbon-preprocess-svelte": "^0.9.0",
    "lz-string": "^1.4.4",
    "svelte": "^3.47.0",
    "svelte-check": "^2.7.0",
    "svelte-fsm": "^1.1.2",
    "svelte-preprocess": "^4.10.6",
    "svelte-spa-router": "^3.2.0",
    "tslib": "^2.3.1",
    "typescript": "^4.6.3",
    "validator": "^13.7.0",
    "vite": "^2.9.5"
  }
}