Commit 94635f8a authored by Alfonso Rafael Solis Rangel's avatar Alfonso Rafael Solis Rangel
Browse files

Dashboard terminado

parent 4f599572
Loading
Loading
Loading
Loading
+37 −1
Original line number Diff line number Diff line
{
    "name": "agendagobernador",
    "name": "html",
    "lockfileVersion": 3,
    "requires": true,
    "packages": {
@@ -10,7 +10,10 @@
                "autoprefixer": "^10.4.16",
                "axios": "^1.6.4",
                "laravel-vite-plugin": "^1.0",
                "lodash": "^4.17.19",
                "postcss": "^8.4.32",
                "prettier": "^2.7.1",
                "prettier-plugin-tailwindcss": "^0.1.13",
                "tailwindcss": "^3.4.0",
                "vite": "^5.0"
            }
@@ -1447,6 +1450,12 @@
            "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
            "dev": true
        },
        "node_modules/lodash": {
            "version": "4.17.21",
            "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
            "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
            "dev": true
        },
        "node_modules/lodash.castarray": {
            "version": "4.4.0",
            "resolved": "https://registry.npmjs.org/lodash.castarray/-/lodash.castarray-4.4.0.tgz",
@@ -1850,6 +1859,33 @@
            "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
            "dev": true
        },
        "node_modules/prettier": {
            "version": "2.8.8",
            "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz",
            "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==",
            "dev": true,
            "bin": {
                "prettier": "bin-prettier.js"
            },
            "engines": {
                "node": ">=10.13.0"
            },
            "funding": {
                "url": "https://github.com/prettier/prettier?sponsor=1"
            }
        },
        "node_modules/prettier-plugin-tailwindcss": {
            "version": "0.1.13",
            "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.1.13.tgz",
            "integrity": "sha512-/EKQURUrxLu66CMUg4+1LwGdxnz8of7IDvrSLqEtDqhLH61SAlNNUSr90UTvZaemujgl3OH/VHg+fyGltrNixw==",
            "dev": true,
            "engines": {
                "node": ">=12.17.0"
            },
            "peerDependencies": {
                "prettier": ">=2.2.0"
            }
        },
        "node_modules/proxy-from-env": {
            "version": "1.1.0",
            "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
+4 −1
Original line number Diff line number Diff line
@@ -13,6 +13,9 @@
        "laravel-vite-plugin": "^1.0",
        "postcss": "^8.4.32",
        "tailwindcss": "^3.4.0",
        "vite": "^5.0"
        "vite": "^5.0",
        "prettier": "^2.7.1",
        "prettier-plugin-tailwindcss": "^0.1.13",
        "lodash": "^4.17.19"
    }
}
+1 −0

File added.

Preview size limit exceeded, changes collapsed.

+146 KiB
Loading image diff...
+100 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading