-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
107 lines (107 loc) · 3.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
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "@coreui/coreui-pro-vue-admin-template",
"version": "2.0.3",
"description": "Coffe Sign",
"author": {
"name": "JPerfectSolution",
"url": "http://holeczek.pl",
"github": "https://github.com/mrholek",
"twitter": "https://twitter.com/lukaszholeczek"
},
"contributors": [
{
"name": "Andrzej Kopański",
"url": "https://github.com/xidedix"
}
],
"homepage": "http://coreui.io",
"copyright": "Copyright 2019 JPerfectSolution",
"license": "https://coreui.io/pro/license/",
"private": true,
"scripts": {
"start": "node server.js",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e"
},
"dependencies": {
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0",
"@coreui/coreui-pro": "^2.1.0",
"@coreui/icons": "0.3.0",
"@coreui/vue": "^2.0.2",
"@syncfusion/ej2-vue-dropdowns": "^17.2.47",
"axios": "^0.19.0",
"bootstrap": "^4.1.3",
"bootstrap-vue": "^2.0.0-rc.11",
"chart.js": "^2.7.3",
"core-js": "^2.5.7",
"country-region-data": "^1.4.7",
"css-vars-ponyfill": "^1.15.0",
"cxlt-vue2-toastr": "^1.1.0",
"env-cmd": "^10.0.1",
"express": "^4.17.1",
"flag-icon-css": "^3.2.1",
"font-awesome": "^4.7.0",
"mini-toastr": "0.6.6",
"ngrok": "^3.2.7",
"perfect-scrollbar": "^1.4.0",
"quill": "^1.3.6",
"simple-line-icons": "^2.4.1",
"spinkit": "1.2.5",
"text-mask-addons": "^3.8.0",
"v-calendar": "^0.9.7",
"v-mask": "^2.0.1",
"vue": "^2.5.17",
"vue-barcode-reader": "0.0.3",
"vue-chartjs": "^3.4.0",
"vue-codemirror": "^4.0.5",
"vue-context": "^4.0.3",
"vue-country-region-select": "^2.0.10",
"vue-cropperjs": "^4.0.0",
"vue-grid-layout": "^2.3.1",
"vue-mq": "^0.2.1",
"vue-multiselect": "^2.1.3",
"vue-notifications": "0.9.0",
"vue-pdf": "^4.0.7",
"vue-perfect-scrollbar": "^0.1.0",
"vue-qrcode-reader": "2.0.4",
"vue-quill-editor": "^3.0.6",
"vue-radial-progress": "^0.2.10",
"vue-resize": "^0.4.4",
"vue-resize-text": "^0.1.0",
"vue-router": "^3.0.1",
"vue-search-select": "^2.9.1",
"vue-select": "2.4.0",
"vue-simple-calendar": "^3.0.2",
"vue-tables-2": "^1.4.70",
"vue-tel-input": "^2.5.0",
"vue-text-mask": "^6.1.2",
"vue2-google-maps": "^0.10.2",
"vuedraggable": "^2.23.0",
"vuelidate": "^0.7.4"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.1.1",
"@vue/cli-plugin-e2e-nightwatch": "^3.1.1",
"@vue/cli-plugin-eslint": "^3.1.5",
"@vue/cli-plugin-unit-jest": "^3.1.1",
"@vue/cli-service": "^3.1.4",
"@vue/test-utils": "^1.0.0-beta.25",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.6.0",
"node-sass": "^4.10.0",
"sass-loader": "^7.1.0",
"vue-template-compiler": "^2.5.17"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 9"
],
"engines": {
"node": ">= 8.10.x",
"npm": ">= 5.6.0"
}
}