This repository was archived by the owner on Jun 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.31 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.31 KB
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
{
"name": "OSBB",
"private": true,
"dependencies": {
"@babel/preset-react": "^7.12.5",
"@fortawesome/fontawesome-free": "^5.15.0",
"@hookform/error-message": "^0.0.5",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "4.3.0",
"actioncable": "^5.2.4-4",
"antd": "^4.9.0",
"aos": "^2.3.4",
"axios": "^0.21.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"bootstrap": "^4.5.2",
"ckeditor4-react": "^1.2.1",
"easy-autocomplete": "^1.3.5",
"events": "^3.2.0",
"formik": "^2.2.5",
"formik-antd": "^2.0.1",
"jquery": "^3.5.1",
"jquery-ui": "^1.12.1",
"moment": "^2.29.1",
"popper.js": "^1.16.1",
"preset-react": "^1.0.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-bootstrap": "^1.4.0",
"react-ckeditor-component": "^1.1.0",
"react-dom": "^17.0.1",
"react-hook-form": "^6.13.0",
"react-js-pagination": "^3.0.3",
"react-number-format": "^4.4.1",
"react-router-dom": "^5.2.0",
"react_ujs": "^2.6.1",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.1",
"turbolinks": "^5.2.0"
},
"version": "0.1.0",
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"webpack-dev-server": "^3.11.0"
}
}