-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.92 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"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",
"build": "webpack"
},
"devDependencies": {
"@popperjs/core": "^2.11.8",
"@vitejs/plugin-vue": "^3.0.1",
"axios": "^1.2.2",
"bootstrap": "^5.2.3",
"laravel-mix": "^6.0.49",
"lodash": "^4.17.19",
"node-sass": "^8.0.0",
"postcss": "^8.1.14",
"resolve-url-loader": "^5.0.0",
"sass": "^1.57.1",
"sass-loader": "^13.2.0",
"vue": "^3.2.36",
"vue-concise-slider": "^4.2.5",
"vue-loader": "^17.0.1",
"vue-router": "^4.1.6",
"vue-template-compiler": "^2.7.14",
"vuex": "^4.1.0"
},
"dependencies": {
"@meforma/vue-toaster": "^1.3.0",
"@splidejs/vue-splide": "^0.6.12",
"@tinymce/tinymce-vue": "^5.1.0",
"apexcharts": "^3.36.3",
"bootstrap-vue": "^2.23.1",
"chart.js": "^4.3.0",
"express": "^4.18.2",
"futura-font": "^1.0.0",
"hooper": "^0.3.4",
"intl-tel-input": "^17.0.19",
"libphonenumber-js": "^1.10.19",
"moment": "^2.29.4",
"moment-timezone": "^0.5.40",
"momentjs": "^2.0.0",
"swiper": "^9.0.2",
"tinymce": "^5.10.7",
"trading-vue-js": "^1.0.2",
"v-calendar": "^3.1.2",
"vue-agile": "^2.0.0",
"vue-apexcharts": "^1.6.2",
"vue-chartjs": "^5.2.0",
"vue-country-code": "^1.1.3",
"vue-country-code-select": "^1.6.7",
"vue-moment": "^4.1.0",
"vue-phone-number-input": "^1.1.7",
"vue-slick-carousel": "^1.0.6",
"vue3-carousel": "^0.2.9",
"vue3-tel-input": "^1.0.4"
}
}