{
    "name": "a-web",
    "version": "1.0.0",
    "description": "MakeSense A-Web wordpress plugin",
    "license": "GPL2",
    "private": true,
    "devDependencies": {
        "@angular-devkit/build-angular": "^0.800.2",
        "@angular/animations": "^8.0.0",
        "@angular/cdk": "^8.0.1",
        "@angular/cli": "^8.0.2",
        "@angular/common": "^8.0.0",
        "@angular/compiler-cli": "^8.0.0",
        "@angular/compiler": "^8.0.0",
        "@angular/core": "^8.0.0",
        "@angular/elements": "^8.0.0",
        "@angular/flex-layout": "^8.0.0-beta.26",
        "@angular/forms": "^8.0.0",
        "@angular/language-service": "^8.0.0",
        "@angular/material": "^8.0.1",
        "@angular/platform-browser-dynamic": "^8.0.0",
        "@angular/platform-browser": "^8.0.0",
        "@angular/platform-server": "^8.0.0",
        "@angular/router": "^8.0.0",
        "@nebular/auth": "^4.1.0",
        "@nebular/date-fns": "^4.1.0",
        "@nebular/eva-icons": "^4.1.0",
        "@nebular/moment": "^4.1.0",
        "@nebular/security": "^4.1.0",
        "@nebular/theme": "^4.1.0",
        "@ngtools/webpack": "^8.0.2",
        "@types/autoprefixer": "^9.1.1",
        "@types/copy-webpack-plugin": "^5.0.0",
        "@types/core-js": "^2.5.2",
        "@types/html-webpack-plugin": "^3.2.0",
        "@types/mini-css-extract-plugin": "^0.2.0",
        "@types/terser-webpack-plugin": "^1.2.1",
        "@types/webpack-bundle-analyzer": "^2.13.1",
        "@types/webpack-dev-middleware": "^2.0.2",
        "@types/webpack-merge": "^4.1.3",
        "@types/webpack": "^4.4.24",
        "angular2-template-loader": "^0.6.2",
        "circular-dependency-plugin": "^5.0.2",
        "codelyzer": "^5.1.0",
        "copy-webpack-plugin": "^5.0.0",
        "core-js": "^3.1.3",
        "css-loader": "^3.0.0",
        "cssnano": "^4.1.10",
        "file-loader": "^4.0.0",
        "fork-ts-checker-webpack-plugin": "^1.3.1",
        "hammer-touchemulator": "^0.0.2",
        "hammerjs": "^2.0.8",
        "html-loader": "^0.5.5",
        "html-webpack-plugin": "^3.2.0",
        "ignore-emit-webpack-plugin": "^1.0.2",
        "mini-css-extract-plugin": "^0.7.0",
        "moment": "^2.24.0",
        "node": "^12.4.0",
        "node-sass": "^4.10.0",
        "null-loader": "^3.0.0",
        "postcss-import": "^12.0.1",
        "postcss-loader": "^3.0.0",
        "postcss-preset-env": "^6.5.0",
        "postcss": "^7.0.6",
        "raw-loader": "^3.0.0",
        "rxjs-tslint": "0.1.7",
        "rxjs": "^6.4.0",
        "sass-loader": "7.1.0",
        "script-loader": "^0.7.2",
        "style-loader": "^0.23.1",
        "terser-webpack-plugin": "^1.1.0",
        "to-string-loader": "^1.1.5",
        "ts-loader": "^5.3.3",
        "ts-node": "^8.0.2",
        "tslib": "^1.9.3",
        "tslint": "^5.15.0",
        "typescript-tslint-plugin": "^0.5.3",
        "typescript": "^3.3.3",
        "webpack-bundle-analyzer": "^3.0.4",
        "webpack-cli": "^3.1.2",
        "webpack-dev-server": "^3.1.14",
        "webpack-hot-middleware": "^2.25.0",
        "webpack-merge": "^4.1.4",
        "webpack-node-externals": "^1.7.2",
        "webpack-require-from": "^1.5.0",
        "webpack-stream": "^5.2.1",
        "webpack": "^4.27.0",
        "zone.js": "^0.9.1"
    },
    "scripts": {
        "tslint": "ts-node node_modules/tslint/bin/tslint --project ./tsconfig.json",
        "postinstall": "./node_modules/node/bin/node.exe node_modules/node-sass/scripts/install.js",
        "build": "yarn && ./node_modules/node/bin/node  --max-old-space-size=8096 ./node_modules/webpack-cli/bin/cli.js --config webpack.build.ts -p --mode production --progress"
    },
    "dependencies": {
        "wp-pot-cli": "^1.2.4"
    }
}