-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.15 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.15 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
{
"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.10.2",
"axios": "^0.27",
"laravel-mix": "^6.0.49",
"lodash": "^4.17.19",
"postcss": "^8.1.14",
"resolve-url-loader": "^5.0.0",
"sass": "^1.32.11",
"sass-loader": "^12.6.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.1.2",
"autoprefixer": "^10.4.8",
"bootstrap": "^4.6.1",
"datatables.net-bs4": "^1.12.1",
"icheck-bootstrap": "^3.0.1",
"jquery": "^3.6.1",
"jquery-autocomplete": "^1.2.8",
"jquery-viewer": "^1.0.1",
"overlayscrollbars": "^2.0.0-beta.0",
"select2": "^4.1.0-rc.0",
"sortablejs": "^1.15.2",
"sweetalert2": "^11.4.26",
"turbolinks": "^5.2.0",
"urijs": "^1.19.11",
"viewerjs": "^1.10.5"
}
}