-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
62 lines (62 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
58
59
60
61
62
{
"name": "latent-browser",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "next dev -p 3000",
"next:start": "cross-env BROWSER=none next dev",
"next:dev": "next dev -p 3000",
"next:build": "next build",
"build": "next build && tauri build",
"tauri": "tauri",
"tauri:dev": "tauri dev",
"tauri:build": "tauri build",
"ts-node": "ts-node",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.19.1",
"@mantine/hooks": "5.9.6",
"@tauri-apps/api": "^1.5.3",
"@tauri-apps/plugin-shell": ">=2.0.0-beta.0",
"@types/dompurify": "^3.0.5",
"@types/mime-db": "^1.43.5",
"@types/mime-types": "^2.1.4",
"autoprefixer": "^10.4.19",
"clsx": "^2.1.0",
"cross-env": "^7.0.3",
"dangerously-set-html-content": "^1.1.0",
"dompurify": "^3.0.11",
"fuse.js": "^7.0.0",
"gpt-3-encoder": "^1.1.4",
"groq-sdk": "^0.3.2",
"jquery": "^3.7.1",
"mime-db": "^1.52.0",
"mime-type": "^4.0.0",
"next": "^14.1.4",
"openai": "^4.31.0",
"query-string": "^9.0.0",
"rc-tabs": "12.5.5",
"react": "^18.2.0",
"react-children-utilities": "^2.10.0",
"react-dnd": "16.0.1",
"react-dnd-html5-backend": "16.0.1",
"react-dom": "^18.2.0",
"react-material-symbols": "^4.4.0",
"tailwind-merge": "^2.2.2",
"tailwind-safelist-generator": "^1.0.0",
"tailwindcss": "^3.4.3",
"uuid": "^9.0.1",
"yaml": "^2.4.1"
},
"devDependencies": {
"@tauri-apps/cli": ">=2.0.0-beta.0",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/uuid": "^9",
"internal-ip": "^7.0.0",
"typescript": "^5.0.2"
}
}