PHP Classes

File: package.json

Recommend this page to a friend!
  Packages of Nyi Nyi Lwin   Laravel Nova Log Viewer   package.json   Download  
File: package.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Nova Log Viewer
Display information about logs in Laravel Nova
Author: By
Last change: Adding Laravel Nova 4 Support

Please consider publishing this as v2.0.0
fixes PHPJunior/nova-logs#45

By default the routes from `arcanedev/log-viewer` will be disabled by
overriding a config value. This behaviour can be disabled in this
package's config file.
fixes PHPJunior/nova-logs#36
Date: 8 months ago
Size: 723 bytes
 

Contents

Class file image Download
{ "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", "nova:install": "npm --prefix='../../vendor/laravel/nova' ci" }, "devDependencies": { "@vue/compiler-sfc": "^3.2.22", "animated-scroll-to": "^1.2.2", "chart.js": "^3.0.0", "laravel-mix": "^6.0.41", "postcss": "^8.3.11", "tailwindcss": "^3.0.24", "vue-chartjs": "^4.1.2", "vue-loader": "^16.8.3" }, "dependencies": {} }