-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.56 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.56 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
{
"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": {
"axios": "^1.6.7",
"bootstrap": "^4.6.2",
"jquery": "^3.6.3",
"laravel-echo": "^1.16.1",
"laravel-mix": "^6.0.49",
"lodash": "^4.17.21",
"popper.js": "^1.16.1",
"postcss": "^8.4.21",
"pusher-js": "^8.4.0-rc2",
"resolve-url-loader": "^5.0.0",
"sass": "^1.57.1",
"sass-loader": "^11.1.1",
"vue": "^2.7.14",
"vue-loader": "^15.11.1",
"vue-template-compiler": "^2.7.14"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.1",
"bootstrap-vue": "^2.23.1",
"bs-custom-file-input": "^1.3.4",
"chart.js": "^4.4.7",
"chartjs-adapter-moment": "^1.0.1",
"chartjs-plugin-zoom": "^2.0.1",
"countup.js": "^2.8.0",
"fabric": "^7.1.0",
"hammerjs": "^2.0.8",
"masonry-layout": "^4.2.2",
"moment": "^2.30.1",
"qrcode": "^1.5.3",
"sweetalert2": "^11.6.13",
"v-viewer": "^1.7.4",
"vee-validate": "^3.4.14",
"viewerjs": "^1.11.6",
"vue-cookies": "^1.8.2",
"vue-countup-v2": "^4.0.0",
"vue-i18n": "^8.28.2",
"vue-youtube": "^1.4.0",
"vuedraggable": "^2.24.3"
}
}