-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.43 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "viz-react-boilerplate",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.4.8",
"@apollo/react-hooks": "^4.0.0",
"@emotion/core": "^10.0.10",
"@emotion/styled": "^10.0.10",
"@material-ui/core": "^4.5.1",
"@material-ui/data-grid": "^4.0.0-alpha.23",
"@material-ui/icons": "^4.0.1",
"@material-ui/lab": "^4.0.0-alpha.31",
"@material-ui/styles": "^4.5.0",
"@reach/visually-hidden": "^0.1.4",
"add": "^2.0.6",
"apollo-cache-inmemory": "^1.5.1",
"apollo-client": "^2.5.1",
"apollo-link-http": "^1.5.14",
"canvg": "^3.0.7",
"classnames": "^2.2.6",
"clipboard-copy": "^3.1.0",
"core-js": "^3.6.4",
"d3": "^5.9.2",
"d3-collection": "^1.0.7",
"d3-force-attract": "^0.1.1",
"d3-force-reuse": "^1.0.1",
"d3-geo": "^2.0.1",
"d3-lasso": "skokenes/d3-lasso",
"d3-random": "^2.0.0",
"d3-tip": "^0.9.1",
"d3-voronoi": "^1.1.4",
"d3-voronoi-treemap": "^1.1.0",
"d3-weighted-voronoi": "^1.0.1",
"d3-zoom": "^1.7.3",
"dotenv": "^8.2.0",
"formik": "^2.2.9",
"fs": "^0.0.1-security",
"graphql": "^14.1.1",
"graphql-tag": "^2.10.1",
"install": "^0.13.0",
"jspdf": "^2.3.1",
"lodash": "^4.17.11",
"match-sorter": "^6.3.0",
"memoize-one": "^5.1.1",
"nodemailer": "^6.3.1",
"react": "^16.8.3",
"react-app-polyfill": "^1.0.6",
"react-circular-progressbar": "^2.0.2",
"react-data-grid": "^7.0.0-beta.7",
"react-dom": "^16.8.4",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"react-scripts": "2.1.8",
"react-select": "^3.0.4",
"react-virtualized-auto-sizer": "^1.0.2",
"react-window": "^1.8.5",
"seedrandom": "^3.0.5",
"semantic-ui-react": "^0.87.1",
"semiotic": "^1.20.5",
"sha1": "^1.1.1",
"styled-components": "^4.4.0",
"textures": "^1.2.0",
"yarn": "^1.22.15",
"yup": "^0.32.9"
},
"scripts": {
"start": "react-scripts start",
"build": "env-cmd -f .spectrum.prod.env react-scripts build",
"build:staging": "env-cmd -f .spectrum.staging.env react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"proxy": "http://localhost:4000",
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"env-cmd": "^9.0.3",
"prettier": "^1.16.4"
}
}