-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.3 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.3 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
41
42
43
44
45
46
47
48
49
{
"name": "the-network",
"version": "0.1.0",
"private": true,
"dependencies": {
"eslint-plugin-promise": "^3.7.0",
"firebase": "^4.11.0",
"firebase-admin": "^5.11.0",
"firebase-functions": "^0.9.1",
"fireview": "0.0.7",
"google-maps-react": "^1.1.6",
"history": "^4.7.2",
"lodash": "^4.17.5",
"moment": "^2.21.0",
"react": "^16.2.0",
"react-big-calendar": "^0.18.0",
"react-dom": "^16.2.0",
"react-dropzone": "^4.2.9",
"react-highlight": "^0.12.0",
"react-microlink": "^1.8.1",
"react-places-autocomplete": "^6.1.3",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.1",
"reactjs-popup": "^1.0.5",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"semantic-ui-css": "^2.3.1",
"semantic-ui-react": "^0.78.3",
"styled-components": "^3.2.3",
"uuid": "^3.2.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"devDependencies": {
"chai": "^4.1.2",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"mocha": "^5.1.1",
"react-addons-test-utils": "^15.6.2",
"sinon": "^4.5.0"
}
}