-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.09 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.09 KB
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": "manager",
"version": "0.1.0",
"private": true,
"devDependencies": {
"eslint": "^3.18.0",
"eslint-plugin-react": "^6.10.0",
"react-scripts": "0.9.5",
"redux-logger": "^2.8.2"
},
"dependencies": {
"babel-polyfill": "^6.23.0",
"connected-react-router": "^4.0.0-beta.4",
"google-map-react": "^0.23.0",
"google-maps": "^3.2.1",
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.17.4",
"material-ui": "^0.17.1",
"mojio-client-lite": "git+https://github.com/mojio/MojioClientLite.git",
"raw-loader": "^0.5.1",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-google-maps": "^6.0.1",
"react-modal": "^1.7.2",
"react-redux": "^5.0.3",
"react-router": "^2.8.1",
"react-tap-event-plugin": "^2.0.1",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0",
"styled-components": "^1.4.4",
"styled-theme": "^0.3.3",
"styled-tools": "^0.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}