Files
chatgpt-web/package.json
dependabot[bot] 2f85937c8b Bump @tauri-apps/cli from 1.5.2 to 1.5.5
Bumps [@tauri-apps/cli](https://github.com/tauri-apps/tauri) from 1.5.2 to 1.5.5.
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/cli-v1.5.2...@tauri-apps/cli-v1.5.5)

---
updated-dependencies:
- dependency-name: "@tauri-apps/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 08:10:17 +00:00

55 lines
1.6 KiB
JSON

{
"name": "chatgpt-web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev:public": "vite --host 0.0.0.0",
"build": "vite build",
"build:github": "vite build --base=/chatgpt-web/",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"tauri": "tauri",
"lint": "eslint . --fix"
},
"devDependencies": {
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-regular-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fullhuman/postcss-purgecss": "^5.0.0",
"@microsoft/fetch-event-source": "^2.0.1",
"@rollup/plugin-dsv": "^3.0.4",
"@sveltejs/vite-plugin-svelte": "^2.4.6",
"@tauri-apps/cli": "^1.5.5",
"@tsconfig/svelte": "^5.0.0",
"@types/marked": "^6.0.0",
"@types/node": "^20.8.6",
"bulma": "^0.9.4",
"bulma-prefers-dark": "^0.1.0-beta.1",
"copy-to-clipboard": "^3.3.3",
"dexie": "^4.0.1-alpha.25",
"eslint-config-standard-with-typescript": "^35.0.0",
"eslint-plugin-svelte3": "^4.0.0",
"flourite": "^1.2.4",
"gpt-tokenizer": "^2.1.2",
"llama-tokenizer-js": "^1.1.3",
"postcss": "^8.4.31",
"sass": "^1.69.3",
"stacking-order": "^2.0.0",
"svelte": "^3.59.2",
"svelte-check": "^3.5.2",
"svelte-fa": "^3.0.3",
"svelte-highlight": "^7.4.1",
"svelte-local-storage-store": "^0.6.4",
"svelte-markdown": "^0.2.3",
"svelte-modals": "^1.2.1",
"svelte-spa-router": "^3.3.0",
"svelte-use-click-outside": "^1.0.0",
"tslib": "^2.6.2",
"typescript": "^5.0.4",
"uuid": "^9.0.1",
"vite": "^4.4.11"
}
}