-
-
Notifications
You must be signed in to change notification settings - Fork 283
/
package.json
108 lines (108 loc) · 3.7 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
{
"name": "musicbrainz-server",
"version": "0.0.0",
"description": "package.json for keeping track of musicbrainz-server nodejs dependencies",
"repository": {
"type": "git",
"url": "https://github.com/metabrainz/musicbrainz-server.git"
},
"license": "GPL-2.0-or-later",
"dependencies": {
"@babel/core": "7.25.2",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
"@babel/plugin-proposal-optional-chaining": "7.21.0",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-transform-flow-strip-types": "7.25.2",
"@babel/plugin-transform-react-constant-elements": "7.25.1",
"@babel/plugin-transform-react-inline-elements": "7.24.7",
"@babel/plugin-transform-react-jsx": "7.25.2",
"@babel/plugin-transform-runtime": "7.24.7",
"@babel/preset-env": "7.25.3",
"@babel/preset-flow": "7.24.7",
"@babel/register": "7.24.6",
"@babel/runtime": "7.25.0",
"@floating-ui/react": "0.26.22",
"@sentry/browser": "7.119.2",
"@sentry/node": "7.119.2",
"babel-loader": "9.1.3",
"balanced-match": "3.0.1",
"canonical-json": "0.0.4",
"cookie": "0.7.2",
"core-js": "3.38.1",
"deep-freeze-strict": "1.1.1",
"detect-node": "2.1.0",
"fast-diff": "1.3.0",
"filesize": "10.1.4",
"generic-diff": "1.0.1",
"he": "1.2.0",
"imports-loader": "5.0.0",
"jed": "https://github.com/metabrainz/Jed.git#cd3f71b7479b9c587990a0fa27ae9fdafbd9d9d9",
"jquery": "1.11.2",
"knockout": "https://github.com/mwiencek/knockout.git#a09f0778844130a89af438971ad6229ab81e26b3",
"knockout-arraytransforms": "https://github.com/mwiencek/knockout-arraytransforms.git#9673e91a4755b92ba4eea5ca03067790dbbd997b",
"leaflet": "1.9.4",
"leaflet.markercluster": "1.5.3",
"less": "4.2.0",
"less-loader": "12.2.0",
"less-plugin-clean-css": "1.5.1",
"leven": "4.0.0",
"mutate-cow": "5.0.0",
"nodemon": "3.1.4",
"pg": "8.12.0",
"pg-cursor": "2.11.0",
"po2json": "https://github.com/metabrainz/po2json.git#905dd32b286c80b973ca3c7c27f31d0ef1f4e65b",
"punycode": "2.3.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-table": "7.8.0",
"redux": "4.2.0",
"shell-quote": "1.8.1",
"shelljs": "0.8.5",
"sliced": "1.0.1",
"sucrase": "3.35.0",
"tabbable": "6.2.0",
"tablesorter": "2.32.0",
"terser-webpack-plugin": "5.3.10",
"webpack": "5.95.0",
"webpack-node-externals": "3.0.0",
"weight-balanced-tree": "0.6.1",
"whatwg-fetch": "3.6.20",
"yargs": "3.10.0"
},
"devDependencies": {
"@babel/cli": "7.24.8",
"@stylistic/eslint-plugin-js": "2.6.4",
"@stylistic/eslint-plugin-jsx": "2.6.4",
"babel-plugin-istanbul": "7.0.0",
"babel-plugin-syntax-hermes-parser": "0.23.0",
"buffer": "6.0.3",
"chrome-remote-interface": "0.33.0",
"eslint": "8.57.0",
"eslint-plugin-fb-flow": "0.0.5",
"eslint-plugin-ft-flow": "3.0.11",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-simple-import-sort": "^7.0.0",
"flow-bin": "0.250.0",
"gettext-parser": "4.2.0",
"globals": "15.9.0",
"hermes-eslint": "0.23.0",
"http-proxy": "1.18.1",
"json5": "2.2.3",
"nyc": "17.0.0",
"path-browserify": "1.0.1",
"process": "0.11.10",
"react-is": "18.3.1",
"selenium-webdriver": "4.21.0",
"stream-browserify": "3.0.0",
"tap-difflet": "0.7.2",
"tap-junit": "3.1.0",
"tape": "4.7.0",
"utf8": "3.0.0",
"xgettext-js": "https://github.com/metabrainz/xgettext-js#4da48ff9996565a4df6ea1e51a0425aa2309e079"
},
"private": true,
"packageManager": "[email protected]"
}