-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.2 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.2 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
{
"private": true,
"name": "vatacars-hub",
"description": "The vatACARS Hub software.",
"version": "2.0.0-prerelease",
"author": "vatACARS Team",
"main": "app/background.js",
"scripts": {
"dev": "nextron",
"build": "nextron build",
"postinstall": "electron-builder install-app-deps",
"release": "electron-builder"
},
"dependencies": {
"@hookform/resolvers": "^3.9.1",
"@vscode/sudo-prompt": "^9.3.1",
"electron-serve": "^1.3.0",
"electron-store": "^8.2.0",
"flyonui": "^1.2.0",
"iron-session": "^8.0.4",
"ps-node": "^0.1.6",
"react-hook-form": "^7.54.2",
"semver-compare": "^1.0.0",
"swr": "^2.2.5",
"yup": "^1.6.1"
},
"devDependencies": {
"@babel/preset-react": "^7.24.6",
"@types/node": "^20.11.16",
"@types/react": "^18.2.52",
"autoprefixer": "^10.4.19",
"electron": "^29.3.0",
"electron-builder": "^24.13.3",
"electron-updater": "^6.1.8",
"fs": "^0.0.1-security",
"next": "^15.1.2",
"nextron": "^8.15.0",
"postcss": "^8.4.38",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.1.0",
"react-spinners": "^0.13.8",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
}
}