M1_ProjetWeb/package.json

44 lines
1.2 KiB
JSON
Raw Normal View History

2024-11-25 16:27:31 +01:00
{
"name": "m1-projetweb",
"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 . && eslint ."
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"autoprefixer": "^10.4.20",
2024-11-25 17:35:28 +01:00
"bits-ui": "^0.21.16",
"clsx": "^2.1.1",
2024-11-25 16:27:31 +01:00
"eslint": "^9.7.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.36.0",
"globals": "^15.0.0",
"mdsvex": "^0.11.2",
"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",
2024-11-25 17:35:28 +01:00
"tailwind-merge": "^2.5.5",
"tailwind-variants": "^0.3.0",
2024-11-25 16:27:31 +01:00
"tailwindcss": "^3.4.9",
"typescript": "^5.0.0",
"typescript-eslint": "^8.0.0",
"vite": "^5.0.3"
2024-11-25 17:35:28 +01:00
},
"dependencies": {
"lucide-svelte": "^0.462.0",
"multer": "^1.4.5-lts.1",
2024-11-25 17:35:28 +01:00
"svelte-radix": "^2.0.1"
2024-11-25 16:27:31 +01:00
}
}