49 lines
2 KiB
JSON
Executable file
49 lines
2 KiB
JSON
Executable file
{
|
|
"name": "appwork-laravel-starter",
|
|
"version": "1.1.0",
|
|
"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",
|
|
"postinstall": "npm rebuild node-sass"
|
|
},
|
|
"devDependencies": {
|
|
"cross-env": "5.1.4",
|
|
"laravel-mix": "2.1.11",
|
|
"@claviska/jquery-minicolors": "~2.2.6",
|
|
"animate.css": "~3.6.1",
|
|
"blueimp-gallery": "~2.33.0",
|
|
"bootstrap": "~4.1.1",
|
|
"bootstrap-duallistbox": "~3.0.6",
|
|
"bootstrap-markdown": "~2.10.0",
|
|
"bootstrap-multiselect": "~0.9.13-1",
|
|
"bootstrap-select": "~1.13.1",
|
|
"bootstrap-slider": "~10.0.0",
|
|
"bootstrap-sortable": "git+https://github.com/drvic10k/bootstrap-sortable.git",
|
|
"bootstrap-table": "~1.12.1",
|
|
"bootstrap-tour": "git+https://github.com/sorich87/bootstrap-tour.git#master",
|
|
"chartist": "~0.11.0",
|
|
"cropper": "~4.0.0-beta",
|
|
"datatables.net-bs4": "~1.10.16",
|
|
"dragula": "~3.7.2",
|
|
"jquery.growl": "~1.3.5",
|
|
"jstree": "~3.3.5",
|
|
"ladda": "~2.0.0",
|
|
"perfect-scrollbar": "~1.4.0",
|
|
"photoswipe": "~4.1.2",
|
|
"plyr": "~2.0.18",
|
|
"select2": "~4.0.6-rc.1",
|
|
"spinkit": "~1.2.5",
|
|
"swiper": "~4.3.3",
|
|
"toastr": "~2.1.4",
|
|
"vegas": "~2.4.0"
|
|
},
|
|
"resolutions": {
|
|
"laravel-mix/node-sass": "4.7.2"
|
|
}
|
|
}
|