forked from tolgayayci/sora
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.63 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"private": false,
"name": "sora",
"description": "Sora | Soroban Desktop Application",
"version": "0.2.1",
"author": "Tolga Yaycı <tolgayayci@protonmail.com>",
"main": "app/background.js",
"repository": {
"type": "git",
"url": "https://github.com/tolgayayci/sora.git",
"directory": "sora"
},
"scripts": {
"dev": "nextron",
"build": "nextron build",
"build:mac": "nextron build --mac",
"build:mac:universal": "nextron build --mac --universal",
"build:linux": "nextron build --linux",
"build:win32": "nextron build --win --ia32",
"build:win64": "nextron build --win --x64",
"postinstall": "electron-builder install-app-deps",
"release": "electron-builder"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.27.1",
"@aptabase/electron": "^0.3.1",
"@hookform/resolvers": "^3.9.0",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-radio-group": "^1.2.0",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-tooltip": "^1.1.2",
"@tanstack/react-table": "^8.20.5",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^0.2.1",
"electron-log": "^5.1.2",
"electron-serve": "^1.3.0",
"electron-store": "^8.1.0",
"electron-updater": "^6.3.5",
"fix-path": "4.0.0",
"lucide-react": "^0.427.0",
"next-themes": "^0.2.1",
"openai": "^4.52.3",
"react-hook-form": "^7.51.5",
"react-markdown": "^9.0.1",
"react-resizable-panels": "^2.1.3",
"react-syntax-highlighter": "^15.5.0",
"react-use": "^17.5.1",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"toml": "^3.0.0",
"vaul": "^0.9.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@electron/notarize": "2.2.0",
"@types/node": "^20.11.16",
"@types/react": "^18.2.52",
"autoprefixer": "^10.4.16",
"electron": "^28.2.1",
"electron-builder": "^24.9.1",
"next": "^12.3.4",
"nextron": "^8.13.0",
"postcss": "^8.4.30",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
}
}