This repository has been archived by the owner on Mar 7, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
109 lines (109 loc) · 3.01 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
{
"name": "projectfortisinterfaces",
"description": "This repository holds all client / front-end related code for the Fortis Project: https://aka.ms/fortis-story",
"version": "0.0.1",
"license": "MIT",
"main": "./dist/js/index.min.js",
"repository": {
"type": "git",
"url": "https://github.com/CatalystCode/project-fortis-interfaces.git"
},
"maintainers": [
{
"name": "Erik Schlegel",
"email": "erisch@microsoft.com"
},
{
"name": "Stephanie Marker",
"email": "stmarker@microsoft.com"
},
{
"name": "JC Jimenez",
"email": "jcjimene@microsoft.com"
},
{
"name": "Kevin Hartman",
"email": "keha@microsoft.com"
},
{
"name": "Clemens Wolff",
"email": "clewolff@microsoft.com"
}
],
"engines": {
"node": "6.12.0"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^4.8.0",
"eslint-config-react-app": "^2.0.1",
"eslint-plugin-flowtype": "^2.39.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^7.4.0",
"mocha": "^3.5.3",
"react-scripts": "^0.8.4"
},
"peerDependencies": {
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"dependencies": {
"async": "^2.5.0",
"autosuggest-highlight": "^3.1.0",
"bootstrap": "^3.3.7",
"create-react-class": "^15.6.2",
"fbgraph": "^1.4.1",
"flux": "^3.1.3",
"fluxxor": "^1.7.3",
"geo-viewport": "^0.2.1",
"geotile": "^0.1.6",
"leaflet": "^1.2.0",
"leaflet-draw": "^0.4.12",
"leaflet-geocoder-mapzen": "^1.9.4",
"leaflet.markercluster": "^1.1.0",
"leaflet.markercluster.layersupport": "^1.0.5",
"lodash": "^4.17.4",
"material-ui": "^0.16.6",
"material-ui-superselectfield": "^0.1.4",
"moment": "^2.19.0",
"numeral": "^1.5.3",
"prop-types": "^15.6.0",
"react": "^15.6.2",
"react-addons-create-fragment": "^15.6.2",
"react-addons-transition-group": "^15.6.2",
"react-autosuggest": "^7.0.1",
"react-bootstrap": "^0.31.3",
"react-data-grid": "^2.0.60",
"react-data-grid-addons": "^2.0.60",
"react-dom": "^15.6.2",
"react-grid-layout": "^0.13.9",
"react-highlight-words": "^0.6.0",
"react-infinite": "^0.10.0",
"react-konva": "^1.1.5",
"react-leaflet": "^1.7.1",
"react-leaflet-draw": "^0.16.0",
"react-leaflet-markercluster": "^1.1.6",
"react-list-view": "^1.0.0",
"react-progress-bar-plus": "^1.2.0",
"react-router": "^3.2.0",
"react-tabs": "^0.8.2",
"react-tagcloud": "^1.2.0",
"react-tap-event-plugin": "^2.0.1",
"react-tooltip": "^3.3.1",
"react-treebeard": "^1.1.4",
"react-widgets": "^3.5.0",
"recharts": "^0.22.4",
"request": "^2.83.0",
"turf-bbox-polygon": "^3.0.12",
"turf-extent": "^1.0.4",
"turf-inside": "^3.0.12",
"twitter": "^1.7.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject",
"lint": "eslint src --max-warnings=0"
}
}