Skip to content

Commit

Permalink
clean up assets
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed Jul 24, 2023
1 parent de2bf4a commit a9bbde7
Show file tree
Hide file tree
Showing 15 changed files with 266 additions and 394 deletions.
287 changes: 206 additions & 81 deletions composer.lock

Large diffs are not rendered by default.

55 changes: 28 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,30 @@
{
"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 "
},
"devDependencies": {
"@alpinejs/collapse": "^3.12.0",
"@alpinejs/focus": "^3.12.0",
"@awcodes/filament-plugin-purge": "^1.1.0",
"@ryangjchandler/alpine-tooltip": "^1.2.0",
"@tailwindcss/forms": "^0.5.4",
"@tailwindcss/typography": "^0.5.9",
"alpinejs": "^3.12.2",
"autoprefixer": "^10.4.14",
"laravel-mix": "^6.0.49",
"postcss": "^8.4.27",
"postcss-import": "^15.1.0",
"tailwindcss": "^3.3.3",
"tailwindcss-debug-screens": "^2.2.1",
"tippy.js": "^6.3.7"
},
"dependencies": {}
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix && npm run purge",
"watch": "mix watch && npm run purge",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production && npm run purge",
"purge": "filament-purge -i ./resources/dist/filament-tail.css -o ./resources/dist/lara-zeus.css -v 3.x"
},
"devDependencies": {
"@alpinejs/collapse": "^3.12.0",
"@alpinejs/focus": "^3.12.0",
"@awcodes/filament-plugin-purge": "^1.1.1",
"@ryangjchandler/alpine-tooltip": "^1.2.0",
"@tailwindcss/forms": "^0.5.4",
"@tailwindcss/typography": "^0.5.9",
"alpinejs": "^3.12.2",
"autoprefixer": "^10.4.14",
"laravel-mix": "^6.0.49",
"postcss": "^8.4.27",
"postcss-import": "^15.1.0",
"tailwindcss": "^3.3.3",
"tailwindcss-debug-screens": "^2.2.1",
"tippy.js": "^6.3.7"
},
"dependencies": {}
}
172 changes: 0 additions & 172 deletions resources/dist/app.js

This file was deleted.

81 changes: 0 additions & 81 deletions resources/dist/app.js.LICENSE.txt

This file was deleted.

1 change: 1 addition & 0 deletions resources/dist/filament-tail.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a9bbde7

Please sign in to comment.