This repository has been archived by the owner on Aug 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.68 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "npm run development -- --watch",
"watch-poll": "npm run watch -- --watch-poll",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"@babel/preset-react": "^7.0.0",
"axios": "^0.18.1",
"bootstrap": "^4.3.1",
"cross-env": "^5.2.0",
"laravel-mix": "^4.1.2",
"lodash": "^4.17.14",
"popper.js": "^1.15.0",
"resolve-url-loader": "^2.3.2",
"sass": "^1.22.5",
"sass-loader": "^7.1.0",
"ts-loader": "^5.4.5",
"typescript": "^3.5.3",
"vue": "^2.6.10",
"vue-template-compiler": "^2.6.10"
},
"dependencies": {
"@fullcalendar/core": "^4.2.0",
"@fullcalendar/daygrid": "^4.2.0",
"@fullcalendar/interaction": "^4.2.0",
"@fullcalendar/list": "^4.2.0",
"@fullcalendar/react": "^4.2.0",
"@fullcalendar/timegrid": "^4.2.0",
"@types/bootstrap": "^4.3.1",
"@types/bootstrap-datepicker": "0.0.13",
"@types/chart.js": "^2.7.55",
"@types/ckeditor": "^4.9.8",
"@types/datatables.net": "^1.10.17",
"@types/events": "^1.2.0",
"@types/handlebars": "^4.1.0",
"@types/ion.rangeslider": "^2.0.29",
"@types/jquery": "^3.3.30",
"@types/jquery-mask-plugin": "^1.14.3",
"@types/jquery-maskmoney": "^3.0.0",
"@types/jqueryui": "^1.12.2",
"@types/raty": "^2.7.28",
"@types/select2": "^4.0.48",
"@types/socket.io-client": "^1.4.32",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-react": "^6.24.1",
"bootstrap-datepicker": "^1.9.0",
"bootstrap-slider": "^10.6.2",
"chart.js": "^2.8.0",
"ckeditor4-react": "^0.1.1",
"datatables": "^1.10.18",
"datatables.net": "^1.10.19",
"fullcalendar": "^3.10.0",
"handlebars": "^4.1.2",
"handlebars-helpers": "^0.10.0",
"handlebars-loader": "^1.7.1",
"jquery": "^3.4.1",
"jquery-maskmoney": "^3.0.2",
"jquery.typewatch": "^3.0.0",
"laravel-echo": "^1.5.4",
"moment": "^2.23.0",
"react": "^16.8.6",
"react-bootstrap": "^1.0.0-beta.9",
"react-dom": "^16.8.6",
"react-input-mask": "^2.0.4",
"react-notifications": "^1.4.3",
"react-redux": "^7.1.0",
"react-reveal": "^1.2.2",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"select2": "^4.0.7",
"socket.io-client": "^2.2.0",
"unlazy-loader": "^0.1.3"
}
}