-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
112 lines (112 loc) · 3.27 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "puente-react",
"version": "0.3.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome": "1.1.8",
"@fortawesome/fontawesome-svg-core": "1.2.25",
"@fortawesome/free-brands-svg-icons": "5.11.2",
"@fortawesome/free-solid-svg-icons": "5.11.2",
"@fortawesome/react-fontawesome": "0.1.6",
"@material-ui/core": "4.8.2",
"@material-ui/icons": "4.5.1",
"apollo-boost": "0.4.7",
"apollo-cache-inmemory": "1.6.5",
"apollo-client": "2.6.8",
"apollo-link-http": "1.5.16",
"bootstrap": "4.4.1",
"cors": "2.8.5",
"d3": "5.15.0",
"d3-array": "2.4.0",
"d3-scale": "3.0.1",
"d3-selection": "1.4.0",
"d3-shape": "1.3.5",
"d3-svg-legend": "2.25.6",
"deck.gl": "7.3.12",
"eslint": "6.8.0",
"final-form": "4.18.6",
"graphql": "14.5.8",
"graphql-tag": "2.10.1",
"leaflet": "1.5.1",
"leaflet.markercluster": "1.4.1",
"material-table": "1.54.1",
"node-sass": "4.12.0",
"parse": "2.11.0",
"prop-types": "15.7.2",
"react": "16.9.0",
"react-apollo": "3.1.3",
"react-bootstrap": "1.0.0-beta.14",
"react-bootstrap-table": "4.3.1",
"react-csv": "1.1.2",
"react-dom": "16.9.0",
"react-final-form": "6.3.0",
"react-leaflet": "1.9.1",
"react-leaflet-markercluster": "1.1.8",
"react-map-gl": "5.0.0",
"react-pivottable": "0.9.0",
"react-redux": "7.1.3",
"react-router-dom": "5.0.1",
"react-scripts": "3.2.0",
"react-test-renderer": "16.9.0",
"react-window": "1.8.5",
"recharts": "1.7.1",
"redux": "4.0.4",
"redux-actions": "2.6.5",
"semantic-ui-css": "2.4.1",
"semantic-ui-react": "0.88.1",
"styled-components": "4.4.1",
"underscore": "1.9.1"
},
"scripts": {
"start": "node server.js",
"build": "react-scripts build",
"coverage": "react-scripts test --coverage && codecov --token='84aec1b2-dbab-453c-b321-49f9fbd650ab'",
"test": "react-scripts test",
"lint": "eslint --ext=js --ext=jsx .",
"eject": "react-scripts eject",
"start-local": "react-scripts start",
"reinstall": "rm -rf node_modules/ && npm install",
"gh-prune": "git fetch -p && for branch in `git branch -vv | grep ': gone]' | awk '{print $1}'`; do git branch -D $branch; done",
"release": "standard-version",
"snyk-protect": "snyk protect"
},
"pre-commit": {
"run": [
"lint"
]
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/core": "7.5.5",
"@babel/plugin-proposal-class-properties": "7.5.5",
"@babel/preset-react": "7.0.0",
"@babel/register": "7.5.5",
"@fortawesome/fontawesome-free": "5.11.2",
"babel-eslint": "10.0.3",
"chai": "4.2.0",
"codecov": "3.6.1",
"enzyme-adapter-react-16": "1.15.2",
"enzyme": "3.11.0",
"eslint-config-standard": "14.1.0",
"eslint-config-standard-react": "9.2.0",
"eslint-plugin-import": "2.19.1",
"eslint-plugin-node": "10.0.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-react": "7.16.0",
"eslint-plugin-standard": "4.0.1",
"jsdom-global": "3.0.2",
"mocha": "6.2.2",
"nyc": "14.1.1",
"pre-commit": "1.2.2",
"standard-version": "7.0.1"
},
"snyk": true
}