41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "template",
|
|
"version": "0.0.2",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "PUBLIC_BASE_API_URL=http://localhost:8080 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 --check . && eslint .",
|
|
"format": "prettier --write ."
|
|
},
|
|
"devDependencies": {
|
|
"@iconify/json": "2.2.237",
|
|
"@sveltejs/adapter-static": "3.0.4",
|
|
"@sveltejs/kit": "2.5.22",
|
|
"@sveltejs/vite-plugin-svelte": "3.1.1",
|
|
"@types/eslint": "9.6.0",
|
|
"autoprefixer": "10.4.20",
|
|
"daisyui": "4.12.10",
|
|
"eslint": "9.9.0",
|
|
"eslint-config-prettier": "9.1.0",
|
|
"eslint-plugin-svelte": "2.43.0",
|
|
"firebaseui": "6.1.0",
|
|
"globals": "15.9.0",
|
|
"postcss": "8.4.41",
|
|
"prettier": "3.3.3",
|
|
"prettier-plugin-svelte": "3.2.6",
|
|
"svelte": "4.2.18",
|
|
"svelte-check": "3.8.5",
|
|
"tailwindcss": "3.4.10",
|
|
"tslib": "2.6.3",
|
|
"typescript": "5.5.4",
|
|
"typescript-eslint": "8.1.0",
|
|
"unplugin-icons": "0.19.2",
|
|
"vite": "5.4.0"
|
|
},
|
|
"type": "module"
|
|
}
|