-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 895 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
34
35
{
"name": "pub",
"version": "0.1.0",
"private": true,
"dependencies": {
"apollo-boost": "0.1.16",
"axios": "0.18.0",
"formik": "1.3.0",
"graphql": "14.0.2",
"moment": "2.22.2",
"polished": "2.0.3",
"react": "^16.5.1",
"react-apollo": "2.1.11",
"react-datepicker": "1.6.0",
"react-dom": "16.5.2",
"react-outside-click-handler": "1.2.2",
"react-router-dom": "4.3.1",
"react-scripts": "1.1.5",
"react-select": "2.0.0",
"react-table": "6.8.6",
"react-tabs": "2.3.0",
"react-visjs-timeline": "1.5.0",
"recompose": "0.30.0",
"styled-components": "4.0.0-beta.7",
"styled-media-query": "2.0.2",
"vis": "4.19.1",
"yup": "0.26.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}