-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.65 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.65 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "github-analysis",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite dev --port 3003",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. .",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. .",
"up-deps": "pnpm update -r -i --latest"
},
"dependencies": {
"@layerstack/svelte-stores": "1.0.2-next.14",
"@layerstack/tailwind": "2.0.0-next.17",
"@layerstack/utils": "2.0.0-next.14",
"@mdi/js": "^7.4.47",
"d3-array": "^3.2.4",
"d3-scale": "^4.0.2",
"d3-scale-chromatic": "^3.1.0",
"d3-time": "^3.1.0",
"date-fns": "^4.1.0",
"layerchart": "2.0.0-next.43",
"posthog-js": "^1.258.5",
"runed": "^0.31.1",
"svelte-ux": "2.0.0-next.21"
},
"devDependencies": {
"@sveltejs/adapter-cloudflare": "^7.1.2",
"@sveltejs/kit": "^2.27.0",
"@sveltejs/vite-plugin-svelte": "6.1.0",
"@tailwindcss/vite": "^4.1.11",
"@types/cookies": "^0.9.1",
"@types/d3-array": "^3.2.1",
"@types/d3-scale": "^4.0.9",
"@types/d3-time": "^3.0.4",
"@types/node": "^24.1.0",
"prettier": "^3.6.2",
"prettier-plugin-svelte": "^3.4.0",
"svelte": "5.37.2",
"svelte-check": "^4.3.0",
"svelte-preprocess": "^6.0.3",
"tailwindcss": "^4.1.11",
"tslib": "^2.8.1",
"typescript": "^5.9.2",
"vite": "^7.0.6",
"vite-plugin-devtools-json": "^0.4.1"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
}
}