forked from Chunkygoo/EbackOfficeAdmin-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.63 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
46
47
48
49
50
51
52
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"devDependencies": {
"@babel/preset-react": "^7.13.13",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.0-rc.1",
"axios": "^0.21",
"jquery": "^3.6",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"popper.js": "^1.16.1",
"postcss": "^8.1.14",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-refresh": "^0.10.0",
"resolve-url-loader": "^4.0.0",
"sass": "^1.35.2",
"sass-loader": "^11.0.1",
"webpack": "^5.44.0"
},
"dependencies": {
"@fullcalendar/daygrid": "^5.8.0",
"@fullcalendar/interaction": "^5.8.0",
"@fullcalendar/react": "^5.8.0",
"@fullcalendar/timegrid": "^5.8.0",
"bootstrap": "^4.6.0",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"moment": "^2.29.1",
"prop-types": "^15.7.2",
"react-datepicker": "^4.1.1",
"react-draft-wysiwyg": "^1.14.7",
"react-icons": "^4.2.0",
"react-modal": "^3.14.3",
"react-pro-sidebar": "^0.6.0",
"react-router-dom": "^5.2.0",
"react-select-search": "^3.0.8",
"react-strap-table": "^1.0.7",
"reactstrap": "^8.9.0",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.88.2",
"sweetalert": "^2.1.2"
}
}