You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "crypto-data",
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
|
"format": "prettier --write .",
|
|
"lint": "prettier --check ."
|
|
},
|
|
"devDependencies": {
|
|
"@internationalized/date": "^3.5.6",
|
|
"@sveltejs/adapter-auto": "^3.0.0",
|
|
"@sveltejs/kit": "^2.0.0",
|
|
"@sveltejs/vite-plugin-svelte": "^4.0.0",
|
|
"autoprefixer": "^10.4.20",
|
|
"bits-ui": "^1.0.0-next.34",
|
|
"clsx": "^2.1.1",
|
|
"formsnap": "^2.0.0-next.1",
|
|
"lucide-svelte": "^0.454.0",
|
|
"prettier": "^3.3.2",
|
|
"prettier-plugin-svelte": "^3.2.6",
|
|
"prettier-plugin-tailwindcss": "^0.6.5",
|
|
"svelte": "^5.0.0",
|
|
"svelte-check": "^4.0.0",
|
|
"sveltekit-superforms": "^2.20.0",
|
|
"tailwind-merge": "^2.5.4",
|
|
"tailwind-variants": "^0.2.1",
|
|
"tailwindcss": "^3.4.9",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"typescript": "^5.0.0",
|
|
"vite": "^5.0.3",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"dependencies": {
|
|
"mode-watcher": "^0.4.1"
|
|
}
|
|
}
|