-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
116 lines (116 loc) · 3.96 KB
/
Copy pathpackage.json
File metadata and controls
116 lines (116 loc) · 3.96 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
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
{
"author": "Valory AG",
"resolutions": {
"**/conf/ajv": "8.18.0",
"@xmldom/xmldom": "0.8.13",
"bn.js": "5.2.3",
"cookie": "0.7.0",
"dayjs": "1.11.13",
"fast-uri": "3.1.2",
"flatted": "3.4.2",
"follow-redirects": "1.16.0",
"form-data": "4.0.6",
"immutable": "5.1.5",
"js-yaml": "4.2.0",
"lodash": "4.18.1",
"node-gyp": "12.3.0",
"picomatch": "2.3.2",
"postcss": "8.5.10",
"serialize-javascript": "7.0.5",
"tar": "7.5.16",
"tmp": "0.2.6",
"ws": "8.21.0"
},
"dependencies": {
"@ant-design/cssinjs": "1.24.0",
"@ant-design/icons": "5.6.1",
"@fontsource/inter": "5.2.6",
"@tanstack/react-query": "5.85.5",
"adm-zip": "0.5.16",
"antd": "5.27.4",
"child_process": "1.0.2",
"cross-env": "7.0.3",
"dompurify": "3.4.9",
"dotenv": "16.6.1",
"electron-log": "5.4.3",
"electron-store": "8.2.0",
"electron-updater": "6.6.2",
"ethers": "5.8.0",
"ethers-multicall": "0.2.3",
"framer-motion": "11.18.2",
"graphql": "16.11.0",
"graphql-request": "6.1.0",
"lodash": "4.18.1",
"lottie-react": "2.4.1",
"next": "15.5.18",
"node-forge": "1.4.0",
"ps-tree": "1.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "5.5.0",
"sass": "1.91.0",
"semver": "7.7.2",
"styled-components": "6.1.19",
"sudo-prompt": "9.2.1",
"undici": "7.28.0",
"usehooks-ts": "2.16.0",
"winston": "3.17.0",
"zod": "3.25.76",
"zxcvbn": "4.4.2"
},
"description": "An all-in-one application designed to streamline your entry into the world of autonomous agents and earning OLAS through staking.",
"devDependencies": {
"@electron/notarize": "2.5.0",
"dotenv-cli": "7.4.4",
"electron": "41.7.0",
"electron-builder": "26.8.2",
"electron-builder-sandbox-fix": "1.1.1",
"electron-context-menu": "4.1.1",
"electron-devtools-installer": "4.0.0",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.2",
"eslint-plugin-prettier": "5.5.4",
"hardhat": "2.17.1",
"husky": "9.1.7",
"license-checker-rseidelsohn": "4.4.2",
"net": "1.0.2",
"prettier": "3.6.2",
"typescript": "5.3.3",
"update-browserslist-db": "1.2.3"
},
"engineStrict": true,
"engines": {
"node": ">=22.18",
"npm": "please-use-yarn",
"yarn": "1.x"
},
"main": "electron/main.js",
"name": "olas-operate-app",
"productName": "Pearl",
"scripts": {
"audit:install-hooks": "node scripts/audit-install-hooks.mjs",
"audit:install-hooks:update": "node scripts/audit-install-hooks.mjs --update",
"audit:prod": "node scripts/audit.mjs",
"build:frontend": "cd frontend && yarn build && rm -rf ../electron/.next && cp -r .next ../electron/.next && rm -rf ../electron/public && cp -r public ../electron/public",
"deps:check-pinned": "node scripts/check-deps-pinned.mjs",
"license-check": "node scripts/license-check.mjs",
"test:license-check": "node --test scripts/license-check.test.mjs",
"build:pearl": "sh build_pearl.sh",
"dev": "dotenv -e .env -- electron .",
"dev:backend": "uv run python -m operate.cli daemon",
"dev:frontend": "cd frontend && yarn dev",
"dev:hardhat": "hardhat node",
"download-binaries": "sh download_binaries.sh",
"install-deps": "yarn install --frozen-lockfile && yarn install:backend && yarn install:frontend",
"install:backend": "uv sync --locked",
"install:frontend": "cd frontend && yarn install --frozen-lockfile",
"lint:frontend": "cd frontend && yarn lint",
"typequality-check:frontend": "cd frontend && yarn typecheck",
"quality-check:frontend": "cd frontend && yarn quality-check",
"start": "yarn electron .",
"start:frontend": "cd frontend && yarn start",
"test:frontend": "cd frontend && yarn test"
},
"version": "1.8.1-rc4",
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}