aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: d023ad60402be9a3decd4dd1f71127b9c51d4fe1 (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
{
  "name": "website",
  "version": "0.2.2",
  "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": {
    "@sveltejs/adapter-static": "^3.0.1",
    "@sveltejs/kit": "^2.4.1",
    "@sveltejs/vite-plugin-svelte": "^3.0.1",
    "dotenv": "^16.3.2",
    "sass": "^1.70.0",
    "svelte": "^4.2.9",
    "svelte-check": "^3.6.3",
    "tslib": "^2.6.2",
    "typescript": "^5.3.3",
    "vite": "^5.0.12"
  },
  "type": "module"
}