forked from Niek/chatgpt-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.72 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"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.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fullhuman/postcss-purgecss": "^6.0.0",
"@microsoft/fetch-event-source": "^2.0.1",
"@rollup/plugin-dsv": "^3.0.4",
"@sveltejs/vite-plugin-svelte": "^2.5.2",
"@tauri-apps/cli": "^2.1.0",
"@tsconfig/svelte": "^5.0.0",
"@types/dompurify": "^3.0.5",
"@types/marked": "^6.0.0",
"@types/node": "^22.8.1",
"bulma": "^0.9.4",
"bulma-prefers-dark": "^0.1.0-beta.1",
"copy-to-clipboard": "^3.3.3",
"dexie": "^4.0.9",
"dompurify": "^3.2.0",
"eslint-config-standard-with-typescript": "^35.0.0",
"eslint-plugin-svelte3": "^4.0.0",
"flourite": "^1.3.0",
"gpt-tokenizer": "^2.5.1",
"llama-tokenizer-js": "^1.2.2",
"postcss": "^8.4.48",
"sass": "^1.81.0",
"stacking-order": "^2.0.0",
"svelte": "^3.59.2",
"svelte-check": "^3.6.2",
"svelte-fa": "^3.0.3",
"svelte-highlight": "^7.6.1",
"svelte-local-storage-store": "^0.6.4",
"svelte-markdown": "^0.2.3",
"svelte-modals": "^1.2.1",
"svelte-spa-router": "^4.0.1",
"svelte-typeahead": "^4.4.1",
"svelte-use-click-outside": "^1.0.0",
"tslib": "^2.8.1",
"typescript": "<5.5",
"uuid": "^11.0.3",
"vite": "^4.5.1"
}
}