forked from metabrainz/musicbrainz-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
103 lines (103 loc) · 3.26 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
{
"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.20.2",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
"@babel/plugin-proposal-optional-chaining": "7.18.9",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-transform-flow-strip-types": "7.19.0",
"@babel/plugin-transform-react-constant-elements": "7.20.2",
"@babel/plugin-transform-react-inline-elements": "7.18.6",
"@babel/plugin-transform-react-jsx": "7.19.0",
"@babel/plugin-transform-runtime": "7.19.6",
"@babel/preset-env": "7.20.2",
"@babel/preset-flow": "7.18.6",
"@babel/register": "7.18.9",
"@babel/runtime": "7.20.1",
"@popperjs/core": "2.5.3",
"@sentry/browser": "5.10.2",
"@sentry/node": "5.10.2",
"babel-loader": "9.1.0",
"balanced-match": "0.2.0",
"canonical-json": "0.0.4",
"cookie": "0.4.1",
"core-js": "3.6.5",
"deep-freeze-strict": "1.1.1",
"detect-node": "2.0.3",
"eslint-plugin-simple-import-sort": "^7.0.0",
"fast-diff": "1.2.0",
"filesize": "2.0.4",
"generic-diff": "1.0.1",
"he": "1.1.1",
"imports-loader": "3.0.0",
"jed": "https://github.com/mwiencek/Jed.git#cd3f71b",
"jquery": "1.11.2",
"knockout": "https://github.com/mwiencek/knockout.git#a09f077",
"knockout-arraytransforms": "https://github.com/mwiencek/knockout-arraytransforms.git#9673e91",
"leaflet": "1.6.0",
"leaflet.markercluster": "1.4.1",
"less": "4.1.1",
"less-loader": "10.0.1",
"less-plugin-clean-css": "1.5.1",
"leven": "2.0.0",
"mutate-cow": "4.1.1",
"nodemon": "2.0.20",
"pg": "8.3.3",
"pg-cursor": "2.3.3",
"po2json": "0.4.1",
"punycode": "2.1.1",
"querystring": "0.2.0",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-table": "7.8.0",
"redux": "4.2.0",
"shell-quote": "1.7.3",
"shelljs": "0.8.5",
"sliced": "1.0.1",
"sucrase": "3.23.0",
"tablesorter": "2.31.3",
"terser-webpack-plugin": "5.1.4",
"webpack": "5.73.0",
"webpack-node-externals": "3.0.0",
"weight-balanced-tree": "0.6.1",
"whatwg-fetch": "3.4.0",
"yargs": "3.10.0"
},
"devDependencies": {
"@babel/cli": "7.19.3",
"@babel/eslint-parser": "7.19.1",
"babel-plugin-istanbul": "5.2.0",
"buffer": "6.0.3",
"chrome-remote-interface": "0.27.0",
"eslint": "7.9.0",
"eslint-plugin-fb-flow": "0.0.2",
"eslint-plugin-flowtype": "5.2.0",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-react": "7.20.6",
"eslint-plugin-react-hooks": "4.1.2",
"file-url": "2.0.2",
"flow-bin": "0.190.0",
"gettext-parser": "3.1.0",
"http-proxy": "1.18.1",
"json5": "2.1.3",
"nyc": "14.1.1",
"path-browserify": "1.0.1",
"process": "0.11.10",
"selenium-webdriver": "4.0.0-alpha.5",
"stream-browserify": "3.0.0",
"tap-difflet": "0.7.2",
"tap-junit": "3.1.0",
"tape": "4.7.0",
"utf8": "2.1.2",
"xgettext-js": "3.0.0"
},
"private": true
}