-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.27 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
{
"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/plugin-transform-modules-commonjs": "^7.9.0",
"@babel/plugin-transform-strict-mode": "^7.8.3",
"axios": "^0.25",
"laravel-mix": "^6.0.12",
"lodash": "^4.17.13",
"postcss": "^8.2.8",
"resolve-url-loader": "^2.3.1",
"sass": "^1.26.3",
"sass-loader": "^7.1.0",
"vue-template-compiler": "^2.6.11"
},
"dependencies": {
"@coreui/coreui": "^2.1.16",
"@coreui/icons": "^0.3.0",
"bad-words": "^3.0.3",
"bootstrap": "^5.1.3",
"emojionearea": "^3.4.1",
"font-awesome": "^4.7.0",
"icheck": "^1.0.2",
"jquery": "^3.4.1",
"jquery-toast-plugin": "^1.3.2",
"laravel-echo": "^1.5.4",
"perfect-scrollbar": "^1.5.0",
"popper.js": "^1.16.1",
"pusher-js": "^5.1.1",
"simple-line-icons": "^2.4.1",
"sweetalert2": "^9.10.6",
"video.js": "^7.7.5"
}
}