{
    "name": "angular-super-gallery",
    "version": "2.2.30",
    "description": "AngularJS Super Gallery",
    "homepage": "https://projects.schalk.hu/angular-super-gallery/demo/",
    "repository": {
        "type": "git",
        "url": "https://github.com/schalkt/angular-super-gallery.git"
    },
    "keywords": [
        "angular",
        "image",
        "gallery",
        "thumbnails",
        "component",
        "modal",
        "bootstrap"
    ],
    "scripts": {
        "dev": "webpack --mode development",
        "development": "webpack --mode development",
        "watch": "webpack --watch --mode development",
        "prod": "webpack --mode production",
        "production": "webpack --mode production",
        "init": "npm prune && npm update && npm audit fix && npm run development",
        "release": "npm --no-git-tag-version version patch && npm run production"
    },
    "author": "Tamas Schalk (https://github.com/schalkt)",
    "license": "MIT",
    "main": "index.js",
    "devDependencies": {
        "@types/angular": "1.8.9",
        "@types/angular-animate": "1.5.14",
        "@types/bootstrap": "4.*",
        "@types/jquery": "3.5.33",
        "compression-webpack-plugin": "^11.1.0",
        "cross-env": "^10.1.0",
        "postcss": "^8.5.6",
        "sass": "^1.93.3",
        "sass-loader": "^16.0.6",
        "ts-loader": "^9.5.4",
        "typescript": "5.9.3",
        "webpack": "^5.102.1",
        "webpack-cli": "^6.0.1",
        "mini-css-extract-plugin": "^2.9.4",
        "glob": "^11.0.3",
        "raw-loader": "^4.0.2",
        "css-loader": "^7.1.2"
    },
    "dependencies": {
        "angular": "1.8.3",
        "angular-animate": "1.8.3",
        "angular-touch": "1.8.3",
        "bootstrap": "4.*",
        "font-awesome": "4.7.0",
        "jquery": "3.7.1",
        "popper.js": "1.16.1",
        "screenfull": "6.0.2"
    }
}
