-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 788 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 788 Bytes
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
{
"name": "zig-nn-learning-lab",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"check": "svelte-check --tsconfig ./tsconfig.json",
"lint": "oxlint . --deny-warnings",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"test:watch": "vitest"
},
"dependencies": {
"svelte": "5.56.8"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "7.2.0",
"@testing-library/svelte": "5.4.2",
"@types/node": "26.1.2",
"@vitest/coverage-v8": "4.1.10",
"@typescript/native": "npm:typescript@7.0.2",
"jsdom": "30.0.0",
"oxlint": "1.76.0",
"svelte-check": "4.7.4",
"typescript": "npm:@typescript/typescript6@6.0.2",
"vite": "8.1.5",
"vitest": "4.1.10"
}
}