-
Notifications
You must be signed in to change notification settings - Fork 55
/
package.json
45 lines (45 loc) · 1.12 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
{
"name": "covidliste",
"private": true,
"engines": {
"node": "12"
},
"dependencies": {
"@babel/preset-react": "^7.13.13",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "^5.3.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"bootstrap": "^4.6.0",
"bootstrap-select": "^1.13.18",
"dayjs": "^1.10.4",
"formik": "^2.2.6",
"fuse.js": "^6.4.6",
"is-svg": "^4.2.2",
"jquery": "^3.6.0",
"leaflet": "^1.7.1",
"leaflet-ajax": "^2.1.0",
"leaflet-spin": "^1.1.2",
"leaflet.markercluster": "^1.5.0",
"lodash": "^4.17.21",
"mjml": "^4.9.3",
"places.js": "^1.19.0",
"popper.js": "^1.16.1",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-on-rails": "12.2.0",
"react-query": "^3.13.12",
"stimulus": "^2.0.0",
"turbolinks": "^5.2.0",
"zxcvbn": "^4.4.2"
},
"version": "0.1.0",
"devDependencies": {
"pdfkit": "^0.12.1",
"prettier": "2.2.1",
"puppeteer": "^9.1.1",
"webpack-dev-server": "^3.11.2"
}
}