-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.16 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.16 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "kit-template-default",
"version": "0.0.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch",
"lint": "prettier --plugin-search-dir . --check .",
"format": "prettier --plugin-search-dir . --write .",
"test": "vitest run",
"test:watch": "vitest"
},
"devDependencies": {
"@fontsource/fira-mono": "^5.2.6",
"@sveltejs/adapter-auto": "^6.1.0",
"@sveltejs/kit": "^2.37.0",
"@sveltejs/vite-plugin-svelte": "^6.1.3",
"@types/cookie": "^1.0.0",
"@types/node": "^24.3.0",
"jsdom": "^26.1.0",
"prettier": "^3.6.2",
"prettier-plugin-svelte": "^3.4.0",
"svelte": "^5.49.0",
"svelte-check": "^4.3.1",
"svooltip": "^0.9.0",
"typescript": "^5.9.2",
"vite": "^7.1.4",
"vitest": "^3.2.4",
"@testing-library/svelte": "^5.2.8",
"@testing-library/jest-dom": "^6.8.0"
},
"type": "module",
"dependencies": {
"colorjs.io": "^0.5.2",
"open-props": "^1.7.16",
"prism-themes": "^1.9.0",
"prismjs": "^1.30.0"
},
"packageManager": "pnpm@10.15.1"
}