forked from metabrainz/musicbrainz-server
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
86 lines (86 loc) · 2.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
{
"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": "GPLv2+",
"dependencies": {
"@babel/core": "7.1.0",
"@babel/plugin-proposal-class-properties": "7.1.0",
"@babel/plugin-transform-flow-strip-types": "7.0.0",
"@babel/plugin-transform-react-constant-elements": "7.0.0",
"@babel/plugin-transform-react-inline-elements": "7.0.0",
"@babel/plugin-transform-react-jsx": "7.0.0",
"@babel/plugin-transform-runtime": "7.1.0",
"@babel/preset-env": "7.1.0",
"@babel/preset-flow": "7.0.0",
"@babel/register": "7.0.0",
"@babel/runtime": "7.0.0",
"balanced-match": "0.2.0",
"canonical-json": "0.0.4",
"cookie": "0.2.3",
"core-js": "2.5.3",
"detect-node": "2.0.3",
"envify": "3.4.0",
"filesize": "2.0.4",
"gulp": "3.9.1",
"gulp-less": "3.1.0",
"gulp-rev": "7.1.2",
"gulp-streamify": "1.0.2",
"he": "1.1.1",
"jed": "git://github.com/mwiencek/Jed.git#cd3f71b",
"jquery": "1.11.2",
"knockout": "git://github.com/mwiencek/knockout.git#a8f12df",
"knockout-arraytransforms": "git://github.com/mwiencek/knockout-arraytransforms.git#9673e91",
"leaflet": "1.0.2",
"leaflet.markercluster": "1.0.0",
"less-plugin-clean-css": "1.5.1",
"leven": "2.0.0",
"lodash": "4.17.4",
"merge-stream": "1.0.1",
"moment": "2.22.2",
"moment-strftime": "0.5.0",
"moment-timezone": "0.5.21",
"po2json": "0.4.1",
"q": "1.4.1",
"querystring": "0.2.0",
"raven": "2.0.0",
"raven-js": "3.17.0",
"react": "16.3.2",
"react-dom": "16.3.2",
"redux": "3.6.0",
"shell-quote": "1.4.3",
"shelljs": "0.5.3",
"sliced": "1.0.1",
"tablesorter": "git://github.com/Mottie/tablesorter.git#430f8c5",
"terable": "0.3.0",
"uglifyify": "3.0.1",
"vinyl": "1.1.0",
"vinyl-source-stream": "1.1.0",
"yarb": "0.8.0",
"yargs": "3.10.0"
},
"devDependencies": {
"@babel/cli": "7.1.0",
"babel-eslint": "9.0.0",
"chrome-remote-interface": "0.27.0",
"eslint": "5.6.0",
"eslint-plugin-flowtype": "2.50.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-react": "git://github.com/yannickcr/eslint-plugin-react#60b5642",
"file-url": "2.0.2",
"flow-bin": "0.89.0",
"gettext-parser": "3.1.0",
"gulp-watch": "4.3.5",
"http-proxy": "1.16.2",
"jsdom": "11.1.0",
"selenium-webdriver": "3.6.0",
"tape": "4.7.0",
"utf8": "2.1.2",
"xgettext-js": "2.0.0"
},
"private": true
}