settings
This commit is contained in:
parent
288bb2fd02
commit
4679a0f9b9
14
.gitattributes
vendored
14
.gitattributes
vendored
@ -1,12 +1,24 @@
|
||||
# Normaliza los saltos de línea en diferentes SO
|
||||
* text=auto eol=lf
|
||||
|
||||
# Reglas para archivos específicos
|
||||
*.blade.php diff=html
|
||||
*.css diff=css
|
||||
*.html diff=html
|
||||
*.md diff=markdown
|
||||
*.php diff=php
|
||||
|
||||
# Evitar que estos archivos se exporten con Composer create-project
|
||||
/.github export-ignore
|
||||
/.gitignore 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
|
||||
.styleci.yml export-ignore
|
||||
CONTRIBUTING.md export-ignore
|
||||
README.md export-ignore
|
||||
composer.lock export-ignore
|
||||
package-lock.json export-ignore
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "https://getcomposer.org/schema.json",
|
||||
"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"],
|
||||
"type": "project",
|
||||
"license": "MIT",
|
||||
@ -44,22 +44,22 @@
|
||||
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
|
||||
"@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": [
|
||||
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
|
||||
],
|
||||
"post-create-project-cmd": [
|
||||
"@php artisan key:generate --ansi",
|
||||
"@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=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-seeders --ansi",
|
||||
"@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": [
|
||||
"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"
|
||||
|
10003
composer.lock
generated
Normal file
10003
composer.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
1387
package-lock.json
generated
1387
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -19,7 +19,7 @@
|
||||
"postcss": "8.4.49",
|
||||
"sass": "1.77.5",
|
||||
"tailwindcss": "^3.4.16",
|
||||
"vite": "^5.2.13"
|
||||
"vite": "^6.2.0"
|
||||
},
|
||||
"overrides": {
|
||||
"datatables.net": "1.13.11",
|
||||
@ -135,7 +135,7 @@
|
||||
"jstree": "3.3.16",
|
||||
"jszip": "3.10.1",
|
||||
"katex": "^0.16.21",
|
||||
"laravel-vite-plugin": "1.0.1",
|
||||
"laravel-vite-plugin": "^1.2.0",
|
||||
"leaflet": "1.9.4",
|
||||
"mapbox-gl": "3.0.1",
|
||||
"masonry-layout": "4.2.2",
|
||||
@ -154,7 +154,7 @@
|
||||
"spinkit": "2.0.1",
|
||||
"sweetalert2": "^11.6.13",
|
||||
"swiper": "11.0.7",
|
||||
"tableexport.jquery.plugin": "^1.30.0",
|
||||
"tableexport.jquery.plugin": "^1.9.9",
|
||||
"timepicker": "1.14.1",
|
||||
"toastr": "2.1.4",
|
||||
"typeahead.js": "0.11.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user