2022-07-06 09:02:36 +00:00
|
|
|
{
|
2022-08-09 15:28:26 +00:00
|
|
|
"name": "ui",
|
2022-07-06 09:02:36 +00:00
|
|
|
"description": "Coolify's SvelteKit UI",
|
2022-08-10 08:54:26 +00:00
|
|
|
"license": "Apache-2.0",
|
2022-07-06 09:02:36 +00:00
|
|
|
"scripts": {
|
|
|
|
"dev": "vite dev",
|
|
|
|
"build": "vite build",
|
|
|
|
"package": "svelte-kit package",
|
|
|
|
"preview": "svelte-kit preview",
|
|
|
|
"test": "playwright test",
|
|
|
|
"check": "svelte-check --tsconfig ./tsconfig.json",
|
|
|
|
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
|
|
|
|
"lint": "prettier --check --plugin-search-dir=. . && eslint .",
|
|
|
|
"format": "prettier --write --plugin-search-dir=. ."
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-08-25 08:04:46 +00:00
|
|
|
"@playwright/test": "1.25.1",
|
2022-08-10 08:54:26 +00:00
|
|
|
"@sveltejs/kit": "1.0.0-next.405",
|
2022-07-06 09:02:36 +00:00
|
|
|
"@types/js-cookie": "3.0.2",
|
2022-08-25 08:04:46 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "5.35.1",
|
|
|
|
"@typescript-eslint/parser": "5.35.1",
|
2022-08-10 08:54:26 +00:00
|
|
|
"autoprefixer": "10.4.8",
|
2022-08-25 08:04:46 +00:00
|
|
|
"eslint": "8.22.0",
|
2022-07-06 09:02:36 +00:00
|
|
|
"eslint-config-prettier": "8.5.0",
|
|
|
|
"eslint-plugin-svelte3": "4.0.0",
|
2022-08-10 08:54:26 +00:00
|
|
|
"postcss": "8.4.16",
|
2022-07-06 09:02:36 +00:00
|
|
|
"prettier": "2.7.1",
|
|
|
|
"prettier-plugin-svelte": "2.7.0",
|
2022-07-15 13:40:26 +00:00
|
|
|
"svelte": "3.49.0",
|
2022-08-25 08:04:46 +00:00
|
|
|
"svelte-check": "2.8.1",
|
2022-07-06 09:02:36 +00:00
|
|
|
"svelte-preprocess": "4.10.7",
|
2022-08-10 08:54:26 +00:00
|
|
|
"tailwindcss": "3.1.8",
|
2022-07-06 09:02:36 +00:00
|
|
|
"tailwindcss-scrollbar": "0.1.0",
|
|
|
|
"tslib": "2.4.0",
|
|
|
|
"typescript": "4.7.4",
|
2022-08-10 08:54:26 +00:00
|
|
|
"vite": "3.0.5"
|
2022-07-06 09:02:36 +00:00
|
|
|
},
|
|
|
|
"type": "module",
|
|
|
|
"dependencies": {
|
2022-08-10 08:54:26 +00:00
|
|
|
"@sveltejs/adapter-static": "1.0.0-next.39",
|
2022-08-26 01:40:46 +00:00
|
|
|
"@tailwindcss/typography": "^0.5.4",
|
2022-07-06 09:02:36 +00:00
|
|
|
"cuid": "2.1.8",
|
2022-08-25 08:04:46 +00:00
|
|
|
"daisyui": "2.24.0",
|
2022-07-06 09:02:36 +00:00
|
|
|
"js-cookie": "3.0.1",
|
|
|
|
"p-limit": "4.0.0",
|
|
|
|
"svelte-select": "4.4.7",
|
|
|
|
"sveltekit-i18n": "2.2.2"
|
|
|
|
}
|
|
|
|
}
|