-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
75 lines (75 loc) · 1.96 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
{
"name": "vide_app",
"version": "0.27.1",
"description": "This is the application that powers Beethovens Werkstatt's editions",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BeethovensWerkstatt/VideApp.git"
},
"author": "Johannes Kepper",
"contributors": [
{
"name": "Johannes Kepper",
"email": "kepper@edirom.de"
}
],
"keywords": [
"edirom",
"mei",
"beethoven"
],
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/BeethovensWerkstatt/VideApp/issues"
},
"homepage": "https://github.com/BeethovensWerkstatt/VideApp#readme",
"devDependencies": {
"babel-preset-react": "^6.22.0",
"babelify": "^7.3.0",
"browserify": "^13.3.0",
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"gulp-install": "^1.1.0",
"gulp-sass": "^3.1.0",
"jest-cli": "^18.1.0",
"react": "^15.4.2",
"react-addons-test-utils": "^15.4.2",
"react-dom": "^15.4.2",
"rethinkdb": "^2.3.3",
"tether-drop": "^1.4.2",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"@kadira/react-split-pane": "^1.4.7",
"babel-eslint": "^7.1.1",
"babel-jest": "^18.0.0",
"babel-plugin-transform-object-rest-spread": "^6.22.0",
"babel-polyfill": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"eslint": "^3.13.1",
"isomorphic-fetch": "^2.2.1",
"js-sha3": "^0.5.7",
"openseadragon": "^2.3.1",
"popper.js": "^1.12.9",
"prop-types": "^15.6.0",
"react": "^15.6.2",
"react-addons-test-utils": "^15.6.2",
"react-dom": "^15.6.2",
"react-redux": "^5.0.2",
"react-slick": "^0.15.4",
"react-split-pane": "^0.1.68",
"redux": "^3.6.0",
"redux-devtools": "^3.3.2",
"redux-thunk": "^2.2.0",
"semver": "^5.3.0",
"socket.io-client": "^1.7.2",
"tether": "^1.4.0",
"tether-select": "^1.1.0",
"tether-shepherd": "^1.8.1",
"verovio-dev": "^2.0.0-10"
}
}