forked from metabrainz/acousticbrainz-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.01 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
{
"name": "acousticbrainz-server",
"version": "0.0.0",
"description": "package.json for keeping track of nodejs dependencies for acousticbrainz-server",
"repository": {
"type": "git",
"url": "https://github.com/metabrainz/acousticbrainz-server.git"
},
"dependencies": {
"babel-core": "6.26.0",
"babel-plugin-transform-react-constant-elements": "6.23.0",
"babel-plugin-transform-react-inline-elements": "6.22.0",
"babel-plugin-transform-react-jsx": "6.24.1",
"babel-preset-es2015": "6.24.1",
"babel-preset-stage-2": "6.24.1",
"babelify": "8.0.0",
"bootstrap": "3.4.1",
"gulp": "3.9.1",
"gulp-less": "4.0.0",
"gulp-rev": "8.1.1",
"gulp-streamify": "1.0.2",
"highcharts": "6.1.0",
"jquery": "3.4.0",
"less-plugin-clean-css": "1.5.1",
"lodash": "4.17.15",
"q": "1.5.1",
"react": "0.14.7",
"react-dom": "0.14.7",
"vinyl-source-stream": "2.0.0",
"yarb": "0.8.0"
},
"devDependencies": {
"gulp-watch": "5.0.1"
},
"private": true
}