summaryrefslogtreecommitdiffstats
path: root/src/webapp/package.json
blob: 9863ad997590f1e1e0ef9c6ba9f50d220af2796f (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",
    "@tailwindcss/forms": "^0.5.0",
    "@tsconfig/svelte": "^3.0.0",
    "@types/validator": "^13.7.2",
    "autoprefixer": "^10.4.4",
    "daisyui": "^2.14.1",
    "postcss": "^8.4.12",
    "postcss-load-config": "^3.1.4",
    "svelte": "^3.47.0",
    "svelte-check": "^2.7.0",
    "svelte-preprocess": "^4.10.6",
    "svelte-spa-router": "^3.2.0",
    "tailwindcss": "^3.0.24",
    "typescript": "^4.6.3",
    "validator": "^13.7.0",
    "vite": "^2.9.5"
  }
}