forked from leafo/sightreading.training
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.19 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
{
"name": "mursicjs",
"version": "1.0.0",
"description": "sight reading trainer",
"main": "test.js",
"dependencies": {
"chart.js": "^2.9.3",
"classnames": "^2.2.6",
"curl-amd": "^0.8.12",
"mersennetwister": "^0.2.2",
"moment": "^2.24.0",
"nosleep.js": "^0.7.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-chartjs-2": "^2.9.0",
"react-dom": "^16.13.1",
"react-router-dom": "^5.1.2",
"react-transition-group": "^2.9.0",
"requirejs": "^2.3.6",
"soundfont-player": "^0.12.0"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-transform-modules-amd": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"@babel/preset-stage-1": "^7.8.3",
"@swc/cli": "^0.1.24",
"@swc/core": "^1.1.44",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.19.0",
"jasmine": "^2.99.0",
"pegjs": "^0.10.0",
"uglify-es": "^3.3.9"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "leaf corcoran",
"license": "UNLICENSED"
}