-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
120 lines (120 loc) · 3.35 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
113
114
115
116
117
118
119
120
{
"name": "simplicity2",
"version": "4.3.11",
"description": "Version 2 of SimpliCity",
"main": "index.js",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cityofasheville/simplicity2.git"
},
"keywords": [
"SimpliCity",
"city",
"data"
],
"author": "[email protected], ejackson.ashevillenc.gov, [email protected], [email protected], [email protected], ",
"license": "MIT",
"bugs": {
"url": "https://github.com/cityofasheville/simplicity2/issues"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"css-loader": "^3.2.0",
"eslint": "^4.18.2",
"eslint-config-airbnb": "^16.1.0",
"eslint-loader": "^2.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"node-sass": "^4.7.2",
"sass-loader": "^6.0.3",
"style-loader": "^0.20.3"
},
"dependencies": {
"@ariakit/react": "^0.4.4",
"@radix-ui/react-alert-dialog": "^1.1.4",
"@radix-ui/themes": "^3.1.6",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^13.5.0",
"accessible-react-checkbox-group": "^2.0.0-beta.3",
"accessible-react-table": "^0.6.0",
"apollo-cache-inmemory": "^1.1.9",
"apollo-client": "^2.2.5",
"apollo-link": "^1.2.1",
"apollo-link-context": "^1.0.5",
"apollo-link-http": "^1.3.3",
"apollo-link-state": "^0.4.0",
"babel-polyfill": "^6.23.0",
"cross-env": "^5.1.6",
"d3-array": "^1.2.4",
"d3-collection": "^1.0.4",
"d3-color": "^1.4.1",
"d3-drag": "^1.2.5",
"d3-dsv": "^1.2.0",
"d3-ease": "^1.0.7",
"d3-sankey": "^0.7.1",
"d3-sankey-circular": "^0.23.0",
"d3-scale": "^2.2.2",
"d3-shape": "^1.3.7",
"d3-time": "^1.1.0",
"d3-timer": "^1.0.10",
"d3-transition": "^1.3.2",
"dagre": "^0.8.2",
"data-tree": "^1.2.4",
"date-fns": "^3.6.0",
"dompurify": "^3.0.11",
"dotenv-webpack": "^1.8.0",
"file-loader": "^1.1.11",
"google-maps": "^3.2.1",
"graphql": "15.8.0",
"graphql-tag": "^2.12.6",
"leaflet": "^1.2.0",
"leaflet.markercluster": "^1.2.0",
"merge-prop-functions": "^1.0.0",
"moment": "^2.24.0",
"prop-types": "^15.5.10",
"react": "^18.0.0",
"react-annotation": "^1.4.1",
"react-apollo": "^2.5.8",
"react-collapsible": "^2.0.4",
"react-csv": "^1.1.2",
"react-dom": "^18.0.0",
"react-ga4": "^2.1.0",
"react-leaflet": "^1.9.1",
"react-leaflet-google": "^3.3.1",
"react-leaflet-markercluster": "^1.1.8",
"react-measure": "^2.0.2",
"react-radio-group": "^3.0.2",
"react-router": "3.2.1",
"react-scripts": "5.0.0",
"react-table": "^6.11.5",
"react-toggle": "^4.0.1",
"react-widgets": "^4.6.1",
"react-widgets-moment": "^4.0.30",
"sass": "^1.53.0",
"selectly": "^0.5.0",
"semiotic": "^1.19.0",
"semiotic-mark": "^0.1.2",
"unfetch": "^3.1.2",
"url-loader": "^1.1.2",
"web-vitals": "^2.1.4"
}
}