-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1002 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
33
34
35
36
37
38
39
{
"name": "MicStreamToWav",
"version": "0.0.0",
"description": "Stream microphone pcm data to server and save on wav file.",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"antd": "^3.13.0",
"babel-cli": "^6.11.4",
"babel-core": "^6.13.2",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"binaryjs": "^0.2.1",
"ejs": "^2.5.9",
"express": "^4.16.4",
"fs-extra": "^7.0.1",
"jade": "^1.11.0",
"leaflet": "^1.4.0",
"node-wav-player": "^0.1.0",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-leaflet": "^2.2.0",
"react-router": "^2.6.1",
"socket.io": "^2.2.0",
"socket.io-client": "^2.2.0",
"socket.io-stream": "^0.9.1",
"wav": "^1.0.2"
},
"author": "gabrielpoca",
"devDependencies": {
"babel-loader": "^6.2.10",
"babel-plugin-import": "^1.11.0",
"file-loader": "^3.0.1",
"json-loader": "^0.5.7",
"url-loader": "^1.1.2",
"webpack": "^1.13.3"
}
}