Files
newznab-tmux/package.json
T
dependabot[bot] fd36ccf0fe Bump tinymce from 5.10.7 to 5.10.8
Bumps [tinymce](https://github.com/tinymce/tinymce/tree/HEAD/modules/tinymce) from 5.10.7 to 5.10.8.
- [Changelog](https://github.com/tinymce/tinymce/blob/5.10.8/modules/tinymce/CHANGELOG.md)
- [Commits](https://github.com/tinymce/tinymce/commits/5.10.8/modules/tinymce)

---
updated-dependencies:
- dependency-name: tinymce
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-19 16:53:52 +00:00

49 lines
1.5 KiB
JSON

{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production",
"format": "prettier --write 'resources/**/*.{css,js,vue}'",
"package-update": "ncu -u -x pnotify,tinymce"
},
"devDependencies": {
"axios": "^1.4.0",
"cross-env": "^7.0.3",
"jquery": "3.7.0",
"laravel-mix": "^6.0.49",
"lodash": "^4.17.21",
"popper.js": "^1.16.1",
"prettier": "^2.8.8",
"resolve-url-loader": "^5.0.0",
"vue": "^3.3.4"
},
"dependencies": {
"@fancyapps/fancybox": "^3.5.7",
"@fortawesome/fontawesome-free": "^6.4.0",
"@popperjs/core": "^2.11.8",
"animate.css": "^4.1.1",
"autosize": "^6.0.1",
"bootstrap": "^5.3.0",
"bootstrap-datepicker": "^1.10.0",
"bootstrap-hover-dropdown": "^2.2.1",
"bootstrap-progressbar": "^0.9.0",
"datatables": "^1.10.18",
"flexboxgrid2": "^7.2.1",
"icheck": "^1.0.2",
"jquery-colorbox": "^1.6.4",
"jquery-goup": "^1.1.3",
"jquery-migrate": "3.4.1",
"nonblockjs": "^1.0.8",
"normalize.css": "^8.0.1",
"npm-check-updates": "^16.10.13",
"pace-js": "^1.2.4",
"pnotify": "4.0.1",
"tinymce": "5.10.8"
}
}