-
Notifications
You must be signed in to change notification settings - Fork 123
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.06 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.06 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
{
"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/svelte": "^3.0.2",
"@inertiajs/vite": "^3.0.2",
"@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",
"bits-ui": "^2.16.5",
"d3-scale": "^4.0.2",
"layerchart": "^2.0.0-next.49",
"plur": "^6.0.0",
"svelte": "^5.55.1",
"svelte-check": "^4.4.6",
"tailwindcss": "^4.2.2",
"tslib": "^2.8.1",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vite-plugin-ruby": "^5.2.1"
},
"devDependencies": {
"prettier": "^3.8.1",
"prettier-plugin-svelte": "^3.5.1"
}
}