forked from leafo/sightreading.training
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 826 Bytes
/
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
{
"name": "mursicjs",
"version": "1.0.0",
"description": "sight reading trainer",
"main": "test.js",
"dependencies": {
"chart.js": "^3.5.1",
"classnames": "^2.3.1",
"date-fns": "^2.24.0",
"date-fns-tz": "^1.1.6",
"esbuild": "^0.14.29",
"eslint": "^8.12.0",
"eslint-plugin-react": "^7.29.4",
"jasmine": "^3.7.0",
"mersennetwister": "^0.2.2",
"nosleep.js": "^0.12.0",
"pegjs": "^0.10.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-chartjs-2": "^3.0.5",
"react-dom": "^17.0.2",
"react-router-dom": "^5.3.0",
"react-transition-group": "^4.4.2",
"soundfont-player": "^0.12.0",
"two.js": "^0.7.8"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "leaf corcoran",
"license": "UNLICENSED"
}