This commit is contained in:
Arturo Corro 2025-03-06 17:41:48 -06:00
parent 288bb2fd02
commit 4679a0f9b9
5 changed files with 10396 additions and 1030 deletions

14
.gitattributes vendored
View File

@ -1,12 +1,24 @@
# Normaliza los saltos de línea en diferentes SO
* text=auto eol=lf * text=auto eol=lf
# Reglas para archivos específicos
*.blade.php diff=html *.blade.php diff=html
*.css diff=css *.css diff=css
*.html diff=html *.html diff=html
*.md diff=markdown *.md diff=markdown
*.php diff=php *.php diff=php
# Evitar que estos archivos se exporten con Composer create-project
/.github export-ignore /.github export-ignore
/.gitignore export-ignore
/.git export-ignore /.git export-ignore
.gitattributes export-ignore
.editorconfig export-ignore
.prettierrc.json export-ignore
.prettierignore export-ignore
.eslintrc.json export-ignore
CHANGELOG.md export-ignore CHANGELOG.md export-ignore
.styleci.yml export-ignore CONTRIBUTING.md export-ignore
README.md export-ignore
composer.lock export-ignore
package-lock.json export-ignore

View File

@ -1,7 +1,7 @@
{ {
"$schema": "https://getcomposer.org/schema.json", "$schema": "https://getcomposer.org/schema.json",
"name": "koneko/laravel-vuexy-admin-mexico-community", "name": "koneko/laravel-vuexy-admin-mexico-community",
"description": "Laravel Vuexy Admin México Community. Un Laravel proyecto optimizado para México.", "description": "Laravel Vuexy Admin México Community. Un proyecto optimizado para México.",
"keywords": ["laravel", "koneko", "framework", "vuexy", "website", "admin", "manager", "contacts", "store", "warehouse", "asset", "pos", "point of sale", "tpv", "Terminal punto de venta", "mexico", "sat", "timbrado", "cfdi", "exchange", "rates", "currencies", "geolocation", "community"], "keywords": ["laravel", "koneko", "framework", "vuexy", "website", "admin", "manager", "contacts", "store", "warehouse", "asset", "pos", "point of sale", "tpv", "Terminal punto de venta", "mexico", "sat", "timbrado", "cfdi", "exchange", "rates", "currencies", "geolocation", "community"],
"type": "project", "type": "project",
"license": "MIT", "license": "MIT",
@ -44,22 +44,22 @@
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump", "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
"@php artisan package:discover --ansi" "@php artisan package:discover --ansi"
], ],
"post-update-cmd": [
"@php artisan vendor:publish --tag=laravel-assets --ansi --force",
"@php artisan vendor:publish --tag=sat-catalogs-seeders --ansi --force"
],
"post-root-package-install": [ "post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" "@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
], ],
"post-create-project-cmd": [ "post-create-project-cmd": [
"@php artisan key:generate --ansi", "@php artisan key:generate --ansi",
"@php artisan storage:link", "@php artisan storage:link",
"@php artisan vendor:publish --tag=vuexy-admin-config --ansi",
"@php artisan vendor:publish --tag=sat-catalogs-seeders --ansi", "@php artisan vendor:publish --tag=sat-catalogs-seeders --ansi",
"@php artisan vendor:publish --tag=vuexy-admin-seeders --ansi", "@php artisan vendor:publish --tag=vuexy-admin-config --ansi",
"@php artisan vendor:publish --tag=vuexy-admin-images --ansi", "@php artisan vendor:publish --tag=vuexy-admin-images --ansi",
"@php artisan vendor:publish --tag=vuexy-admin-seeders --ansi",
"@php scripts/show-instructions.php" "@php scripts/show-instructions.php"
], ],
"post-update-cmd": [
"@php artisan vendor:publish --tag=laravel-assets --ansi --force",
"@php artisan vendor:publish --tag=sat-catalogs-seeders --ansi --force"
],
"dev": [ "dev": [
"Composer\\Config::disableProcessTimeout", "Composer\\Config::disableProcessTimeout",
"npx concurrently -c \"#93c5fd,#c4b5fd,#fb7185,#fdba74\" \"php artisan serve\" \"php artisan queue:listen --tries=1\" \"php artisan pail --timeout=0\" \"vite build --watch\" --names=server,queue,logs,vite" "npx concurrently -c \"#93c5fd,#c4b5fd,#fb7185,#fdba74\" \"php artisan serve\" \"php artisan queue:listen --tries=1\" \"php artisan pail --timeout=0\" \"vite build --watch\" --names=server,queue,logs,vite"

10003
composer.lock generated Normal file

File diff suppressed because it is too large Load Diff

1389
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -19,7 +19,7 @@
"postcss": "8.4.49", "postcss": "8.4.49",
"sass": "1.77.5", "sass": "1.77.5",
"tailwindcss": "^3.4.16", "tailwindcss": "^3.4.16",
"vite": "^5.2.13" "vite": "^6.2.0"
}, },
"overrides": { "overrides": {
"datatables.net": "1.13.11", "datatables.net": "1.13.11",
@ -135,7 +135,7 @@
"jstree": "3.3.16", "jstree": "3.3.16",
"jszip": "3.10.1", "jszip": "3.10.1",
"katex": "^0.16.21", "katex": "^0.16.21",
"laravel-vite-plugin": "1.0.1", "laravel-vite-plugin": "^1.2.0",
"leaflet": "1.9.4", "leaflet": "1.9.4",
"mapbox-gl": "3.0.1", "mapbox-gl": "3.0.1",
"masonry-layout": "4.2.2", "masonry-layout": "4.2.2",
@ -154,7 +154,7 @@
"spinkit": "2.0.1", "spinkit": "2.0.1",
"sweetalert2": "^11.6.13", "sweetalert2": "^11.6.13",
"swiper": "11.0.7", "swiper": "11.0.7",
"tableexport.jquery.plugin": "^1.30.0", "tableexport.jquery.plugin": "^1.9.9",
"timepicker": "1.14.1", "timepicker": "1.14.1",
"toastr": "2.1.4", "toastr": "2.1.4",
"typeahead.js": "0.11.1", "typeahead.js": "0.11.1",