-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
66 lines (66 loc) · 1.98 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
{
"name": "along",
"version": "1.0.0",
"scripts": {
"build": "next build",
"dev": "concurrently \"npm run server:next\" \"npm run server:rx\"",
"dev:off": "concurrently \"npm run server:next\" \"npm run server:off\"",
"deploy": "now -e EXPRESS_PORT=\"3001\" -e NEXT_PORT=\"1313\" -e REDIS_HOST=@redis-host -e REDIS_PASS=@redis-pass -e REDIS_PORT=@redis-port SPOTIFY_CLIENT=@spotify-client",
"server:next": "node server.js",
"server:rx": "node rx-server.js",
"server:off": "node rx-server-offline.js",
"start": "NODE_ENV=production concurrently \"npm run server:rx\" \"npm run server:next\""
},
"dependencies": {
"babel-plugin-emotion": "^8.0.4",
"cookie-parser": "^1.4.3",
"emotion": "^8.0.5",
"emotion-server": "^8.0.5",
"express": "^4.16.3",
"form-data": "^2.3.2",
"http": "^0.0.0",
"js-cookie": "^2.2.0",
"mobx": "^5.6.0",
"mobx-react": "^5.3.6",
"next": "^7.0.2",
"node-fetch": "^2.1.2",
"now": "^10.2.1",
"prop-types": "^15.6.1",
"react": "^16.3.0-alpha.2",
"react-dom": "^16.3.0-alpha.2",
"react-emotion": "^8.0.5",
"react-transition-group": "^2.3.1",
"redis": "^2.8.0",
"rxjs": "^5.5.7",
"tinycolor2": "^1.4.1",
"unfetch": "^3.0.0",
"url": "^0.11.0",
"utf-8-validate": "^4.0.0",
"ws": "^5.0.0"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-decorators": "^7.1.6",
"@types/cookie-parser": "^1.4.1",
"@types/js-cookie": "^2.1.0",
"@types/next": "^6.0.4",
"@types/react": "^16.4.6",
"@types/react-transition-group": "^2.0.11",
"@zeit/next-typescript": "^1.1.0",
"concurrently": "^3.5.1",
"dotenv": "^5.0.1"
},
"license": "ISC",
"author": "Mauricio Palma <[email protected]>",
"keywords": [
"along",
"along.js",
"recognition",
"speech",
"speechrecognition",
"spotify",
"spotify web api",
"voice",
"webkitspeechrecognition"
]
}