-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
150 lines (150 loc) · 4.56 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"name": "electr-os",
"author": {
"name": "ElectrOS",
"email": "[email protected]"
},
"description": "ElectrOS",
"version": "1.0.3",
"private": true,
"main": "public/electron.js",
"homepage": "./",
"dependencies": {
"@emotion/react": "^11.10.8",
"@emotion/styled": "^11.10.8",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"@mui/material": "^5.12.2",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"apisauce": "^2.1.6",
"darkreader": "^4.9.87",
"electron-squirrel-startup": "^1.0.0",
"jwt-decode": "^3.1.2",
"md5": "^2.3.0",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-modal": "^3.16.1",
"react-router-dom": "^6.8.2",
"react-scripts": "5.0.1",
"reactn": "^2.2.7",
"socket.io-client": "^4.6.1",
"sweetalert": "^2.1.2",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"@electron-forge/cli": "^6.1.1",
"@electron-forge/maker-deb": "^6.1.1",
"@electron-forge/maker-rpm": "^6.1.1",
"@electron-forge/maker-squirrel": "^6.1.1",
"@electron-forge/maker-zip": "^6.1.1",
"electron": "^27.1.3",
"electron-builder": "^24.9.1",
"electron-is-dev": "^2.0.0",
"electron-notarize": "^1.2.2",
"path": "^0.12.7",
"snazzy": "^9.0.0",
"standard": "^17.0.0"
},
"resolutions": {
"node-abi": "^3.65.0"
},
"scripts": {
"start": "react-scripts start",
"lint": "standard --fix",
"build": "GENERATE_SOURCEMAP=false react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"clean:build": "rm -rf build/ dist/ out/",
"electron:start": "electron .",
"electron:pack": "electron-builder --dir",
"electron:post": "electron-builder install-app-deps",
"electron:dist-mac-arm": "electron-builder --mac --arm64 --publish never",
"electron:dist-mac-x64": "electron-builder --mac --x64 --publish never",
"electron:dist-windows-x64": "electron-builder --win --x64 --publish never",
"electron:dist-windows-arm": "electron-builder --win --arm64 --publish never",
"electron:dist-linux-x64": "electron-builder --linux --x64 --publish never",
"electron:dist-linux-arm": "electron-builder --linux --arm64 --publish never",
"electron:notarize": "DEBUG=* node notarize.js",
"package": "electron-forge package",
"electron-forge:make-macos-arm": "DEBUG=* electron-forge make --arch=arm64 --platform=darwin",
"electron-forge:arm-installer-dmg": "cd out && npx electron-installer-dmg --icon=../public/icon.png --background=../public/background.png --title=ElectrOS ./electrOS-darwin-arm64/ElectrOS.app 'ElectrOS-arm64'",
"electron-forge:make-macos-intel": "electron-forge make --arch=x64 --platform=darwin",
"electron-forge:intel-installer-dmg": "cd out && npx electron-installer-dmg --icon=../public/icon.png --background=../public/background.png --title=ElectrOS ./electrOS-darwin-x64/ElectrOS.app 'ElectrOS-x64'",
"git:pull-iso.json": "cd ./src/Data && git clone https://github.com/Elemento-Modular-Cloud/iso-templates.git"
},
"build": {
"productName": "ElectrOS",
"appId": "app.elemento.cloud",
"asar": true,
"includeSubNodeModules": "true",
"directories": {
"output": "dist"
},
"files": [
"./build/**/*",
"node_modules/**/*",
"!node_modules/ds-store/**"
],
"dmg": {
"background": "build/background.png",
"sign": false
},
"mac": {
"category": "app.elemento.cloud",
"icon": "build/icon.icns",
"target": [
"dmg"
],
"identity": "Elemento SRL (9WTDB7G2C7)",
"type": "distribution",
"hardenedRuntime": true,
"gatekeeperAssess": false,
"notarize": {
"teamId": "9WTDB7G2C7"
},
"entitlements": "entitlements.mac.plist",
"entitlementsInherit": "entitlements.mac.plist"
},
"linux": {
"target": [
"AppImage",
"deb"
]
},
"win": {
"target": [
{
"target": "nsis",
"arch": [
"x64",
"ia32",
"arm64"
]
}
],
"icon": "build/icon.ico"
}
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}