-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.55 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
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "agrigater-client",
"version": "1.0.2",
"private": true,
"homepage": "https://agrigater.com",
"license": "MIT",
"author": {
"name": "James Pell",
"email": "[email protected]",
"url": "https://jamespell.co.uk"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.0-14",
"@fortawesome/free-solid-svg-icons": "^5.1.0-11",
"@fortawesome/react-fontawesome": "0.1.0-11",
"@material-ui/core": "^3.9.2",
"@material-ui/icons": "^3.0.2",
"@progress/kendo-drawing": "^1.5.7",
"@progress/kendo-react-pdf": "^2.3.2",
"@react-pdf/core": "latest",
"@react-pdf/renderer": "latest",
"apollo-cache-inmemory": "^1.2.5",
"apollo-client": "^2.3.5",
"apollo-link-context": "^1.0.8",
"apollo-link-http": "^1.5.4",
"auth0-js": "^9.7.3",
"auth0-lock": "^11.21.0",
"autosuggest-highlight": "^3.1.1",
"axios": "^0.18.1",
"bootstrap-material-design": "^4.1.1",
"graphql": "^0.13.2",
"graphql-tag": "^2.9.1",
"lodash": "^4.17.13",
"moment": "^2.22.2",
"numeral": "^2.0.6",
"react": "^16.3.2",
"react-apollo": "^2.1.3",
"react-autosuggest": "^9.4.2",
"react-dom": "^16.3.2",
"react-fontawesome": "^1.6.1",
"react-modal": "^3.4.5",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.4",
"react-table": "^6.8.5",
"styled-components": "^3.2.6"
},
"scripts": {
"start": "set PORT=80 && react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}