-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.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
{
"name": "cmac_kw_web_application",
"private": true,
"dependencies": {
"@babel/preset-react": "^7.8.3",
"@fullcalendar/core": "^4.4.0",
"@fullcalendar/daygrid": "^4.4.0",
"@fullcalendar/interaction": "^4.4.0",
"@fullcalendar/react": "^4.4.0",
"@fullcalendar/resource-timegrid": "^4.4.0",
"@fullcalendar/timegrid": "^4.4.0",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "4.2.2",
"axios": "^0.19.2",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"bootstrap": "^4.4.1",
"google-maps-react": "^2.0.6",
"jquery": "^3.4.1",
"popper.js": "^1.16.1",
"prop-types": "^15.7.2",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-dropzone": "^11.0.1",
"react-redux": "^7.2.0",
"react-router-dom": "^5.1.2",
"react-scroll": "^1.7.16",
"react-select": "^3.1.0",
"react-visibility-sensor": "^5.1.1",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"turbolinks": "^5.2.0"
},
"version": "0.1.0",
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^1.7.0",
"webpack-dev-server": "^3.10.3"
}
}