mirror of
https://github.com/LukeHagar/openapi-definition-generator.git
synced 2025-12-06 04:20:23 +00:00
53 lines
1.5 KiB
JSON
53 lines
1.5 KiB
JSON
{
|
|
"name": "swagger-definition-generator",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"start": "node build",
|
|
"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 ."
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"devDependencies": {
|
|
"@floating-ui/dom": "^1.6.1",
|
|
"@skeletonlabs/skeleton": "^2.8.0",
|
|
"@skeletonlabs/tw-plugin": "^0.3.1",
|
|
"@sveltejs/adapter-node": "^5.2.0",
|
|
"@sveltejs/kit": "^2.5.0",
|
|
"@sveltejs/vite-plugin-svelte": "^3.0.2",
|
|
"@tailwindcss/forms": "^0.5.7",
|
|
"@tailwindcss/typography": "^0.5.10",
|
|
"@types/node": "^20.11.16",
|
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
"@typescript-eslint/parser": "^6.21.0",
|
|
"autoprefixer": "^10.4.17",
|
|
"eslint": "^8.56.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-svelte3": "^4.0.0",
|
|
"highlight.js": "^11.9.0",
|
|
"json-to-pretty-yaml": "^1.2.2",
|
|
"openapi-types": "^12.1.3",
|
|
"postcss": "^8.4.35",
|
|
"prettier": "^3.2.5",
|
|
"prettier-plugin-svelte": "^3.1.2",
|
|
"svelte": "^4.2.10",
|
|
"svelte-check": "^3.6.3",
|
|
"svelte-jsoneditor": "^0.21.5",
|
|
"tailwindcss": "^3.4.1",
|
|
"tslib": "^2.6.2",
|
|
"typescript": "^5.3.3",
|
|
"vite": "^5.0.12",
|
|
"vite-plugin-tailwind-purgecss": "^0.2.0",
|
|
"yaml": "^2.3.4"
|
|
},
|
|
"type": "module"
|
|
}
|