-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 898 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
{
"name": "react-chat-bot-using-dialogflow-our-own-redux-middleware",
"version": "1.0.0",
"description": " I use these technology stacks: React, Redux, React-redux, Our-Own-Redux-Middleware, Dialogflow",
"keywords": [
"bot",
"react",
"chat",
"dialogflow"
],
"main": "src/index.js",
"dependencies": {
"api-ai-javascript": "2.0.0-beta.21",
"await-to-js": "2.0.1",
"milligram": "1.3.0",
"random-bool": "latest",
"react": "16.3.2",
"react-dom": "16.3.2",
"react-redux": "5.0.7",
"react-scripts": "1.1.4",
"react-speech": "0.3.2",
"react-speech-recognition": "2.0.1",
"react-voice-components": "1.0.0",
"redux": "4.0.0"
},
"devDependencies": {},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}