-
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.08 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.08 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": "gitverse",
"version": "0.9.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest",
"test:e2e": "playwright test",
"typecheck": "svelte-check --tsconfig ./tsconfig.json",
"lint": "eslint .",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"dependencies": {
"d3-dag": "1.2.1",
"d3-hierarchy": "3.1.2",
"idb-keyval": "6.2.4",
"svelte": "5.55.9"
},
"devDependencies": {
"@axe-core/playwright": "^4.11.3",
"@playwright/test": "1.60.0",
"@sveltejs/vite-plugin-svelte": "7.1.2",
"@typescript-eslint/parser": "^8.60.0",
"eslint": "10.4.0",
"eslint-plugin-svelte": "3.17.1",
"prettier": "3.8.3",
"prettier-plugin-svelte": "4.0.1",
"svelte-check": "4.2.1",
"svelte-eslint-parser": "^1.6.1",
"typescript": "6.0.3",
"unocss": "66.7.0",
"vite": "8.0.14",
"vite-plugin-pwa": "1.3.0",
"vitest": "4.1.7",
"workbox-precaching": "7.4.1"
}
}