This repository has been archived on 2023-09-04. You can view files and clone it, but cannot push or open issues or pull requests.
ARCHIVED-learn/package.json
2023-07-10 17:09:35 +02:00

76 lines
2.5 KiB
JSON

{
"name": "flowbite-svelte-starter",
"version": "0.1.3",
"description": "Flowbite-Svelte starter kit",
"author": {
"name": "Shinichi Okada",
"email": "connect@codewithshin.com",
"url": "https://blog.codewithshin.com"
},
"bugs": "https://github.com/shinokada/flowbite-svelte-starter/issues",
"homepage": "https://github.com/shinokada/flowbite-svelte-starter",
"license": "MIT",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"test": "playwright test",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"test:unit": "vitest",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@playwright/test": "^1.32.1",
"@sveltejs/adapter-auto": "2.0.0",
"@sveltejs/adapter-vercel": "^2.4.1",
"@sveltejs/kit": "1.7.2",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-svelte3": "^4.0.0",
"flowbite": "^1.6.4",
"flowbite-svelte": "^0.34.2",
"houdini": "^1.1.3",
"houdini-svelte": "^1.1.3",
"postcss": "^8.4.21",
"prettier": "^2.8.7",
"prettier-plugin-svelte": "^2.10.0",
"svelte": "^3.57.0",
"svelte-check": "^2.10.3",
"svelte-heros-v2": "^0.4.2",
"tailwindcss": "^3.2.7",
"tslib": "^2.5.0",
"typescript": "~5.0.2",
"vite": "^4.2.1",
"vitest": "^0.28.5"
},
"type": "module",
"keywords": [
"svelte",
"sveltekit",
"flowbite",
"flowbite-svelte",
"tailwindcss"
],
"engines": {
"npm": ">=7.0.0",
"node": ">=16.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/shinokada/flowbite-svelte-starter.git"
},
"dependencies": {
"@directus/sdk": "^10.3.3",
"@noble/hashes": "^1.3.0",
"@pashword/pashword-lib": "^0.1.11",
"@popperjs/core": "^2.11.7",
"@teamhanko/hanko-elements": "0.2.2-alpha",
"@teamhanko/hanko-frontend-sdk": "0.2.1-alpha",
"classnames": "^2.3.2"
}
}