-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.18 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
{
"name": "selectable-score",
"version": "1.3.0",
"description": "TROMPA selectable score component",
"main": "index.js",
"repository": "git@github.com:trompamusic/selectable-score.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, IWK, University of Music and Performing Arts Vienna",
"license": "BSD-3-Clause",
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/preset-react": "^7.9.1"
},
"dependencies": {
"browserslist": "^4.11.0",
"dragselect": "latest",
"fibers": "^4.0.2",
"meld-clients-core": "oerc-music/meld-clients-core",
"prop-types": "^15.7.2",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-redux": "^7.2.0",
"react-scripts": "^4.0.1",
"redux": "^4.0.5",
"redux-promise": "^0.6.0",
"redux-thunk": "^2.3.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}