-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.12 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
{
"private": false,
"name": "setsuzoku",
"description": "A simplistic SSH host manager for Windows. Built with Next.js, Electron, and powered by OpenSSH.",
"version": "0.3.4",
"author": "Dani <[email protected]>",
"main": "main/index.js",
"scripts": {
"clean": "rimraf dist renderer/.next renderer/out",
"dev": "electron .",
"build": "next build renderer && next export renderer",
"pack-app": "npm run build && electron-builder --dir",
"dist": "npm run build && electron-builder",
"postinstall": "electron-builder install-app-deps"
},
"dependencies": {
"@next/font": "^13.0.4",
"electron-is-dev": "^2.0.0",
"electron-next": "^3.1.5",
"electron-serve": "^1.1.0",
"electron-store": "^8.1.0",
"react-icons": "^4.6.0",
"shelljs": "^0.8.5",
"simple-json-db": "^2.0.0",
"tw-elements": "^1.0.0-alpha12"
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"electron": "21",
"electron-builder": "^23.3.3",
"next": "^13.0.4",
"nextron": "^8.2.0",
"postcss": "^8.4.13",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.1.8"
}
}