-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
58 lines (58 loc) · 1.62 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
{
"name": "mirror",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"mirror": "concurrently -k \"npm run webpack\" \"npm run server\"",
"webpack": "webpack -d --watch",
"dev": "webpack-dev-server --content-base build/",
"server": "nodemon --watch backend backend/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yashnevatia/Mirror.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/yashnevatia/Mirror/issues"
},
"homepage": "https://github.com/yashnevatia/Mirror#readme",
"dependencies": {
"@google-cloud/speech": "^0.10.2",
"animate.css": "^3.5.2",
"axios": "^0.16.2",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"body-parser": "^1.17.2",
"classnames": "^2.2.5",
"concurrently": "^3.5.0",
"express": "^4.15.4",
"google-auth-library": "^0.10.0",
"googleapis": "^20.1.0",
"mongoose": "^4.11.6",
"node-record-lpcm16": "^0.3.0",
"node-uber": "^1.0.0",
"nodemon": "^1.11.0",
"radium": "^0.19.4",
"react": "^15.6.1",
"react-addons-css-transition-group": "^15.6.0",
"react-animations": "^0.1.0",
"react-autocomplete": "^1.5.10",
"react-dom": "^15.6.1",
"react-sound": "^0.8.0",
"react-spotify-player": "^1.0.2",
"socket.io": "^2.0.3",
"socket.io-client": "^2.0.3",
"spotify-refresh": "^2.0.3",
"spotify-web-api-node": "^2.4.0",
"twilio": "^3.6.1",
"webpack": "^2.7.0"
},
"devDependencies": {
"webpack-dev-server": "^2.6.1"
}
}