Skip to content

Commit

Permalink
remove unused file
Browse files Browse the repository at this point in the history
  • Loading branch information
anditsung committed Apr 29, 2022
1 parent 4cefecd commit b163456
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 79 deletions.
2 changes: 1 addition & 1 deletion dist/js/tool.js

Large diffs are not rendered by default.

7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,8 @@
"@vue/compiler-sfc": "^3.2.22",
"laravel-mix": "^6.0.41",
"prettier": "^1.14.0",
"postcss": "^8.3.11",
"vue-loader": "^16.8.3",
"animated-scroll-to": "^1.2.2",
"prismjs": "^1.21.0",
"sass-loader": "^12.6.0",
"resolve-url-loader": "^5.0.0",
"sass": "^1.51.0"
"prismjs": "^1.21.0"
},
"dependencies": {}
}
1 change: 0 additions & 1 deletion resources/sass/tool.scss

This file was deleted.

8 changes: 0 additions & 8 deletions resources/views/navigation.blade.php

This file was deleted.

11 changes: 6 additions & 5 deletions routes/api.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

use Illuminate\Support\Facades\Route;
use KABBOUCHI\LogsTool\Http\Controllers\LogsController;

/*
|--------------------------------------------------------------------------
Expand All @@ -13,8 +14,8 @@
|
*/

Route::get('logs', \KABBOUCHI\LogsTool\Http\Controllers\LogsController::class.'@index');
Route::get('logs/permissions', \KABBOUCHI\LogsTool\Http\Controllers\LogsController::class.'@permissions');
Route::get('logs/{log}', \KABBOUCHI\LogsTool\Http\Controllers\LogsController::class.'@show');
Route::get('daily-log-files', \KABBOUCHI\LogsTool\Http\Controllers\LogsController::class.'@dailyLogFiles');
Route::delete('logs', \KABBOUCHI\LogsTool\Http\Controllers\LogsController::class.'@destroy');
Route::get('logs', [LogsController::class, 'index']);
Route::get('logs/permissions', [LogsController::class, 'permissions']);
Route::get('logs/{log}', [LogsController::class, 'show']);
Route::get('daily-log-files', [LogsController::class, 'dailyLogFiles']);
Route::delete('logs', [LogsController::class, 'destroy']);
1 change: 0 additions & 1 deletion src/LogsTool.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ class LogsTool extends BaseTool
public function boot()
{
Nova::script('LogsTool', __DIR__.'/../dist/js/tool.js');
Nova::style('LogsTool', __DIR__.'/../dist/css/tool.css');
}

/**
Expand Down
1 change: 0 additions & 1 deletion webpack.mix.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ mix
.setPublicPath('dist')
.js('resources/js/tool.js', 'js')
.vue({ version: 3 })
.sass('resources/sass/tool.scss', 'css')
.nova('kabbouchi/nova-logs-tool')
61 changes: 5 additions & 56 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1432,14 +1432,6 @@
"resolved" "https://registry.npmjs.org/acorn/-/acorn-8.7.1.tgz"
"version" "8.7.1"

"adjust-sourcemap-loader@^4.0.0":
"integrity" "sha512-OXwN5b9pCUXNQHJpwwD2qP40byEmSgzj8B4ydSN0uMNYWiFmJ6x6KwUllMmfk8Rwu/HJDFR7U8ubsWBoN0Xp0A=="
"resolved" "https://registry.npmjs.org/adjust-sourcemap-loader/-/adjust-sourcemap-loader-4.0.0.tgz"
"version" "4.0.0"
dependencies:
"loader-utils" "^2.0.0"
"regex-parser" "^2.2.11"

"ajv-formats@^2.1.1":
"integrity" "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA=="
"resolved" "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz"
Expand Down Expand Up @@ -1489,11 +1481,6 @@
"require-from-string" "^2.0.2"
"uri-js" "^4.2.2"

"animated-scroll-to@^1.2.2":
"integrity" "sha512-16ipIWWKvRGAeTfgiqTdXDBLPU0fCIq5sGDMQSdQnIjkxgm3pHzzUZiJ+rT/3xVbOXpTTN72vf2C4y9vepDBHA=="
"resolved" "https://registry.npmjs.org/animated-scroll-to/-/animated-scroll-to-1.2.2.tgz"
"version" "1.2.2"

"ansi-html-community@^0.0.8":
"integrity" "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw=="
"resolved" "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz"
Expand Down Expand Up @@ -1867,7 +1854,7 @@
"resolved" "https://registry.npmjs.org/charenc/-/charenc-0.0.2.tgz"
"version" "0.0.2"

"chokidar@^3.5.2", "chokidar@^3.5.3", "chokidar@>=3.0.0 <4.0.0":
"chokidar@^3.5.2", "chokidar@^3.5.3":
"integrity" "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw=="
"resolved" "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz"
"version" "3.5.3"
Expand Down Expand Up @@ -3113,11 +3100,6 @@
dependencies:
"loader-utils" "^1.1.0"

"immutable@^4.0.0":
"integrity" "sha512-zIE9hX70qew5qTUjSS7wi1iwj/l7+m54KWU247nhM3v806UdGj1yDndXj+IOYxxtW9zyLI+xqFNZjTuDaLUqFw=="
"resolved" "https://registry.npmjs.org/immutable/-/immutable-4.0.0.tgz"
"version" "4.0.0"

"import-fresh@^3.2.1":
"integrity" "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw=="
"resolved" "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz"
Expand Down Expand Up @@ -3335,7 +3317,7 @@
"resolved" "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz"
"version" "6.0.2"

"klona@^2.0.4", "klona@^2.0.5":
"klona@^2.0.5":
"integrity" "sha512-pJiBpiXMbt7dkzXe8Ghj/u4FfXOOa98fPW+bihOJ4SjnoijweJrNThJfd3ifXpXhREjpoF2mZVH1GfS9LV3kHQ=="
"resolved" "https://registry.npmjs.org/klona/-/klona-2.0.5.tgz"
"version" "2.0.5"
Expand Down Expand Up @@ -4231,7 +4213,7 @@
"resolved" "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz"
"version" "4.2.0"

"postcss@^7.0.0 || ^8.0.1", "postcss@^8.0.9", "postcss@^8.1.0", "postcss@^8.1.10", "postcss@^8.2.14", "postcss@^8.2.15", "postcss@^8.2.2", "postcss@^8.3.11", "postcss@>=8.0.9":
"postcss@^7.0.0 || ^8.0.1", "postcss@^8.0.9", "postcss@^8.1.0", "postcss@^8.1.10", "postcss@^8.2.15", "postcss@^8.2.2", "postcss@^8.3.11", "postcss@>=8.0.9":
"integrity" "sha512-lg6eITwYe9v6Hr5CncVbK70SoioNQIq81nsaG86ev5hAidQvmOeETBqs7jm43K2F5/Ley3ytDtriImV6TpNiSg=="
"resolved" "https://registry.npmjs.org/postcss/-/postcss-8.4.12.tgz"
"version" "8.4.12"
Expand Down Expand Up @@ -4413,11 +4395,6 @@
dependencies:
"@babel/runtime" "^7.8.4"

"regex-parser@^2.2.11":
"integrity" "sha512-jbD/FT0+9MBU2XAZluI7w2OBs1RBi6p9M83nkoZayQXXU9e8Robt69FcZc7wU4eJD/YFTjn1JdCk3rbMJajz8Q=="
"resolved" "https://registry.npmjs.org/regex-parser/-/regex-parser-2.2.11.tgz"
"version" "2.2.11"

"regexpu-core@^5.0.1":
"integrity" "sha512-CriEZlrKK9VJw/xQGJpQM5rY88BtuL8DM+AEwvcThHilbxiTAy8vq4iJnd2tqq8wLmjbGZzP7ZcKFjbGkmEFrw=="
"resolved" "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.0.1.tgz"
Expand Down Expand Up @@ -4484,17 +4461,6 @@
"resolved" "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz"
"version" "5.0.0"

"resolve-url-loader@^5.0.0":
"integrity" "sha512-uZtduh8/8srhBoMx//5bwqjQ+rfYOUq8zC9NrMUGtjBiGTtFJM42s58/36+hTqeqINcnYe08Nj3LkK9lW4N8Xg=="
"resolved" "https://registry.npmjs.org/resolve-url-loader/-/resolve-url-loader-5.0.0.tgz"
"version" "5.0.0"
dependencies:
"adjust-sourcemap-loader" "^4.0.0"
"convert-source-map" "^1.7.0"
"loader-utils" "^2.0.0"
"postcss" "^8.2.14"
"source-map" "0.6.1"

"resolve@^1.14.2", "resolve@^1.9.0":
"integrity" "sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw=="
"resolved" "https://registry.npmjs.org/resolve/-/resolve-1.22.0.tgz"
Expand Down Expand Up @@ -4551,23 +4517,6 @@
"resolved" "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz"
"version" "2.1.2"

"sass-loader@^12.6.0":
"integrity" "sha512-oLTaH0YCtX4cfnJZxKSLAyglED0naiYfNG1iXfU5w1LNZ+ukoA5DtyDIN5zmKVZwYNJP4KRc5Y3hkWga+7tYfA=="
"resolved" "https://registry.npmjs.org/sass-loader/-/sass-loader-12.6.0.tgz"
"version" "12.6.0"
dependencies:
"klona" "^2.0.4"
"neo-async" "^2.6.2"

"sass@^1.3.0", "sass@^1.51.0":
"integrity" "sha512-haGdpTgywJTvHC2b91GSq+clTKGbtkkZmVAb82jZQN/wTy6qs8DdFm2lhEQbEwrY0QDRgSQ3xDurqM977C3noA=="
"resolved" "https://registry.npmjs.org/sass/-/sass-1.51.0.tgz"
"version" "1.51.0"
dependencies:
"chokidar" ">=3.0.0 <4.0.0"
"immutable" "^4.0.0"
"source-map-js" ">=0.6.2 <2.0.0"

"schema-utils@^2.6.5":
"integrity" "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg=="
"resolved" "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz"
Expand Down Expand Up @@ -4792,7 +4741,7 @@
"resolved" "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.0.tgz"
"version" "2.0.0"

"source-map-js@^1.0.2", "source-map-js@>=0.6.2 <2.0.0":
"source-map-js@^1.0.2":
"integrity" "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw=="
"resolved" "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz"
"version" "1.0.2"
Expand All @@ -4810,7 +4759,7 @@
"resolved" "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz"
"version" "0.5.7"

"source-map@^0.6.0", "source-map@^0.6.1", "source-map@~0.6.0", "source-map@~0.6.1", "[email protected]":
"source-map@^0.6.0", "source-map@^0.6.1", "source-map@~0.6.0", "source-map@~0.6.1":
"integrity" "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
"resolved" "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz"
"version" "0.6.1"
Expand Down

0 comments on commit b163456

Please sign in to comment.