-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
36 lines (36 loc) · 1.06 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
{
"dependencies": {
"@appsignal/javascript": "^1.3.6",
"@babel/preset-react": "^7.6.3",
"@rails/webpacker": "^4.0.7",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"classnames": "^2.2.6",
"filepond": "^4.9.2",
"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-dom": "^16.11.0",
"react-filepond": "^7.0.1",
"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",
"toastr": "^2.1.4"
},
"devDependencies": {
"webpack-dev-server": "^3.9.0"
}
}