-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
31 lines (31 loc) · 844 Bytes
/
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
{
"private": true,
"name": "link-zone-desktop",
"description": "App de escritorio para manejar fácilmente tu Link Zone de la infame Etecsa.",
"version": "0.1.4",
"author": "@raulcr98 @pedris11s",
"main": "app/background.js",
"scripts": {
"dev": "nextron",
"build": "nextron build",
"build:linux": "nextron build --linux",
"build:mac": "nextron build --mac --x64",
"postinstall": "electron-builder install-app-deps"
},
"dependencies": {
"axios": "^0.24.0",
"electron-serve": "^1.1.0",
"electron-store": "^8.0.1"
},
"devDependencies": {
"autoprefixer": "^10.3.5",
"electron": "^15.3.5",
"electron-builder": "^22.11.7",
"next": "^12.1.0",
"nextron": "^7.1.0",
"postcss": "^8.3.7",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"tailwindcss": "^2.2.15"
}
}