{
    "name": "sproutepy-framework",
    "version": "1.0.0",
    "description": "Sproutepy is a Python-based web framework designed to simplify and streamline the development of web applications. It offers a modular architecture, robust routing system, built-in template engine, ORM integration, authentication and authorization support, middleware capabilities, RESTful API development tools, and testing support.",
    "main": "./public/index.js",
    "scripts": {
        "build": "npx webpack --config webpack.config.js",
        "build:dev": "npx webpack --mode development",
        "build:prod": "npx webpack --mode production"
    },
    "keywords": [
        "Python",
        "Sproutepy",
        "Framework",
        "MVC"
    ],
    "author": {
        "name": "Giceha Junior",
        "email": "gicehajunior76@daphascomp.com",
        "url": "https://github.com/Gicehajunior"
    },
    "repository": "https://github.com/Gicehajunior/sproutpy-framework",
    "license": "MIT",
    "dependencies": {
        "@babel/cli": "^7.28.3",
        "@babel/core": "^7.28.5",
        "@babel/preset-env": "^7.28.5",
        "@popperjs/core": "^2.11.8",
        "babel-loader": "^10.0.0",
        "bootstrap": "^4.6.x",
        "bootstrap-datepicker": "^1.10.0",
        "chart.js": "^4.4.3",
        "copy-webpack-plugin": "^13.0.1",
        "datatables": "^1.10.18",
        "dotenv": "^16.3.1",
        "firebase": "^10.14.1",
        "fs-extra": "^11.2.0",
        "gulp": "^4.0.2",
        "gulp-javascript-obfuscator": "^1.1.6",
        "gulp-sourcemaps": "^3.0.0",
        "jquery": "^3.6.0",
        "minimist": "^1.2.8",
        "popper.js": "^1.16.1",
        "print-js": "^1.6.0",
        "select2": "^4.1.0-rc.0",
        "sweetalert2": "^11.12.0",
        "toastr": "^2.1.4",
        "vinyl-sourcemaps-apply": "^0.2.1",
        "webpack": "^5.103.0",
        "webpack-cli": "^6.0.1"
    }
}
