Skip to content

Commit

Permalink
Merge branch 'skunkworksmodalwindow'
Browse files Browse the repository at this point in the history
  • Loading branch information
fedezubo committed Feb 11, 2021
2 parents 18c3409 + 410c68b commit 54f0a2c
Show file tree
Hide file tree
Showing 26 changed files with 11,501 additions and 524 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# TROMPA Music Scholars Annotator application demo

[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

![Screenshot demonstrating selectable score](scholars-demo.png)

## Introduction
Expand Down
143 changes: 93 additions & 50 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "selectable-score-demo",
"name": "music-scholars-annotator",
"version": "0.0.1",
"description": "TROMPA selectable score component",
"description": "TROMPA music scholars annotator component",
"main": "index.js",
"scripts": {
"start": "PORT=8080 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",
"author": "Federico Zubani, Goldsmiths University of London, dept. of Computing and David M. Weigl, IWK, University of Music and Performing Arts Vienna",
"license": "BSD-3-Clause",
"devDependencies": {
"@babel/cli": "^7.6.0",
Expand All @@ -23,6 +23,7 @@
"prop-types": "^15.7.2",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-modal": "^3.12.1",
"react-player": "^1.11.0",
"react-redux": "^7.2.0",
"react-router-dom": "^4.3.1",
Expand Down
Loading

0 comments on commit 54f0a2c

Please sign in to comment.