mirror of https://github.com/TZGyn/shortener
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.
50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"name": "link-shortener-svelte",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"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",
|
|
"lint": "prettier --plugin-search-dir . --check .",
|
|
"format": "prettier --write ."
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/adapter-node": "^1.3.1",
|
|
"@sveltejs/kit": "^1.20.4",
|
|
"autoprefixer": "^10.4.14",
|
|
"bun-types": "^1.0.11",
|
|
"drizzle-kit": "^0.20.1",
|
|
"postcss": "^8.4.24",
|
|
"postcss-load-config": "^4.0.1",
|
|
"prettier": "^3.1.0",
|
|
"prettier-plugin-svelte": "^3.1.0",
|
|
"prettier-plugin-tailwindcss": "^0.5.7",
|
|
"svelte": "^4.0.5",
|
|
"svelte-adapter-bun": "^0.5.1",
|
|
"svelte-check": "^3.4.3",
|
|
"tailwindcss": "^3.3.2",
|
|
"tslib": "^2.4.1",
|
|
"typescript": "^5.0.0",
|
|
"vite": "^4.4.2"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"argon2": "^0.31.2",
|
|
"bits-ui": "^0.9.8",
|
|
"clsx": "^2.0.0",
|
|
"drizzle-orm": "^0.29.0",
|
|
"formsnap": "^0.4.1",
|
|
"lucide-svelte": "^0.292.0",
|
|
"mode-watcher": "^0.0.7",
|
|
"nanoid": "^5.0.3",
|
|
"postgres": "^3.4.3",
|
|
"sveltekit-superforms": "^1.10.1",
|
|
"tailwind-merge": "^2.0.0",
|
|
"tailwind-variants": "^0.1.18",
|
|
"zod": "^3.22.4"
|
|
}
|
|
}
|