-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
103 lines (103 loc) · 3.54 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
{
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.9.0",
"@fortawesome/fontawesome-svg-core": "^1.2.27",
"@fullcalendar/core": "^4.4.0",
"@fullcalendar/daygrid": "^4.4.0",
"@fullcalendar/interaction": "^4.4.0",
"@fullcalendar/list": "^4.4.0",
"@fullcalendar/timegrid": "^4.4.0",
"@symfony/webpack-encore": "^0.28.2",
"axios": "^0.19.2",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^8.0.1",
"babel-loader": "^7.1.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^7.0.0-beta.3",
"case-sensitive-paths-webpack-plugin": "^2.1.1",
"copy-webpack-plugin": "^4.2.0",
"core-js": "^3.0.0",
"cross-env": "^5.1.0",
"css-loader": "^0.28.7",
"eslint": "^4.9.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "2.7.0",
"extract-text-webpack-plugin": "^3.0.1",
"html-webpack-plugin": "^2.30.1",
"imagemin-webpack-plugin": "^1.5.2",
"node-sass": "^4.13.1",
"postcss-cssnext": "^3.0.2",
"postcss-loader": "^2.0.8",
"regenerator-runtime": "^0.13.2",
"sass-loader": "^7.3.1",
"shx": "^0.2.2",
"style-loader": "^0.19.0",
"stylelint": "^8.2.0",
"stylelint-config-standard": "^17.0.0",
"vue": "^2.6.11",
"vue-currency-input": "^1.18.1",
"vue-fragment": "^1.5.1",
"vue-loader": "^15.8.3",
"vue-template-compiler": "^2.6.11",
"webpack-notifier": "^1.6.0"
},
"dependencies": {
"@oroinc/jquery-creditcardvalidator": "^1.1.0",
"algoliasearch": "^3.35.1",
"babel-polyfill": "^6.26.0",
"bootstrap": "^4.0.0",
"bootstrap-datepicker": "^1.7.1",
"bootstrap-switch": "^3.4.0",
"brand-colors": "^2.0.1",
"chart.js": "^2.7.1",
"choices.js": "^9.0.1",
"cropperjs": "^1.5.4",
"datatables": "^1.10.13",
"easy-pie-chart": "^2.1.7",
"file-loader": "^1.1.5",
"font-awesome-loader": "^1.0.2",
"fullcalendar": "^3.6.2",
"i": "^0.3.6",
"intl-tel-input": "^16.0.2",
"jodit": "^3.4.14",
"jquery": "^3.2.1",
"jquery-form": "^4.2.2",
"jquery-mask-plugin": "^1.14.16",
"jquery-sparkline": "^2.4.0",
"jquery-zoom": "^1.7.21",
"jvectormap": "^2.0.4",
"load-google-maps-api": "^1.0.0",
"lodash": "^4.17.4",
"masonry-layout": "^4.2.0",
"moment": "^2.19.1",
"npm": "^6.14.8",
"perfect-scrollbar": "^1.1.0",
"places.js": "^1.17.0",
"popper.js": "^1.12.6",
"select2": "4.0.7",
"select2-bootstrap4-theme": "^1.0.0",
"skycons": "^1.0.0",
"sweetalert": "^2.1.2",
"toastr": "^2.1.4",
"v-clipboard": "^2.2.2",
"v-lazy-image": "^1.3.2",
"vue": "^2.6.11",
"vue-avatar-cropper": "^1.0.5",
"vue-clipboard2": "^0.3.1",
"vue-range-slider": "^0.6.0",
"vue-trans": "^0.1.1",
"vue2-filters": "^0.7.0"
}
}