-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
42 lines (42 loc) · 1.28 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
{
"dependencies": {
"@babel/preset-react": "^7.6.3",
"@rails/webpacker": "^4.0.7",
"@sentry/browser": "^5.27.6",
"@sentry/tracing": "^5.27.4",
"@sentry/webpack-plugin": "^1.13.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"classnames": "^2.2.6",
"filepond": "^4.30.4",
"filepond-plugin-file-validate-type": "^1.2.5",
"filepond-plugin-image-preview": "^4.5.0",
"i18n-react": "^0.7.0",
"intro.js": "^2.9.3",
"object-to-formdata": "^2.2.0",
"primeicons": "^2.0.0",
"primereact": "^3.3.3",
"prop-types": "^15.7.2",
"react": "^16.11.0",
"react-date-picker": "^8.0.1",
"react-datetime-picker": "^4.0.1",
"react-dom": "^16.11.0",
"react-filepond": "^7.1.2",
"react-loading-screen": "^0.0.17",
"react-modal": "^3.11.1",
"react-radio-group": "^3.0.3",
"react-router-dom": "^5.1.2",
"react-select": "^3.0.8",
"react-select-country-list": "^2.2.1",
"react-simple-checkbox": "^1.3.0",
"react-time-picker": "^3.9.0",
"react-transition-group": "^4.3.0",
"react_ujs": "^2.6.0",
"semantic-ui-calendar-react": "^0.15.3",
"semantic-ui-react": "^2.0.3",
"toastr": "^2.1.4"
},
"devDependencies": {
"webpack-cli": "3.3.12",
"webpack-dev-server": "3.11.2"
}
}