-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.61 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.61 KB
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
{
"private": true,
"name": "Scripty",
"description": "Scripty transforms complex automation into simple conversations, making powerful technology accessible to everyone - no coding required.",
"version": "0.1.0",
"author": "Scripty Team",
"main": "app/background.js",
"scripts": {
"dev": "nextron",
"build": "nextron build",
"postinstall": "electron-builder install-app-deps"
},
"dependencies": {
"@picovoice/cheetah-react": "^2.1.0",
"@picovoice/porcupine-react": "^3.0.3",
"@picovoice/porcupine-web": "^3.0.3",
"csv-parser": "^3.0.0",
"dotenv": "^16.4.7",
"electron-cookies": "heap/electron-cookies",
"electron-log": "^5.3.0",
"electron-serve": "^1.3.0",
"electron-store": "^8.2.0",
"electron-updater": "^6.3.9",
"glob": "^10.4.5",
"groq-sdk": "^0.13.0",
"ldrs": "^1.0.2",
"pg": "^8.13.0",
"postcss": "^8.4.47",
"react-file-icon": "^1.5.0",
"react-icons": "^5.3.0",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.5.0",
"react-textarea-autosize": "^8.5.3",
"tailwindcss": "^3.4.13",
"tesseract.js": "^5.1.1"
},
"devDependencies": {
"@types/glob": "^8.1.0",
"@types/pg": "^8.11.10",
"@types/react": "^18.3.11",
"@types/react-file-icon": "^1.0.4",
"@types/react-syntax-highlighter": "^15.5.13",
"electron": "^32.1.2",
"electron-builder": "^25.1.7",
"electron-rebuild": "^3.2.9",
"next": "^14.2.14",
"nextron": "^9.1.0",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.5.14",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.6.2"
}
}