Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 9.21.0 to 9.21.1. - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v9.21.0...v9.21.1) --- updated-dependencies: - dependency-name: eslint-plugin-vue dependency-type: direct:development update-type: version-update:semver-patch ... 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.1",
|
|
"@sveltejs/adapter-node": "^4.0.1",
|
|
"@sveltejs/adapter-static": "^3.0.1",
|
|
"@sveltejs/kit": "^2.5.0",
|
|
"@sveltejs/vite-plugin-svelte": "^3.0.2",
|
|
"@types/markdown-it": "^13.0.7",
|
|
"@typescript-eslint/eslint-plugin": "^6.20.0",
|
|
"@typescript-eslint/parser": "^6.20.0",
|
|
"autoprefixer": "^10.4.17",
|
|
"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.21.1",
|
|
"postcss": "^8.4.33",
|
|
"prettier": "3.2.2",
|
|
"prettier-plugin-svelte": "^3.1.2",
|
|
"svelte": "^4.2.9",
|
|
"svelte-check": "^3.6.3",
|
|
"tailwindcss": "^3.4.1",
|
|
"tslib": "^2.6.2",
|
|
"typescript": "^5.3.3",
|
|
"vite": "^5.0.12"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@iconify/svelte": "^3.1.6",
|
|
"@sveltestack/svelte-query": "^1.6.0",
|
|
"clipboard": "^2.0.11",
|
|
"daisyui": "^4.6.1",
|
|
"highlight.js": "^11.9.0",
|
|
"markdown-it": "^14.0.0",
|
|
"markdown-it-highlightjs": "^4.0.1",
|
|
"prettier-plugin-tailwindcss": "^0.5.11"
|
|
}
|
|
}
|