-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.12 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
{
"name": "react-musicxml",
"version": "1.0.0-alpha",
"description": "MusicXML sheet music renderer for React",
"main": "index.js",
"scripts": {
"test": "jest",
"test:watch": "jest --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amypellegrini/react-musicxml.git"
},
"keywords": [
"musicxml",
"sheet",
"music",
"react"
],
"author": "Amy Pellegrini",
"license": "MIT",
"bugs": {
"url": "https://github.com/amypellegrini/react-musicxml/issues"
},
"homepage": "https://github.com/amypellegrini/react-musicxml#readme",
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@babel/preset-typescript": "^7.15.0",
"@types/jest": "^27.0.2",
"@types/react": "^17.0.24",
"babel-jest": "^27.2.4",
"jest": "^27.2.4",
"process": "^0.11.10",
"raw-loader": "^4.0.2",
"react-dom": "^17.0.2",
"react-styleguidist": "^11.1.7",
"ts-loader": "^9.2.6",
"typescript": "^4.4.3",
"webpack": "^5.54.0"
},
"dependencies": {
"react": "^17.0.2",
"react-scorewriter": "^0.0.0-alpha.12"
}
}