2023-03-03 03:12:55 +09:00
|
|
|
{
|
|
|
|
"name": "chatgpt-web",
|
|
|
|
"private": true,
|
|
|
|
"version": "0.0.0",
|
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
2023-03-20 22:08:40 +09:00
|
|
|
"dev:public": "vite --host 0.0.0.0",
|
2023-03-03 18:58:07 +09:00
|
|
|
"build": "vite build",
|
|
|
|
"build:github": "vite build --base=/chatgpt-web/",
|
2023-03-03 03:12:55 +09:00
|
|
|
"preview": "vite preview",
|
2023-03-20 21:42:47 +09:00
|
|
|
"check": "svelte-check --tsconfig ./tsconfig.json",
|
2023-03-20 22:34:46 +09:00
|
|
|
"tauri": "tauri",
|
2023-03-20 21:42:47 +09:00
|
|
|
"lint": "eslint . --fix"
|
2023-03-03 03:12:55 +09:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-05-31 21:51:03 +09:00
|
|
|
"@fortawesome/free-brands-svg-icons": "^6.4.0",
|
|
|
|
"@fortawesome/free-regular-svg-icons": "^6.4.0",
|
2023-05-27 19:25:54 +09:00
|
|
|
"@fortawesome/free-solid-svg-icons": "^6.4.0",
|
2023-03-03 22:56:43 +09:00
|
|
|
"@fullhuman/postcss-purgecss": "^5.0.0",
|
2023-03-03 03:12:55 +09:00
|
|
|
"@microsoft/fetch-event-source": "^2.0.1",
|
2023-03-23 20:58:49 +09:00
|
|
|
"@rollup/plugin-dsv": "^3.0.2",
|
2023-05-29 18:03:22 +09:00
|
|
|
"@sveltejs/vite-plugin-svelte": "^2.4.1",
|
2023-03-13 19:19:57 +09:00
|
|
|
"@tauri-apps/cli": "^1.2.3",
|
2023-04-03 18:06:19 +09:00
|
|
|
"@tsconfig/svelte": "^4.0.1",
|
2023-05-22 18:05:10 +09:00
|
|
|
"@types/marked": "^5.0.0",
|
2023-05-29 18:03:52 +09:00
|
|
|
"@types/node": "^20.2.5",
|
2023-03-03 03:12:55 +09:00
|
|
|
"bulma": "^0.9.4",
|
2023-03-09 17:46:11 +09:00
|
|
|
"bulma-prefers-dark": "^0.1.0-beta.1",
|
2023-03-12 16:10:48 +09:00
|
|
|
"copy-to-clipboard": "^3.3.3",
|
2023-03-20 21:42:47 +09:00
|
|
|
"eslint-config-standard-with-typescript": "^34.0.1",
|
|
|
|
"eslint-plugin-svelte3": "^4.0.0",
|
2023-03-22 19:33:25 +09:00
|
|
|
"flourite": "^1.2.3",
|
2023-05-27 19:25:54 +09:00
|
|
|
"gpt-tokenizer": "^2.0.0",
|
2023-05-29 18:03:31 +09:00
|
|
|
"postcss": "^8.4.24",
|
2023-04-10 18:04:11 +09:00
|
|
|
"sass": "^1.61.0",
|
2023-04-03 18:05:43 +09:00
|
|
|
"svelte": "^3.58.0",
|
2023-05-29 18:03:42 +09:00
|
|
|
"svelte-check": "^3.4.3",
|
2023-05-27 19:25:54 +09:00
|
|
|
"svelte-fa": "^3.0.3",
|
2023-04-03 18:07:03 +09:00
|
|
|
"svelte-highlight": "^7.2.1",
|
2023-03-03 03:12:55 +09:00
|
|
|
"svelte-local-storage-store": "^0.4.0",
|
2023-03-06 22:15:52 +09:00
|
|
|
"svelte-markdown": "^0.2.3",
|
2023-03-17 00:57:24 +09:00
|
|
|
"svelte-spa-router": "^3.3.0",
|
2023-05-28 15:12:26 +09:00
|
|
|
"svelte-use-click-outside": "^1.0.0",
|
2023-03-03 03:12:55 +09:00
|
|
|
"tslib": "^2.5.0",
|
2023-04-10 18:04:51 +09:00
|
|
|
"typescript": "^5.0.4",
|
2023-05-27 19:25:54 +09:00
|
|
|
"uuid": "^9.0.0",
|
2023-05-29 18:03:08 +09:00
|
|
|
"vite": "^4.3.9"
|
2023-03-03 03:12:55 +09:00
|
|
|
}
|
|
|
|
}
|