-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.36 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
{
"browser": {
"child_process": false,
"fs": false
},
"node": {
"child_process": false
},
"name": "sightread",
"version": "1.0.0",
"description": "",
"main": "sightread.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mpobrien/sightread.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mpobrien/sightread/issues"
},
"homepage": "https://github.com/mpobrien/sightread#readme",
"dependencies": {
"midi": "mudcube/MIDI.js",
"react": "~0.14.3",
"react-dom": "~0.14.3",
"babel-preset-es2015": "~6.3.13",
"babel-preset-react": "~6.3.13",
"underscore": "~1.8.3",
"jquery": "~2.1.4",
"vexflow": "~1.2.36",
"react-addons-css-transition-group": "~0.14.3",
"normalize.css": "~3.0.3",
"classnames": "~2.2.1",
"react-toolbox": "~0.14.0"
},
"devDependencies": {
"babel-core": "^6.2.1",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"less-loader": "^2.2.2",
"node-sass": "^3.4.2",
"react-bootstrap": "^0.28.5",
"sass-loader": "^3.2.0",
"style-loader": "^0.13.0",
"teoria": "^2.2.0",
"webpack": "^1.12.14"
}
}