-
Notifications
You must be signed in to change notification settings - Fork 132
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.34 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.34 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
{
"private": true,
"type": "module",
"scripts": {
"check": "bun run check:svelte && tsc -p tsconfig.node.json",
"check:svelte": "svelte-check --tsconfig ./tsconfig.svelte-check.json",
"format:svelte": "prettier --write \"app/javascript/**/*.svelte\"",
"format:svelte:check": "prettier --check \"app/javascript/**/*.svelte\"",
"knip": "knip"
},
"dependencies": {
"@fontsource-variable/spline-sans": "^5.2.8",
"@inertiajs/svelte": "^3.4.0",
"@inertiajs/vite": "^3.4.0",
"@js-from-routes/client": "^1.0.4",
"@sveltejs/vite-plugin-svelte": "^7.1.2",
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/typography": "^0.5.20",
"@tailwindcss/vite": "^4.3.0",
"@tsconfig/svelte": "^5.0.8",
"bits-ui": "^2.18.1",
"d3-shape": "^3.2.0",
"hcicons-svelte": "0.2.2",
"layerchart": "^1.0.13",
"plur": "^6.0.0",
"runed": "^0.37.1",
"svelte": "^5.56.3",
"svelte-check": "^4.6.0",
"svelte-hero-icons": "^5.2.0",
"tailwindcss": "^4.3.0",
"typescript": "^6.0.3",
"virtua": "^0.49.1",
"vite": "^8.0.16",
"vite-plugin-ruby": "^5.2.2"
},
"devDependencies": {
"@types/node": "^25.9.3",
"knip": "^6.16.1",
"prettier": "^3.8.4",
"prettier-plugin-svelte": "^3.5.2"
},
"patchedDependencies": {
"layercake@8.4.3": "patches/layercake@8.4.3.patch"
}
}