2023-03-02 22:12:55 +04:00
|
|
|
{
|
|
|
|
|
"name": "chatgpt-web",
|
|
|
|
|
"private": true,
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite",
|
2023-03-20 14:08:40 +01:00
|
|
|
"dev:public": "vite --host 0.0.0.0",
|
2023-03-03 10:58:07 +01:00
|
|
|
"build": "vite build",
|
|
|
|
|
"build:github": "vite build --base=/chatgpt-web/",
|
2023-03-02 22:12:55 +04:00
|
|
|
"preview": "vite preview",
|
2023-03-20 13:42:47 +01:00
|
|
|
"check": "svelte-check --tsconfig ./tsconfig.json",
|
2023-03-20 14:34:46 +01:00
|
|
|
"tauri": "tauri",
|
2023-03-20 13:42:47 +01:00
|
|
|
"lint": "eslint . --fix"
|
2023-03-02 22:12:55 +04:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2023-08-07 08:35:14 +00:00
|
|
|
"@fortawesome/free-brands-svg-icons": "^6.4.2",
|
2023-12-04 08:58:04 +00:00
|
|
|
"@fortawesome/free-regular-svg-icons": "^6.5.1",
|
2023-08-07 08:35:15 +00:00
|
|
|
"@fortawesome/free-solid-svg-icons": "^6.4.2",
|
2023-03-03 14:56:43 +01:00
|
|
|
"@fullhuman/postcss-purgecss": "^5.0.0",
|
2023-03-02 22:12:55 +04:00
|
|
|
"@microsoft/fetch-event-source": "^2.0.1",
|
2023-10-16 08:40:09 +00:00
|
|
|
"@rollup/plugin-dsv": "^3.0.4",
|
2023-11-13 08:50:09 +00:00
|
|
|
"@sveltejs/vite-plugin-svelte": "^2.5.2",
|
2023-10-30 08:49:21 +00:00
|
|
|
"@tauri-apps/cli": "^1.5.6",
|
2023-07-03 10:29:42 +02:00
|
|
|
"@tsconfig/svelte": "^5.0.0",
|
2023-12-07 11:11:45 +02:00
|
|
|
"@types/dompurify": "^3.0.5",
|
2023-10-09 08:39:29 +00:00
|
|
|
"@types/marked": "^6.0.0",
|
2023-12-04 08:58:45 +00:00
|
|
|
"@types/node": "^20.10.3",
|
2023-03-02 22:12:55 +04:00
|
|
|
"bulma": "^0.9.4",
|
2023-03-09 09:46:11 +01:00
|
|
|
"bulma-prefers-dark": "^0.1.0-beta.1",
|
2023-03-12 08:10:48 +01:00
|
|
|
"copy-to-clipboard": "^3.3.3",
|
2023-10-23 08:10:28 +00:00
|
|
|
"dexie": "^4.0.1-beta.1",
|
2023-12-07 11:11:45 +02:00
|
|
|
"dompurify": "^3.0.6",
|
2023-06-09 11:39:02 +02:00
|
|
|
"eslint-config-standard-with-typescript": "^35.0.0",
|
2023-03-20 13:42:47 +01:00
|
|
|
"eslint-plugin-svelte3": "^4.0.0",
|
2023-07-10 08:29:20 +00:00
|
|
|
"flourite": "^1.2.4",
|
2023-10-09 08:38:33 +00:00
|
|
|
"gpt-tokenizer": "^2.1.2",
|
2023-08-14 08:37:30 +00:00
|
|
|
"llama-tokenizer-js": "^1.1.3",
|
2023-12-04 08:57:40 +00:00
|
|
|
"postcss": "^8.4.32",
|
2023-10-30 08:50:01 +00:00
|
|
|
"sass": "^1.69.5",
|
2023-06-05 16:13:40 -05:00
|
|
|
"stacking-order": "^2.0.0",
|
2023-06-26 09:13:51 +00:00
|
|
|
"svelte": "^3.59.2",
|
2023-11-27 08:08:31 +00:00
|
|
|
"svelte-check": "^3.6.2",
|
2023-05-27 05:25:54 -05:00
|
|
|
"svelte-fa": "^3.0.3",
|
2023-11-27 08:06:30 +00:00
|
|
|
"svelte-highlight": "^7.4.2",
|
2023-10-09 08:38:21 +00:00
|
|
|
"svelte-local-storage-store": "^0.6.4",
|
2023-03-06 14:15:52 +01:00
|
|
|
"svelte-markdown": "^0.2.3",
|
2023-06-04 20:47:08 -05:00
|
|
|
"svelte-modals": "^1.2.1",
|
2023-03-16 15:57:24 +00:00
|
|
|
"svelte-spa-router": "^3.3.0",
|
2023-12-05 15:38:48 +02:00
|
|
|
"svelte-typeahead": "^4.4.1",
|
2023-05-28 01:12:26 -05:00
|
|
|
"svelte-use-click-outside": "^1.0.0",
|
2023-08-21 08:13:54 +00:00
|
|
|
"tslib": "^2.6.2",
|
2023-04-10 09:04:51 +00:00
|
|
|
"typescript": "^5.0.4",
|
2023-09-18 08:50:22 +00:00
|
|
|
"uuid": "^9.0.1",
|
2023-10-30 08:49:43 +00:00
|
|
|
"vite": "^4.5.0"
|
2023-03-02 22:12:55 +04:00
|
|
|
}
|
|
|
|
|
}
|