-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
53 lines (53 loc) · 1.37 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
{
"name": "speakmirror",
"version": "0.0.1",
"private": true,
"devDependencies": {
"react-scripts": "0.2.1"
},
"dependencies": {
"audio-resampler": "^1.0.1",
"audiobuffer-to-wav": "^1.0.0",
"bluebird": "^3.4.1",
"body-parser": "^1.15.2",
"bootstrap": "^3.3.7",
"cross-spawn": "^4.0.0",
"d3": "^4.2.1",
"d3-cloud": "^1.2.1",
"d3-svg-legend": "^2.9.0",
"express": "^4.14.0",
"express-partials": "^0.3.0",
"express-stormpath": "^3.1.5",
"jquery": "^3.1.0",
"keyword-extractor": "0.0.13",
"msr": "^1.3.4",
"mysql": "^2.11.1",
"react": "^15.2.1",
"react-bootstrap": "^0.30.2",
"react-document-title": "^2.0.2",
"react-dom": "^15.2.1",
"react-loader": "^2.4.0",
"react-redux": "^4.4.5",
"react-router": "^2.6.1",
"react-share": "^1.9.0",
"react-stormpath": "^1.3.0",
"react-tagcloud": "^0.6.1",
"redux": "^3.5.2",
"redux-promise": "^0.5.3",
"redux-thunk": "^2.1.0",
"request": "^2.74.0",
"serve-static": "^1.11.1",
"socket.io": "^1.4.8",
"stream": "0.0.2",
"watson-developer-cloud": "^2.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject",
"test": "node ./server/lib/wav.js"
},
"eslintConfig": {
"extends": "./node_modules/react-scripts/config/eslint.js"
}
}