-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
130 lines (130 loc) · 4.64 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"name": "@poseso/multi-tenant",
"author": "Carlos Sánchez [email protected]",
"private": true,
"license": "MIT",
"scripts": {
"dev": "cross-var $npm_execpath run development",
"development": "cross-env NODE_ENV=development webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "cross-var $npm_execpath run development -- --watch",
"watch-poll": "cross-var $npm_execpath run watch -- --watch-poll",
"hot": "cross-env NODE_ENV=development webpack-dev-server --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "cross-var $npm_execpath run production",
"production": "cross-env NODE_ENV=production webpack --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"test": "cross-env NODE_ENV=test jest",
"tdd": "cross-var $npm_execpath run test -- --watch --notify"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.9.0",
"@vue/test-utils": "^1.0.0-beta.29",
"animate.css": "^3.7.2",
"autosize": "^4.0.2",
"axios": "^0.19.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^24.8.0",
"block-ui": "^2.70.1",
"bootstrap": "^4.3.1",
"bootstrap-datepicker": "^1.9.0",
"bootstrap-daterangepicker": "^3.0.5",
"bootstrap-datetime-picker": "^2.4.4",
"bootstrap-datetimepicker": "^0.0.7",
"bootstrap-markdown": "^2.10.0",
"bootstrap-maxlength": "^1.6.0",
"bootstrap-notify": "^3.1.3",
"bootstrap-select": "1.13.10",
"bootstrap-switch": "^3.4.0",
"bootstrap-timepicker": "^0.5.2",
"bootstrap-touchspin": "^4.2.5",
"chart.js": "^2.8.0",
"clipboard": "^2.0.4",
"counterup": "^1.0.2",
"cross-env": "^6.0.0",
"cross-var": "^1.1.0",
"css-loader": "^3.2.0",
"datatables.net-autofill-bs4": "^2.3.3",
"datatables.net-bs4": "^1.10.19",
"datatables.net-buttons-bs4": "^1.5.6",
"datatables.net-colreorder-bs4": "^1.5.1",
"datatables.net-fixedcolumns-bs4": "^3.2.6",
"datatables.net-fixedheader-bs4": "^3.1.5",
"datatables.net-keytable-bs4": "^2.5.0",
"datatables.net-responsive-bs4": "^2.2.3",
"datatables.net-rowgroup-bs4": "^1.1.0",
"datatables.net-rowreorder-bs4": "^1.2.5",
"datatables.net-scroller-bs4": "^2.0.0",
"datatables.net-select-bs4": "^1.3.0",
"dompurify": "^2.0.1",
"dropzone": "^5.5.1",
"es6-promise-polyfill": "^1.2.0",
"flot": "^3.1.1",
"fullcalendar": "^3.10.0",
"gmaps": "^0.4.24",
"handlebars": "^4.1.2",
"inputmask": "^4.0.8",
"ion-rangeslider": "^2.3.0",
"jest": "^24.8.0",
"jquery": "^3.4.1",
"jquery-form": "^4.2.2",
"jquery-validation": "1.19.1",
"jquery.repeater": "^1.2.1",
"js-cookie": "^2.2.0",
"jstree": "^3.3.8",
"jszip": "^3.2.1",
"laravel-mix": "^5.0.0",
"lodash": "^4.17.15",
"markdown": "^0.5.0",
"moment": "^2.24.0",
"morris.js": "github:morrisjs/morris.js",
"nouislider": "^14.0.2",
"owl.carousel": "^2.3.4",
"pace": "github:HubSpot/pace#v1.0.2",
"pace-js": "^1.0.2",
"pdfmake": "^0.1.56",
"perfect-scrollbar": "^1.4.0",
"popper.js": "^1.15.0",
"prismjs": "^1.16.0",
"raphael": "^2.2.8",
"resolve-url-loader": "^3.1.0",
"sass": "^1.20.3",
"sass-loader": "^8.0.0",
"select2": "^4.0.7-rc.0",
"socicon": "^3.0.5",
"sticky-js": "^1.2.0",
"stream-exhaust": "^1.0.2",
"summernote": "^0.8.12",
"sweetalert2": "^8.11.7",
"toastr": "^2.1.4",
"tooltip.js": "^1.3.2",
"typeahead.js": "^0.11.1",
"underscore": "^1.9.1",
"vue": "^2.6.10",
"vue-jest": "^3.0.4",
"vue-template-compiler": "^2.6.10",
"waypoints": "^4.0.1",
"wnumb": "^1.1.0"
},
"browserslist": {
"development": "last 1 version",
"production": ">2%, Firefox ESR"
},
"jest": {
"testURL": "http://localhost",
"roots": [
"<rootDir>/tests/Javascript/"
],
"moduleNameMapper": {
"^@/(.*)$": "<rootDir>/resources/js/$1"
},
"moduleFileExtensions": [
"js",
"vue"
],
"transform": {
"^.+\\.js$": "babel-jest",
".*\\.(vue)$": "vue-jest"
}
},
"engines": {
"node": ">=6.0.0"
}
}