-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.28 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
{
"name": "audio-navigation-client",
"version": "0.1.0",
"private": true,
"proxy": "http://127.0.0.1:7777",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"dependencies": {
"api-ai-javascript": "^2.0.0-beta.21",
"axios": "^0.16.2",
"bootstrap": "4.0.0-beta.3",
"build": "^0.1.4",
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-addons-css-transition-group": "^15.6.2",
"react-addons-transition-group": "^15.6.2",
"react-audio-assistant": "^0.3.7",
"react-dom": "^16.0.0",
"react-icons": "^2.2.5",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.14",
"react-transition-group": "^2.2.0",
"reactstrap": "^5.0.0-alpha.4",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"styled-components": "^2.1.2"
},
"devDependencies": {
"babel-eslint": "^8.0.1",
"eslint": "^4.7.2",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0"
}
}