-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
106 lines (106 loc) · 3.41 KB
/
Copy pathpackage.json
File metadata and controls
106 lines (106 loc) · 3.41 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
{
"author": "Valory AG",
"resolutions": {
"@babel/core": "7.29.6",
"@tootallnate/once": "3.0.1",
"bn.js": "5.2.3",
"csstype": "3.1.3",
"dayjs": "1.11.13",
"diff": "5.2.2",
"flatted": "3.4.2",
"form-data": "4.0.6",
"glob": "10.5.0",
"handlebars": "4.7.9",
"immutable": "5.1.9",
"ip-address": "10.1.1",
"js-yaml": "4.3.0",
"lodash": "4.18.1",
"lodash-es": "4.18.1",
"minimatch": "9.0.9",
"picomatch": "4.0.4",
"postcss": "8.5.10",
"sharp": "0.35.3",
"tar": "7.5.16",
"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",
"antd": "5.27.1",
"dompurify": "3.4.9",
"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",
"react": "18.3.1",
"react-canvas-confetti": "1.2.1",
"react-dom": "18.3.1",
"react-icons": "5.5.0",
"sass": "1.91.0",
"semver": "7.7.2",
"styled-components": "6.1.19",
"usehooks-ts": "2.16.0",
"zod": "3.25.76",
"zxcvbn": "4.4.2"
},
"devDependencies": {
"@testing-library/jest-dom": "6.8.0",
"@testing-library/react": "14.3.1",
"@types/jest": "29.5.14",
"@types/lodash": "4.17.20",
"@types/node": "20.14.10",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.7",
"@types/zxcvbn": "4.4.5",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint": "8.57.1",
"eslint-config-next": "15.5.18",
"eslint-config-prettier": "9.1.2",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jest": "27.9.0",
"eslint-plugin-next": "0.0.0",
"eslint-plugin-prettier": "5.5.4",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-unused-imports": "3.2.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"license-checker-rseidelsohn": "4.4.2",
"prettier": "3.6.2",
"ts-node": "10.9.2",
"typescript": "5.3.3"
},
"engineStrict": true,
"engines": {
"node": ">=22.18",
"npm": "please-use-yarn",
"yarn": "1.x"
},
"name": "olas-operate-app",
"private": true,
"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",
"dev": "next dev",
"deps:check-pinned": "node ../scripts/check-deps-pinned.mjs",
"license-check": "node ../scripts/license-check.mjs",
"build": "bash -c \"GNOSIS_RPC=$GNOSIS_RPC BASE_RPC=$BASE_RPC OPTIMISM_RPC=$OPTIMISM_RPC ETHEREUM_RPC=$ETHEREUM_RPC MODE_RPC=$MODE_RPC CELO_RPC=$CELO_RPC POLYGON_RPC=$POLYGON_RPC NODE_ENV=production next build\"",
"lint": "eslint . --ext .ts,.tsx",
"lint:fix": "eslint . --ext .ts,.tsx --fix",
"eslint:fix": "eslint . --ext .ts,.tsx --fix",
"test": "jest",
"test:coverage": "jest --coverage",
"start": "next start",
"typecheck": "tsc --noEmit --skipLibCheck",
"quality-check": "yarn run lint && tsc --noEmit --skipLibCheck --incremental false"
},
"version": "0.1.0",
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}