-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
40 lines (40 loc) · 1.1 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
{
"name": "flighttrack",
"version": "0.1.0",
"private": true,
"devDependencies": {
"eslint": "^4.10.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.4.0",
"react-scripts": "^1.0.15"
},
"dependencies": {
"bytebuffer": "^5.0.1",
"classnames": "^2.2.5",
"dji-log-parser": "lvauvillier/dji-log-parser#dev",
"material-ui": "^1.0.0-beta.19",
"material-ui-icons": "^1.0.0-beta.17",
"prop-types": "^15.6.0",
"rc-slider": "^8.3.5",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-dropzone": "^4.2.1",
"react-google-maps": "^9.2.1",
"react-masonry-component": "^6.0.1",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-tap-event-plugin": "^3.0.2",
"recompose": "^0.26.0",
"redux": "^3.6.0",
"redux-responsive": "^4.3.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"lint": "eslint ./src"
}
}