-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.44 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
{
"name": "meld-forbidden-question",
"version": "1.0.0",
"description": "Musicological digital companion for Lohengrin article by Prof. Laurence Dreyfus",
"main": "index.js",
"scripts": {
"start": "PORT=8081 react-scripts start"
},
"author": "Davids Weigl and Lewis, University of Oxford e-Research Centre",
"license": "BSD-3-Clause",
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/preset-react": "^7.9.1",
"jsdom": "^8.1.0"
},
"peerDependencies": {
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
"dependencies": {
"axios": "^0.19.0",
"browserslist": "*",
"jsonld": "^5.0.0",
"jsum": "^0.1.4",
"meld-clients-core": "oerc-music/meld-clients-core.git#traversal-robustness",
"n3": "^1.0.3",
"querystring": "^0.2.0",
"react": "^16.0.0",
"react-burger-menu": "^2.0.0",
"react-dom": "^16.0.0",
"react-id-swiper": "^1.6.9",
"react-media-player": "^0.7.6",
"react-redux": "^7.2.0",
"react-router": "latest",
"react-scripts": "^4.0.0",
"react-tabs": "3.0.0",
"redux": "^4.0.5",
"redux-promise": "^0.6.0",
"redux-thunk": "^2.3.0",
"svg-inline-react": "^3.2.0",
"swiper": "^4.5.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}