You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
1.3 KiB
48 lines
1.3 KiB
{
|
|
"name": "-rkesl-s",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"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",
|
|
"lint": "prettier --plugin-search-dir . --check . && eslint .",
|
|
"format": "prettier --plugin-search-dir . --write ."
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "1.25.0",
|
|
"@sveltejs/adapter-auto": "next",
|
|
"@sveltejs/adapter-node": "^1.0.0-next.101",
|
|
"@sveltejs/kit": "next",
|
|
"@tailwindcss/forms": "^0.5.2",
|
|
"@typescript-eslint/eslint-plugin": "^5.27.0",
|
|
"@typescript-eslint/parser": "^5.27.0",
|
|
"autoprefixer": "^10.4.7",
|
|
"daisyui": "^2.18.1",
|
|
"eslint": "^8.16.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-svelte3": "^4.0.0",
|
|
"postcss": "^8.4.14",
|
|
"postcss-load-config": "^4.0.1",
|
|
"prettier": "^2.6.2",
|
|
"prettier-plugin-svelte": "^2.7.0",
|
|
"svelte": "^3.44.0",
|
|
"svelte-check": "^2.7.1",
|
|
"svelte-preprocess": "^4.10.7",
|
|
"tailwindcss": "^3.1.5",
|
|
"tslib": "^2.3.1",
|
|
"typescript": "^4.7.4",
|
|
"vite": "^3.1.0"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@ory/client": "^0.2.0-alpha.60",
|
|
"@ory/hydra-client": "^2.0.2",
|
|
"@ory/integrations": "^0.2.8",
|
|
"svelte-i18n": "^3.5.2"
|
|
}
|
|
}
|