-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·31 lines (31 loc) · 841 Bytes
/
package.json
File metadata and controls
executable file
·31 lines (31 loc) · 841 Bytes
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
{
"devDependencies": {
"@symfony/webpack-encore": "^0.28.2",
"copy-webpack-plugin": "^4.6.0",
"jquery": "^3.6.0",
"sass-loader": "^7.1.0",
"webpack": "^4.32.0",
"webpack-notifier": "^1.6.0"
},
"dependencies": {
"bootstrap": "3.4.1",
"bootstrap-datepicker": "^1.9.0",
"core-js": "^3.1.4",
"cropper": "^4.0.0",
"cropperjs": "^1.5.5",
"datatables.net-bs": "^1.10.19",
"fastclick": "^1.0.6",
"icheck": "^1.0.2",
"inputmask": "^4.0.9",
"jquery-cropper": "^1.0.0",
"node-sass": "4.14.1",
"select2": "^4.0.13",
"select2-bootstrap-theme": "^0.1.0-beta.10",
"select2-materialize": "^0.1.8",
"slimscroll": "^0.9.1",
"sortablejs": "^1.10.1",
"sweetalert2": "^8.5.0",
"trumbowyg": "^2.14.0",
"yarn": "^1.22.4"
}
}