mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-19 22:15:14 +00:00
* Re-add test_param
* Revert "`types_from_initializers` + `js_from_routes` + performance fixes (#918)"
This reverts commit 384a618c15.
* bin/rubocop -A
26 lines
694 B
JSON
26 lines
694 B
JSON
{
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"check": "svelte-check --tsconfig ./tsconfig.json && tsc -p tsconfig.node.json"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/inter": "^5.2.8",
|
|
"@inertiajs/svelte": "^2.3.13",
|
|
"@sveltejs/vite-plugin-svelte": "^6.2.4",
|
|
"@tailwindcss/forms": "^0.5.11",
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"@tailwindcss/vite": "^4.1.18",
|
|
"@tsconfig/svelte": "5",
|
|
"d3-scale": "^4.0.2",
|
|
"layerchart": "^1.0.13",
|
|
"plur": "^6.0.0",
|
|
"svelte": "5",
|
|
"svelte-check": "^4.3.6",
|
|
"tailwindcss": "^4.1.18",
|
|
"tslib": "^2.8.1",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^7.3.1",
|
|
"vite-plugin-ruby": "^5.1.1"
|
|
}
|
|
}
|