-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.11 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
{
"private": true,
"name": "ocean-terminal",
"description": "Highly opinionated terminal interface.",
"version": "0.0.1",
"author": "Wynter Jones <[email protected]>",
"main": "app/background.js",
"scripts": {
"dev": "nextron",
"build": "nextron build",
"build:all": "nextron build --all",
"build:win32": "nextron build --win --ia32",
"build:win64": "nextron build --win --x64",
"build:mac": "nextron build --mac --x64",
"build:linux": "nextron build --linux",
"postinstall": "electron-builder install-app-deps"
},
"dependencies": {
"classnames": "^2.3.1",
"colors": "^1.4.0",
"electron-serve": "^1.1.0",
"electron-store": "^8.0.1",
"node-pty": "^0.10.1",
"react-icons": "^4.3.1",
"xterm": "^5.1.0",
"xterm-addon-fit": "^0.5.0"
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"electron": "^21.3.3",
"electron-builder": "^23.6.0",
"next": "^12.3.4",
"nextron": "^8.5.0",
"postcss": "^8.4.13",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwind-dracula": "^1.1.0",
"tailwindcss": "^3.0.24"
}
}