Files
newznab-tmux/package.json
T
2023-01-15 18:21:49 +01:00

47 lines
1.4 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,laravel-mix"
},
"devDependencies": {
"axios": "^1.2.2",
"cross-env": "^7.0.3",
"jquery": "3.6.3",
"laravel-mix": "^6.0.49",
"lodash": "^4.17.21",
"popper.js": "^1.16.1",
"prettier": "^2.8.3",
"resolve-url-loader": "^5.0.0",
"vue": "^3.2.45"
},
"dependencies": {
"@fancyapps/fancybox": "^3.5.7",
"@fortawesome/fontawesome-free": "^6.2.1",
"animate.css": "^4.1.1",
"autosize": "^5.0.2",
"bootstrap": "^5.2.3",
"bootstrap-datepicker": "^1.9.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.0",
"nonblockjs": "^1.0.8",
"normalize.css": "^8.0.1",
"pace-js": "^1.2.4",
"pnotify": "^4.0.1",
"tinymce": "^5.10.3"
}
}