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-05-31 07:51:03 -05:00
|
|
|
"@fortawesome/free-brands-svg-icons": "^6.4.0",
|
|
|
|
|
"@fortawesome/free-regular-svg-icons": "^6.4.0",
|
2023-05-27 05:25:54 -05:00
|
|
|
"@fortawesome/free-solid-svg-icons": "^6.4.0",
|
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-03-23 12:58:49 +01:00
|
|
|
"@rollup/plugin-dsv": "^3.0.2",
|
2023-06-26 09:01:14 +00:00
|
|
|
"@sveltejs/vite-plugin-svelte": "^2.4.2",
|
2023-06-19 09:03:17 +00:00
|
|
|
"@tauri-apps/cli": "^1.4.0",
|
2023-04-03 09:06:19 +00:00
|
|
|
"@tsconfig/svelte": "^4.0.1",
|
2023-05-22 09:05:10 +00:00
|
|
|
"@types/marked": "^5.0.0",
|
2023-06-19 09:02:57 +00:00
|
|
|
"@types/node": "^20.3.1",
|
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-06-19 09:03:49 +00:00
|
|
|
"dexie": "^4.0.1-alpha.22",
|
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-03-22 11:33:25 +01:00
|
|
|
"flourite": "^1.2.3",
|
2023-05-27 05:25:54 -05:00
|
|
|
"gpt-tokenizer": "^2.0.0",
|
2023-05-29 09:03:31 +00:00
|
|
|
"postcss": "^8.4.24",
|
2023-06-26 09:01:26 +00:00
|
|
|
"sass": "^1.63.6",
|
2023-06-05 16:13:40 -05:00
|
|
|
"stacking-order": "^2.0.0",
|
2023-04-03 09:05:43 +00:00
|
|
|
"svelte": "^3.58.0",
|
2023-06-26 09:08:16 +00:00
|
|
|
"svelte-check": "^3.4.4",
|
2023-05-27 05:25:54 -05:00
|
|
|
"svelte-fa": "^3.0.3",
|
2023-04-03 09:07:03 +00:00
|
|
|
"svelte-highlight": "^7.2.1",
|
2023-06-19 09:03:31 +00:00
|
|
|
"svelte-local-storage-store": "^0.5.0",
|
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-05-28 01:12:26 -05:00
|
|
|
"svelte-use-click-outside": "^1.0.0",
|
2023-03-02 22:12:55 +04:00
|
|
|
"tslib": "^2.5.0",
|
2023-04-10 09:04:51 +00:00
|
|
|
"typescript": "^5.0.4",
|
2023-05-27 05:25:54 -05:00
|
|
|
"uuid": "^9.0.0",
|
2023-05-29 09:03:08 +00:00
|
|
|
"vite": "^4.3.9"
|
2023-03-02 22:12:55 +04:00
|
|
|
}
|
|
|
|
|
}
|