-
-
Notifications
You must be signed in to change notification settings - Fork 80
/
package.json
32 lines (32 loc) · 827 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": "^4.2.1",
"classnames": "^2.3.2",
"date-fns": "^2.29.3",
"date-fns-tz": "^2.0.0",
"esbuild": "^0.17.10",
"eslint": "^8.35.0",
"eslint-plugin-react": "^7.32.2",
"jasmine": "^3.7.0",
"mersennetwister": "^0.2.2",
"nosleep.js": "^0.12.0",
"pegjs": "^0.10.0",
"prop-types": "^15.7.2",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.8.2",
"react-transition-group": "^4.4.5",
"soundfont-player": "^0.12.0",
"two.js": "^0.8.10"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "leaf corcoran",
"license": "UNLICENSED"
}