mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-16 21:18:19 +01:00
4a6925fe8d
Bumps [sortablejs](https://github.com/SortableJS/Sortable) from 1.8.1 to 1.8.4. - [Release notes](https://github.com/SortableJS/Sortable/releases) - [Commits](https://github.com/SortableJS/Sortable/compare/1.8.1...1.8.4) Signed-off-by: dependabot[bot] <support@dependabot.com>
41 lines
1.7 KiB
JSON
41 lines
1.7 KiB
JSON
{
|
|
"name": "cachet",
|
|
"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": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
|
|
"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 --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
|
|
},
|
|
"devDependencies": {
|
|
"animate-sass": "^0.8.2",
|
|
"autosize": "^3.0.20",
|
|
"axios": "^0.18",
|
|
"bootstrap-sass": "^3.4.1",
|
|
"chart.js": "^2.7.0",
|
|
"cross-env": "^5.1",
|
|
"es5-shim": "^4.5.9",
|
|
"flatpickr": "^4.5.0",
|
|
"github-markdown-css": "^2.3.0",
|
|
"ionicons": "~2.0",
|
|
"jquery": "^2.2.4",
|
|
"jquery-minicolors": "^2.1.10",
|
|
"jquery-serializeobject": "^1.0.0",
|
|
"jquery-sparkline": "^2.4.0",
|
|
"laravel-mix": "^2.1",
|
|
"laravel-mix-purgecss": "^3.0.0",
|
|
"livestamp": "git+https://github.com/mattbradley/livestampjs.git#develop",
|
|
"lodash": "^4.17.11",
|
|
"messenger": "git+https://github.com/HubSpot/messenger.git",
|
|
"moment": "^2.17.1",
|
|
"promise": "^7.3.1",
|
|
"sortablejs": "^1.8.4",
|
|
"sweetalert2": "^6.8.0",
|
|
"vue": "^2.5.22",
|
|
"vue-template-compiler": "^2.5.22"
|
|
},
|
|
"private": true
|
|
}
|