-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.7 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
{
"name": "mira",
"version": "0.3.0",
"private": true,
"dependencies": {
"@apollo/react-hooks": "^3.1.2",
"@bit/viz.spectrum.header": "^1.1.11",
"@material-ui/core": "^4.1.1",
"@material-ui/icons": "^4.2.0",
"@material-ui/lab": "^4.0.0-alpha.30",
"@material-ui/styles": "^4.1.1",
"apollo-boost": "^0.4.4",
"apollo-cache-inmemory": "^1.5.1",
"apollo-client": "^2.5.1",
"apollo-link-http": "^1.5.14",
"button": "^1.1.1",
"d3": "^5.9.7",
"d3-hexbin": "^0.2.2",
"d3-scale": "^3.0.0",
"d3-scale-chromatic": "^1.3.3",
"d3-selection": "^1.4.0",
"d3-svg-legend": "^2.25.6",
"graphql": "^14.5.8",
"graphql-tag": "^2.10.1",
"react": "^16.8.4",
"react-apollo": "^2.5.2",
"react-d3-hexbin": "^1.0.11",
"react-dom": "^16.8.6",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"react-scripts": "2.1.8",
"react-select": "^2.4.2",
"react-window": "^1.8.1",
"semiotic": "1.19.1",
"typeface-roboto": "^0.0.75"
},
"scripts": {
"start": "react-scripts start",
"build": "npm run headerlink && env-cmd -f .spectrum.prod.env react-scripts build",
"build:staging": "npm run headerlink && env-cmd -f .spectrum.staging.env react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"headerlink": "cd ./node_modules/@bit/viz.spectrum.header && npm link ../../react"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"proxy": "http://localhost:4000",
"devDependencies": {
"@fortawesome/fontawesome-pro": "^5.10.2",
"env-cmd": "^9.0.3",
"prettier": "^1.16.4"
}
}