-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
43 lines (43 loc) · 1.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
{
"name": "meld-clients-core",
"version": "2.0.0",
"description": "Music Encoding and Linked Data (MELD) clients core library",
"main": "lib/index.js",
"repository": "[email protected]:musicog/meld-clients-core.git",
"scripts": {
"start": "react-scripts start",
"build": "babel src --out-dir lib",
"build-dev": "babel src --out-dir lib --source-maps inline"
},
"author": "David M. Weigl, David Lewis, Oxford e-Research Centre, University of Oxford",
"license": "BSD-3-Clause",
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/preset-react": "^7.9.1",
"chai": "^3.5.0",
"jsdom": "^8.1.0"
},
"dependencies": {
"axios": "^0.19.0",
"immutability-helper": "^2.1.2",
"jsonld": "^5.0.0",
"jsum": "^0.1.4",
"leaflet": "^1.2.0",
"n3": "^1.0.3",
"querystring": "^0.2.0",
"react": "^16.0.0",
"react-3d-carousel": "oerc-music/react-3d-carousel",
"react-dom": "^16.0.0",
"react-media-player": "^0.7.9",
"react-redux": "^7.2.0",
"react-router": "latest",
"react-scripts": "^4.0.1",
"redux": "^4.0.5",
"redux-promise": "^0.6.0",
"redux-thunk": "^2.3.0",
"solid-auth-client": ">=2.4.0 <2.5.0",
"svg-inline-react": "^3.2.0",
"uuid": "^8.3.2"
}
}