-
Notifications
You must be signed in to change notification settings - Fork 123
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.21 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.21 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
{
"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\""
},
"dependencies": {
"@fontsource-variable/spline-sans": "^5.2.8",
"@inertiajs/core": "file:vendor/inertia/packages/core",
"@inertiajs/svelte": "file:vendor/inertia/packages/svelte",
"@sveltejs/vite-plugin-svelte": "^6.2.4",
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.2",
"@tsconfig/svelte": "^5.0.8",
"axios": "^1.15.0",
"bits-ui": "^2.18.0",
"d3-scale": "^4.0.2",
"layerchart": "^1.0.13",
"plur": "^6.0.0",
"svelte": "^5.55.4",
"svelte-check": "^4.4.6",
"tailwindcss": "^4.2.2",
"tslib": "^2.8.1",
"typescript": "^5.9.3",
"vite": "^7.3.2",
"vite-plugin-ruby": "^5.2.1"
},
"devDependencies": {
"prettier": "^3.8.3",
"prettier-plugin-svelte": "^3.5.1"
},
"patchedDependencies": {
"layercake@8.4.3": "patches/layercake@8.4.3.patch"
}
}