-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
122 lines (122 loc) · 3.83 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "music-sniper",
"version": "0.5.0",
"main": "index.js",
"scripts": {
"start": "node server/parcel.js",
"parcel": "node server/parcel.js",
"aws-install": "chmod +x ./scripts/aws-install && ./scripts/aws-install",
"build": "./node_modules/.bin/gulp build",
"deploy": "./node_modules/.bin/gulp deploy",
"qa-deploy": "./node_modules/.bin/gulp deploy",
"build-midi-jam-helper-version": "./node_modules/.bin/parcel build src/index.html",
"mocha": "./node_modules/.bin/mocha",
"test": "jest",
"test-match": "yarn ts-mocha -p tsconfig.json --require spec/index.ts --exit",
"check-ts": "./node_modules/.bin/tsc --outDir /dev/null --noEmit -p tsconfig.json --skipLibCheck"
},
"repository": "[email protected]:mickmister/midi-jam-helper.git",
"author": "mickmister <[email protected]>",
"license": "MIT",
"dependencies": {
"@material-ui/core": "4.0.0",
"@material-ui/icons": "4.2.1",
"@types/loglevel": "1.5.3",
"@types/rx": "4.1.1",
"axios": "0.x",
"axios-progress-bar": "1.2.0",
"body-parser": "1.18.3",
"bootstrap": "4.4.1",
"classnames": "2.2.6",
"core-js": "3.6.4",
"cors": "2.8.4",
"easy-peasy": "3.1.0",
"express": "4.16.4",
"flv.js": "1.5.0",
"hls.js": "0.13.2",
"howler": "2.0.15",
"jquery": "3.4.1",
"loglevel": "1.6.1",
"midi-synth": "0.0.4",
"node-sass": "4.13.1",
"note-to-frequency": "1.4.1",
"parcel": "1.10.3",
"parcel-bundler": "1.10.3",
"popper.js": "1.16.1",
"prop-types": "15.7.2",
"react": "16.8.0",
"react-bootstrap": "0.32.4",
"react-dom": "16.8.0",
"react-google-login": "5.0.7",
"react-piano": "3.1.2",
"react-player-controls": "0.5.21",
"react-router": "5.1.2",
"react-router-dom": "5.1.2",
"react-select": "3.0.8",
"react-time-ago": "5.0.7",
"rx": "4.1.0",
"rxjs": "6.2.0",
"rxjs-web-midi": "https://github.com/achydenius/rxjs-web-midi",
"semantic-ui-css": "2.4.1",
"semantic-ui-react": "0.88.1",
"socket.io": "2.1.1",
"socket.io-client": "2.1.1",
"socketio": "1.0.0",
"subpoly": "0.1.0",
"use-react-router": "1.0.3",
"webmidi": "2.0.5"
},
"devDependencies": {
"@babel/core": "7.1.2",
"@babel/plugin-proposal-class-properties": "7.7.0",
"@babel/plugin-transform-runtime": "7.1.0",
"@babel/preset-env": "7.1.0",
"@babel/preset-react": "7.0.0",
"@babel/preset-typescript": "7.1.0",
"@babel/register": "7.0.0",
"@types/enzyme": "3.1.14",
"@types/howler": "2.0.5",
"@types/jest": "24.0.23",
"@types/mocha": "5.2.1",
"@types/node": "12.12.5",
"@types/react": "16.9.5",
"@types/react-bootstrap": "0.32.15",
"@types/react-dom": "16.0.9",
"@types/react-router-dom": "4.3.1",
"@types/socket.io-client": "1.4.32",
"@typescript-eslint/eslint-plugin": "2.6.0",
"@typescript-eslint/parser": "2.6.0",
"babel-jest": "24.9.0",
"del": "3.0.0",
"enzyme": "3.10.0",
"enzyme-adapter-react-16": "1.15.1",
"enzyme-to-json": "3.4.3",
"eslint": "6.0.1",
"eslint-plugin-header": "2.0.0",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-react": "7.16.0",
"eslint-plugin-react-hooks": "0.0.0",
"eslint-plugin-typescript": "0.13.0",
"gulp": "4.0.2",
"gulp-parcel": "0.3.6",
"gulp-s3": "0.11.0",
"http-proxy-middleware": "0.18.0",
"identity-obj-proxy": "3.0.0",
"jest": "24.9.0",
"jest-canvas-mock": "2.2.0",
"mocha": "5.2.0",
"nodemon": "1.17.5",
"postcss-modules": "1.4.1",
"prettier": "1.18.2",
"react-test-renderer": "16.7.0-alpha.2",
"rebuild-node-sass": "1.1.0",
"sass": "1.17.0",
"ts-mocha": "2.0.0",
"ts-node": "7.0.1",
"tsc-test": "0.1.5",
"tslint": "5.20.0",
"tslint-eslint-rules": "5.4.0",
"typescript": "3.7.2",
"typescript-eslint-parser": "20.1.1"
}
}