Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.18.1 to 6.19.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.19.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
52 lines
1.5 KiB
JSON
52 lines
1.5 KiB
JSON
{
|
|
"name": "web",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"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",
|
|
"lint": "prettier --check . && eslint .",
|
|
"format": "prettier --write ."
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/adapter-auto": "^3.1.0",
|
|
"@sveltejs/adapter-node": "^3.0.0",
|
|
"@sveltejs/adapter-static": "^3.0.1",
|
|
"@sveltejs/kit": "^2.3.2",
|
|
"@sveltejs/vite-plugin-svelte": "^3.0.1",
|
|
"@types/markdown-it": "^13.0.7",
|
|
"@typescript-eslint/eslint-plugin": "^6.19.0",
|
|
"@typescript-eslint/parser": "^6.19.0",
|
|
"autoprefixer": "^10.4.16",
|
|
"eslint": "^8.56.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-import": "^2.29.1",
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
"eslint-plugin-svelte": "^2.35.1",
|
|
"eslint-plugin-vue": "^9.20.1",
|
|
"postcss": "^8.4.33",
|
|
"prettier": "3.2.2",
|
|
"prettier-plugin-svelte": "^3.1.2",
|
|
"svelte": "^4.2.8",
|
|
"svelte-check": "^3.6.3",
|
|
"tailwindcss": "^3.4.1",
|
|
"tslib": "^2.6.2",
|
|
"typescript": "^5.3.3",
|
|
"vite": "^5.0.11"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@iconify/svelte": "^3.1.6",
|
|
"@sveltestack/svelte-query": "^1.6.0",
|
|
"clipboard": "^2.0.11",
|
|
"daisyui": "^4.6.0",
|
|
"highlight.js": "^11.9.0",
|
|
"markdown-it": "^14.0.0",
|
|
"markdown-it-highlightjs": "^4.0.1",
|
|
"prettier-plugin-tailwindcss": "^0.5.11"
|
|
}
|
|
}
|