aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: d2e92c8fea66b3835039b32c3b5daa415b998df4 (plain)
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": "website",
  "version": "1.0.3",
  "description": "My personal website, built with SvelteKit",
  "author": "pml68",
  "license": "GPL-3.0",
  "private": true,
  "scripts": {
    "dev": "vite dev",
    "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"
  },
  "devDependencies": {
    "@poppanator/sveltekit-svg": "^4.2.1",
    "@sveltejs/adapter-static": "^3.0.9",
    "@sveltejs/kit": "^2.42.2",
    "@sveltejs/vite-plugin-svelte": "^4.0.4",
    "dotenv": "^16.6.1",
    "sass": "^1.93.0",
    "svelte": "^5.39.4",
    "svelte-check": "^4.3.1",
    "tslib": "^2.8.1",
    "typescript": "^5.9.2",
    "vite": "^5.4.20"
  },
  "type": "module"
}