first commit
This commit is contained in:
commit
0baac018a2
1011 changed files with 145854 additions and 0 deletions
140
package.json
Executable file
140
package.json
Executable file
|
|
@ -0,0 +1,140 @@
|
|||
{
|
||||
"name": "appwork-laravel-starter",
|
||||
"version": "1.5.2",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "npm run development",
|
||||
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
|
||||
"watch": "npm run development -- --watch",
|
||||
"watch-poll": "npm run watch -- --watch-poll",
|
||||
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
|
||||
"prod": "npm run production",
|
||||
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@claviska/jquery-minicolors": "~2.3.2",
|
||||
"@flowjs/flow.js": "~2.14.0",
|
||||
"@fullcalendar/bootstrap": "~4.4.0",
|
||||
"@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",
|
||||
"@fullcalendar/timeline": "~4.4.0",
|
||||
"add": "^2.0.6",
|
||||
"animate.css": "~3.7.0",
|
||||
"autosize": "~4.0.0",
|
||||
"block-ui": "~2.70.1",
|
||||
"blueimp-gallery": "~2.38.0",
|
||||
"bootbox": "~5.4.0",
|
||||
"bootstrap": "^4.0.0",
|
||||
"bootstrap-datepicker": "~1.9.0",
|
||||
"bootstrap-daterangepicker": "~3.0.2",
|
||||
"bootstrap-duallistbox": "~3.0.6",
|
||||
"bootstrap-markdown": "~2.10.0",
|
||||
"bootstrap-material-datetimepicker": "~2.7.3",
|
||||
"bootstrap-maxlength": "~1.6.0",
|
||||
"bootstrap-menu": "~1.0.14",
|
||||
"bootstrap-select": "~1.13.1",
|
||||
"bootstrap-slider": "~10.6.1",
|
||||
"bootstrap-table": "~1.16.0",
|
||||
"bootstrap-tagsinput": "~0.7.1",
|
||||
"c3": "~0.7.9",
|
||||
"chart.js": "~2.9.3",
|
||||
"chartist": "~0.11.0",
|
||||
"clipboard": "~2.0.0",
|
||||
"core-js": "~3.6.4",
|
||||
"cropper": "~4.1.0",
|
||||
"cross-env": "~7.0.2",
|
||||
"custom-event-polyfill": "^1.0.7",
|
||||
"datatables.net": "~1.10.16",
|
||||
"datatables.net-bs4": "~1.10.16",
|
||||
"dragula": "~3.7.2",
|
||||
"dropzone": "~5.7.0",
|
||||
"flatpickr": "~4.6.2",
|
||||
"flot": "~4.2.0",
|
||||
"gmaps": "~0.4.24",
|
||||
"jquery": "^3.2",
|
||||
"jquery-knob": "~1.2.11",
|
||||
"jquery-mapael": "~2.2.0",
|
||||
"jquery-sparkline": "~2.4.0",
|
||||
"jquery-validation": "~1.19.0",
|
||||
"jquery.growl": "~1.3.5",
|
||||
"jstree": "~3.3.5",
|
||||
"ladda": "~2.0.0",
|
||||
"laravel-mix": "~5.0.0",
|
||||
"markdown": "~0.5.0",
|
||||
"masonry-layout": "~4.2.1",
|
||||
"moment": "~2.24.0",
|
||||
"morris.js": "~0.5.0",
|
||||
"nestable": "~0.2.0",
|
||||
"node-sass": "~4.13.1",
|
||||
"node-waves": "~0.7.6",
|
||||
"nouislider": "~14.2.0",
|
||||
"numeral": "~2.0.6",
|
||||
"pace-js": "~1.0.2",
|
||||
"perfect-scrollbar": "~1.5.0",
|
||||
"photoswipe": "~4.1.2",
|
||||
"plyr": "~3.5.6",
|
||||
"popper.js": "^1.12",
|
||||
"pwstrength-bootstrap": "~3.0.1",
|
||||
"quill": "~1.3.6",
|
||||
"raphael": "~2.3.0",
|
||||
"resolve-url-loader": "~3.1.0",
|
||||
"sass": "^1.15.2",
|
||||
"sass-loader": "^8.0.0",
|
||||
"select2": "~4.0.6-rc.1",
|
||||
"shepherd.js": "~7.1.0",
|
||||
"smartwizard": "~4.4.1",
|
||||
"sortablejs": "~1.10.0",
|
||||
"spinkit": "~2.0.1",
|
||||
"sweetalert2": "~9.10.2",
|
||||
"swiper": "~5.3.0",
|
||||
"tableexport.jquery.plugin": "~1.10.8",
|
||||
"text-mask-addons": "~3.8.0",
|
||||
"timepicker": "~1.13.0",
|
||||
"toastr": "~2.1.4",
|
||||
"typeahead.js": "~0.11.1",
|
||||
"url-polyfill": "^1.1.7",
|
||||
"vanilla-text-mask": "~5.1.1",
|
||||
"vegas": "~2.4.0",
|
||||
"vue-template-compiler": "^2.6.9"
|
||||
},
|
||||
"browserslist": [
|
||||
">= 1%",
|
||||
"last 2 versions",
|
||||
"not dead",
|
||||
"Chrome >= 45",
|
||||
"Firefox >= 38",
|
||||
"Edge >= 12",
|
||||
"Explorer >= 10",
|
||||
"iOS >= 9",
|
||||
"Safari >= 9",
|
||||
"Android >= 4.4",
|
||||
"Opera >= 30"
|
||||
],
|
||||
"babel": {
|
||||
"presets": [
|
||||
[
|
||||
"@babel/env",
|
||||
{
|
||||
"targets": {
|
||||
"browsers": [
|
||||
">= 1%",
|
||||
"last 2 versions",
|
||||
"not dead",
|
||||
"Chrome >= 45",
|
||||
"Firefox >= 38",
|
||||
"Edge >= 12",
|
||||
"Explorer >= 10",
|
||||
"iOS >= 9",
|
||||
"Safari >= 9",
|
||||
"Android >= 4.4",
|
||||
"Opera >= 30"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue