-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·66 lines (66 loc) · 2.04 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
63
64
65
66
{
"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"
},
"dependencies": {
"@amcharts/amcharts4": "^4.10.18",
"@amcharts/amcharts4-geodata": "^4.1.20",
"@kazupon/vue-i18n-loader": "^0.5.0",
"@vue/babel-preset-app": "^4.5.12",
"@vue/compiler-sfc": "^3.0.11",
"arc": "^0.1.1",
"axios": "^0.21",
"bigint-crypto-utils": "^3.0.12",
"bootstrap": "^4.6.0",
"bootswatch": "^5.0.0",
"chart.js": "^3.3.2",
"crypto-browserify": "^3.12.0",
"iconv-lite": "^0.6.2",
"install": "^0.13.0",
"jquery": "^3.6.0",
"laravel-mix": "^6.0.17",
"laravel-mix-sri": "0.0.6",
"lodash": "^4.17.19",
"luxon": "^1.27.0",
"moment": "^2.29.1",
"node-rsa": "^1.1.1",
"normalize.css": "8.0.1",
"postcss": "^8.2.10",
"pusher-js": "^7.0.3",
"resolve-url-loader": "^3.1.2",
"sass": "^1.32.11",
"sass-loader": "^11.0.1",
"sha1": "^1.1.1",
"sha2": "^1.0.2",
"tinygradient": "^1.1.4",
"toastr": "^2.1.4",
"vue": "^2.5.11",
"vue-axios": "^3.2.4",
"vue-chartjs": "^3.5.1",
"vue-country-flag": "^2.0.4",
"vue-datetime": "^1.0.0-beta.14",
"vue-form-wizard": "^0.8.4",
"vue-i18n": "^8.24.3",
"vue-js-modal": "^2.0.0-rc.6",
"vue-loader": "^15.9.6",
"vue-moment": "^4.1.0",
"vue-object-view": "^0.4.2",
"vue-query-builder": "^0.8.2",
"vue-router": "^3.5.1",
"vue-slicksort": "^1.2.0",
"vue-social-auth": "^1.4.9",
"vue-toastr-2": "0.0.10",
"vuejs-dialog": "^1.4.2",
"vuetable-3": "^3.3.3",
"vuex": "^3.6.2",
"weekstart": "^1.1.0"
},
"devDependencies": {}
}