aboutsummaryrefslogtreecommitdiff
path: root/fe/package.json
blob: 6bc8619ce4551c5e2a58b44e9b332828fb6a5724 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "fe",
  "private": true,
  "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": "^3.0.2",
    "@tsconfig/svelte": "^5.0.2",
    "svelte": "^4.2.10",
    "svelte-check": "^3.6.3",
    "tslib": "^2.6.2",
    "typescript": "^5.2.2",
    "vite": "^5.1.0"
  }
}