Files
chatgpt-web/package.json
dependabot[bot] 98200e0ca3 Bump svelte-check from 3.1.0 to 3.1.2
Bumps [svelte-check](https://github.com/sveltejs/language-tools) from 3.1.0 to 3.1.2.
- [Release notes](https://github.com/sveltejs/language-tools/releases)
- [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check-3.1.0...svelte-check-3.1.2)

---
updated-dependencies:
- dependency-name: svelte-check
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-13 09:06:32 +00:00

34 lines
915 B
JSON

{
"name": "chatgpt-web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:github": "vite build --base=/chatgpt-web/",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^5.0.0",
"@microsoft/fetch-event-source": "^2.0.1",
"@sveltejs/vite-plugin-svelte": "^2.0.2",
"@tsconfig/svelte": "^3.0.0",
"@types/marked": "^4.0.8",
"bulma": "^0.9.4",
"bulma-prefers-dark": "^0.1.0-beta.1",
"copy-to-clipboard": "^3.3.3",
"postcss": "^8.4.21",
"sass": "^1.58.3",
"svelte": "^3.55.1",
"svelte-check": "^3.1.2",
"svelte-highlight": "^7.2.0",
"svelte-local-storage-store": "^0.4.0",
"svelte-markdown": "^0.2.3",
"tslib": "^2.5.0",
"typescript": "^4.9.3",
"vite": "^4.1.0"
}
}