-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
93 lines (93 loc) · 3.1 KB
/
Copy pathpackage.json
File metadata and controls
93 lines (93 loc) · 3.1 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"private": true,
"scripts": {
"development": "mix",
"watch": "mix watch --hot",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production",
"test": "webpack serve --config test.config.js --mode development --progress --hot"
},
"dependencies": {
"@babel/core": "^7.18.2",
"@babel/plugin-proposal-object-rest-spread": "^7.18.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"@casl/ability": "4.1.6",
"@casl/vue": "1.1.1",
"@interactjs/core": "1.10.11",
"@interactjs/utils": "1.10.11",
"@popperjs/core": "^2.11.5",
"@vue/composition-api": "^1.6.1",
"angled-edges": "^2.0.0",
"apexcharts": "^3.35.3",
"axios": "^0.27.2",
"babel-loader": "^8.2.5",
"bootstrap": "^5.2.0-beta1",
"bootstrap-icons": "^1.7.2",
"ccxt": "^1.83.41",
"codethereal-iconpicker": "^1.2.1",
"colors": "^1.4.0",
"css-loader": "^6.5.1",
"feather-icons": "^4.28.0",
"highcharts": "^10.1.0",
"highcharts-vue": "^1.4.0",
"jquery-validation": "^1.19.3",
"magnific-popup": "^1.1.0",
"mini-css-extract-plugin": "^2.6.0",
"minimist": "^1.2.5",
"moment-timezone": "^0.5.34",
"node-fetch": "^3.1.0",
"noisejs": "^2.1.0",
"odometer": "^0.4.8",
"perfect-scrollbar": "^1.5.3",
"popper.js": "^1.16.1",
"portal-vue": "^2.1.7",
"postcss": "^8.4.14",
"postcss-rtl": "^1.7.3",
"request": "^2.88.2",
"rtlcss": "^3.5.0",
"skeleton-loader-vue": "^1.0.10",
"swiper": "^7.3.4",
"v-lazy-image": "^2.1.1",
"vue-apexcharts": "^1.6.2",
"vue-clipboard2": "^0.3.3",
"vue-codemirror": "^4.0.6",
"vue-grid-layout": "^2.3.12",
"vue-mobile-detection": "1",
"vue-moment": "^4.1.0",
"vue-qrcode-component": "^2.1.1",
"vue-ripple-directive": "^2.0.1",
"vue-router": "3",
"vue-select": "^3.18.3",
"vue-style-loader": "^4.1.2",
"vue-sweetalert2": "^5.0.5",
"vue-template-compiler": "^2.6.14",
"vue-toastification": "^1.7.14",
"vue-tour": "^2.0.0",
"vue-virtualscroll": "^1.0.0",
"vuejs-countdown": "^0.2.1",
"vuejs-smart-table": "^0.0.8",
"vuex": "3",
"webpack": "^5.0.0-rc.6",
"webpack-cli": "^4.9.2"
},
"devDependencies": {
"alpinejs": "^3.7.1",
"autoprefixer": "^10.4.0",
"cross-env": "^7.0.3",
"deepmerge": "^4.2.2",
"jquery": "^3.6.0",
"laravel-mix": "^6.0.43",
"laravel-mix-workbox": "^0.1.4",
"lodash": "^4.17.21",
"raw-loader": "^4.0.2",
"resolve-url-loader": "^4.0.0",
"sass": "^1.52.0",
"sass-loader": "^12.6.0",
"vue": "2.6.14",
"vue-loader": "^15.9.7",
"workbox-webpack-plugin": "^6.5.3"
}
}