-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.54 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.54 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
48
49
50
51
52
53
54
55
56
57
58
59
{
"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": {
"@popperjs/core": "^2.11.6",
"admin-lte": "^3.2.0",
"bootstrap": "^4.6.2",
"jquery-ui": "^1.13.2",
"laravel-mix": "^6.0.49",
"lodash": "^4.17.19",
"postcss": "^8.4.18",
"resolve-url-loader": "^3.1.2",
"sass": "^1.56.1",
"sass-loader": "^11.0.1"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.2.0",
"aos": "^2.3.4",
"autoprefixer": "10.4.5",
"bootstrap-datepicker": "^1.9.0",
"bootstrap-icons": "^1.9.1",
"boxicons": "^2.1.4",
"chart.js": "^2.9.4",
"chosen-js": "^1.8.7",
"datatables.net": "^1.13.1",
"datatables.net-dt": "^1.13.1",
"daterangepicker": "^3.1.0",
"glightbox": "^3.2.0",
"interactjs": "^1.10.17",
"jquery": "^3.6.1",
"jquery-autocomplete": "^1.2.8",
"moment": "^2.29.4",
"multiple-select": "^1.5.2",
"pixabay-javascript-autocomplete": "^1.0.4",
"popper.js": "^1.16.1",
"select2": "^4.1.0-rc.0",
"sweetalert2": "^11.6.7",
"swiper": "^8.4.4",
"toastr": "^2.1.4"
},
"name": "imis-revamp2.0",
"description": "<h2 align=\"center\">IMIS revamp 2.0</h2>",
"version": "1.0.0",
"main": "webpack.mix.js",
"directories": {
"test": "tests"
},
"keywords": [],
"author": "",
"license": "ISC"
}