-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
104 lines (104 loc) · 3.91 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
{
"name": "@debate-map/app",
"description": "Monorepo for the client, server, etc. of the Debate Map website (debatemap.app).",
"private": true,
"version": "0.0.1",
"author": "Venryx (https://venryx.com)",
"main": "./Packages/deploy/Pulumi/index.ts",
"workspaces": [
"Packages/client",
"Packages/deploy",
"Packages/js-common",
"Packages/monitor-client",
"Packages/web-vcore"
],
"scripts": {
"start": "nps",
"#preinstall[disabled; can error in docker]": "npx only-allow yarn",
"postinstall_old": "patch-package --patch-dir ./node_modules/web-vcore/patches && patch-package --patch-dir ./patches",
"postinstall_old2": "patch-package --patch-dir ./patches",
"postinstall_old3": "node ./node_modules/web-vcore/Scripts/@CJS/ApplyPatches.js && patch-package --patch-dir ./patches",
"postinstall": "patch-package --patch-dir ./patches && node ./Scripts/PostInstall.js && cd ./node_modules/web-vcore && node ./Scripts/@CJS/ApplyPatches.js",
"postinstall_test": "echo 'Test101'; exit(1)",
"yalc-up": "node ./Scripts/zalc2.js up",
"yalc-down": "node ./Scripts/zalc2.js down"
},
"devDependencies": {
"@cypress/webpack-preprocessor": "4.1.0",
"@rspack/cli": "1.0.14",
"@rspack/core": "1.0.14",
"cross-env": "^7.0.3",
"dotenv": "^16.0.3",
"file-syncer": "^0.0.8",
"nps": "^5.10.0",
"ts-loader": "9.2.3",
"ts-node": "^10.9.2",
"ts-node-dev": "2.0.0",
"tsc-watch": "^4.4.0",
"typescript": "5.3.3"
},
"@resolutions_comment1": "The 'version locks' below are for version-sensitive (or duplicate-sensitive) deps (eg. those with patches specified), for which updates should only happen after deliberation.",
"@resolutions_comment2": "There are two 'groups' in the list below, each of which should be alphabetically sorted. First group is managed by web-vcore's 'SyncDepsToOuterProject.js' script (as preinstall script); second is manually managed. Comments for specific entries:",
"@resolutions_comment3": "1) @types/node is temporarily locked to 20.0.0, since 20.10.6 (in web-vcore) causes error regarding 'undici-types' module not being found, despite it resolving to part of vscode's ts-types in web-vcore repo.",
"resolutions": {
"@apollo/client": "3.7.15",
"@hello-pangea/dnd": "16.5.0",
"@types/react": "17.0.74",
"@types/react-dom": "17.0.11",
"chroma-js": "2.1.2",
"codemirror": "5.64.0",
"graphql": "16.6.0",
"graphql-tag": "2.12.5",
"immer": "7.0.15",
"js-vextensions": "1.0.80",
"mobx": "6.3.13",
"mobx-graphlink": "0.0.48",
"mobx-react": "7.6.0",
"moment": "2.24.0",
"raven-js": "3.27.2",
"rc-slider": "9.7.4",
"rc-tooltip": "3.7.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-universal-hooks": "0.5.1",
"react-uplot": "0.0.8",
"react-vcomponents": "1.0.44",
"react-vextensions": "1.0.18",
"react-vmarkdown": "1.0.4",
"react-vmenu": "1.0.14",
"react-vmessagebox": "1.0.18",
"react-vscrollview": "1.0.11",
"subscriptions-transport-ws": "0.9.19",
"uplot": "1.6.17",
"uplot-vplugins": "0.0.7",
"webpack-runtime-require": "2.0.0",
"@types/node": "20.0.0",
"graphile-utils": "4.12.2",
"graphile-build": "4.12.2",
"graphile-build-pg": "4.12.2",
"mathjs": "1.0.0",
"postgraphile": "4.12.2",
"tslib": "2.3.0",
"webpack": "5.95.0",
"zen-observable-ts": "1.1.0"
},
"dependencies": {
"chalk": "^4.1.1",
"cloneable-readable": "^3.0.0",
"commander": "2.19.0",
"concurrently": "^7.6.0",
"fractional-indexing": "^3.1.0",
"html-to-image": "^1.11.11",
"node-fetch": "^3.0.0",
"ora-classic": "^5.4.2",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"stream-chain": "^2.2.5",
"stream-json": "^1.8.0",
"sync-directory": "^2.2.22",
"tree-grapher": "0.0.12",
"ui-debug-kit": "0.0.7",
"wavesurfer.js": "7.6.0"
},
"packageManager": "[email protected]"
}