-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
107 lines (107 loc) · 3.29 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
{
"name": "AladdinAIO",
"version": "1.0.3",
"private": true,
"dependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/register": "^7.15.3",
"@craco/craco": "^6.2.0",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"asar": "^3.0.3",
"asar-node": "^2.1.3",
"bytenode": "^1.3.3",
"chart.js": "^3.5.0",
"cheerio": "^1.0.0-rc.10",
"chrome-paths": "^1.0.1",
"cogo-toast": "^4.2.3",
"concurrently": "^6.2.1",
"craco": "^0.0.3",
"crc": "^3.8.0",
"discord-rpc": "^4.0.1",
"electron-is-dev": "^2.0.0",
"electron-log": "^4.4.1",
"electron-store": "^8.0.0",
"electron-updater": "^4.3.9",
"got": "^11.8.2",
"history": "^5.0.1",
"hpagent": "^0.1.2",
"jquery": "^3.6.0",
"jwt-decode": "^3.1.2",
"moment": "^2.29.1",
"moment-timezone": "^0.5.33",
"ms": "^2.1.3",
"nanoid": "^3.1.25",
"node-fetch": "^2.6.1",
"node-forge": "^0.10.0",
"node-machine-id": "^1.1.12",
"plist": "^3.0.4",
"puppeteer-core": "^10.2.0",
"qs": "^6.10.1",
"react": "^17.0.2",
"react-chartjs-2": "^3.0.4",
"react-contenteditable": "^3.3.6",
"react-contextmenu": "^2.14.0",
"react-credit-cards": "^0.8.3",
"react-dom": "^17.0.2",
"react-live-clock": "^5.2.0",
"react-moment": "^1.1.1",
"react-redux": "^7.2.4",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.3",
"redux": "^4.1.1",
"rsuite": "^4.10.2",
"socket.io-client": "^4.1.3",
"tough-cookie": "^4.0.0",
"uuid": "^8.3.2",
"wait-on": "^6.0.0",
"ws": "^8.1.0"
},
"scripts": {
"react-start": "craco start",
"react-build": "set GENERATE_SOURCEMAP=false && craco build",
"react-test": "craco test --env=jsdom",
"react-eject": "craco eject",
"electron-build": "electron-builder",
"build:tls": "yarn --cwd ./build/Client run build && yarn --cwd ./build/Client/golang run build:macos",
"bytenode:windows": "node_modules\\electron\\dist\\electron.exe ./script.js",
"bytenode:mac": "./node_modules/electron/dist/Electron.app/Contents/MacOS/Electron ./script.js",
"release": "yarn react-build && electron-builder --publish=always",
"build": "npm install typescript --global && npm install iconv-corefoundation dmg-license && yarn react-build && yarn build:tls && yarn bytenode:mac",
"build:windows": "yarn react-build && yarn bytenode:windows && yarn electron-build",
"start": "concurrently \"cross-env BROWSER=none yarn react-start\" \"wait-on http://localhost:3000 && electron .\""
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"description": "An Efficient Intelligent Revolutionary Cloud Based Software",
"author": "Aladdin AIO",
"build": {
"appId": "<Aladdin>",
"asar": true,
"asarUnpack": "**\\*.{node,dll,exe}",
"extraResources": [
"./assets/**"
],
"afterPack": "./pack"
},
"main": "public/electron.js",
"homepage": "./",
"devDependencies": {
"asarmor": "^1.8.0",
"cross-env": "^7.0.3",
"electron": "^13.2.0",
"electron-builder": "^22.11.7",
"javascript-obfuscator": "^2.19.0"
}
}