-
-
Notifications
You must be signed in to change notification settings - Fork 59
/
package.json
118 lines (118 loc) · 4.63 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
{
"name": "@peacockproject/monorepo",
"version": "8.0.0-alpha.3",
"private": true,
"license": "AGPL-3.0",
"scripts": {
"start": "node chunk0.js",
"clean": "rimraf build",
"prettier": "pprettier --write \"**/*.{js,json,ts,md,tsx,css,mjs,html}\"",
"prettier:check": "pprettier --check \"**/*.{js,json,ts,md,tsx,css,mjs,html}\"",
"build": "yarn webui:build && node packaging/build.mjs",
"build-plugins": "node --no-warnings packaging/buildPlugins.mjs",
"typecheck-ws": "tsc",
"typecheck": "yarn workspaces foreach -A run typecheck-ws",
"lint": "eslint .",
"rebuild-locale": "node resources/rebuildLocale.cjs",
"optimize": "terser chunk0.js -o chunk0.js -c --toplevel --timings --ecma 2021 -m --source-map \"content='chunk0.js.map'\"",
"webui": "yarn workspace @peacockproject/web-ui",
"typedefs": "yarn workspace @peacockproject/core",
"run-dev": "node packaging/devLoader.mjs",
"extract-challenge-data": "node packaging/extractChallengeData.mjs",
"extract-featured-contracts": "node packaging/extractFeaturedContracts.mjs",
"find-circular": "yarn dlx dpdm components/index.ts --exclude \"(components/types)|(node_modules)\" -T"
},
"prettier": {
"semi": false,
"tabWidth": 4,
"trailingComma": "all"
},
"resolutions": {
"body-parser": "npm:@peacockproject/body-parser@npm:2.0.0-peacock.6",
"debug": "^4.3.4",
"http-errors": "patch:http-errors@npm:2.0.0#.yarn/patches/http-errors-npm-2.0.0-3f1c503428.patch",
"iconv-lite": "patch:iconv-lite@npm:0.6.3#.yarn/patches/iconv-lite-npm-0.6.3-24b8aae27e.patch",
"send": "patch:send@npm:0.18.0#.yarn/patches/send-npm-0.18.0-faadf6353f.patch",
"function-bind": "npm:@nolyfill/function-bind@^1",
"gopd": "npm:@nolyfill/gopd@^1",
"has-property-descriptors": "npm:@nolyfill/has-property-descriptors@^1",
"has-proto": "npm:@nolyfill/has-proto@^1",
"has-symbols": "npm:@nolyfill/has-symbols@^1",
"hasown": "npm:@nolyfill/hasown@^1",
"isarray": "npm:@nolyfill/isarray@^1",
"set-function-length": "npm:@nolyfill/set-function-length@^1",
"side-channel": "npm:@nolyfill/side-channel@^1"
},
"dependencies": {
"@peacockproject/statemachine-parser": "^6.2.0",
"@yarnpkg/fslib": "^3.1.0",
"@yarnpkg/libzip": "^3.1.0",
"atomically": "^2.0.3",
"axios": "^1.7.4",
"body-parser": "*",
"clipanion": "^4.0.0-rc.3",
"commander": "^12.1.0",
"deepmerge-ts": "^7.0.3",
"esbuild-wasm": "^0.20.2",
"express": "patch:express@npm%3A4.18.2#~/.yarn/patches/express-npm-4.18.2-bb15ff679a.patch",
"jest-diff": "^29.7.0",
"js-ini": "^1.6.0",
"json5": "^2.2.3",
"jsonwebtoken": "^9.0.2",
"md5-file": "^5.0.0",
"msgpackr": "^1.10.2",
"nanoid": "^5.0.7",
"parseurl": "^1.3.3",
"picocolors": "patch:picocolors@npm%3A1.0.0#~/.yarn/patches/picocolors-npm-1.0.0-d81e0b1927.patch",
"progress": "^2.0.3",
"prompts": "^2.4.2",
"random": "^4.1.0",
"semver": "^7.6.2",
"send": "0.18.0",
"serve-static": "^1.15.0",
"tapable": "^2.2.1"
},
"devDependencies": {
"@eslint/compat": "^1.0.3",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.4.0",
"@peacockproject/eslint-plugin": "workspace:*",
"@rdil/parallel-prettier": "^3.0.0",
"@types/express": "^4.17.20",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20",
"@types/parseurl": "^1.3.3",
"@types/progress": "^2.0.7",
"@types/prompts": "^2.4.7",
"@types/semver": "^7",
"@types/send": "^0.17.3",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"esbuild": "^0.20.2",
"esbuild-register": "^3.5.0",
"eslint": "^9.4.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-promise": "^6.2.0",
"eslint-plugin-react-hooks": "^4.6.2",
"fast-glob": "^3.3.2",
"globals": "^15.4.0",
"json-keys-sort": "^2.1.0",
"ms": "^2.1.3",
"prettier": "^3.3.2",
"rimraf": "^5.0.7",
"terser": "^5.31.1",
"typescript": "5.4.5",
"winston": "^3.13.0",
"winston-daily-rotate-file": "^5.0.0"
},
"engines": {
"node": "20.x || 22.x"
},
"workspaces": [
"webui",
"packaging/typedefs",
"packaging/eslint",
"tests"
],
"packageManager": "[email protected]"
}