{ "name": "squidex", "version": "1.0.0", "description": "Squidex Headless CMS", "license": "MIT", "repository": "https://github.com/SebastianStehle/Squidex", "scripts": { "start": "webpack-dev-server --config app-config/webpack.config.js --inline --port 3000 --hot", "test": "karma start", "test:coverage": "karma start karma.coverage.conf.js", "test:clean": "rimraf _test-output", "tslint": "tslint -c tslint.json -p tsconfig.json app/**/*.ts", "build": "node --max_old_space_size=4096 node_modules/webpack/bin/webpack.js --config app-config/webpack.config.js --env.production", "build:clean": "rimraf wwwroot/build", "build:analyze": "node --max_old_space_size=4096 node_modules/webpack/bin/webpack.js --config app-config/webpack.config.js --env.production --env.analyze", "postinstall": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points" }, "dependencies": { "@angular/animations": "9.0.0", "@angular/cdk": "9.0.0", "@angular/common": "9.0.0", "@angular/core": "9.0.0", "@angular/forms": "9.0.0", "@angular/platform-browser": "9.0.0", "@angular/platform-browser-dynamic": "9.0.0", "@angular/platform-server": "9.0.0", "@angular/router": "9.0.0", "angular-mentions": "^1.1.3", "angular2-chartjs": "0.5.1", "babel-polyfill": "6.26.0", "bootstrap": "4.4.1", "core-js": "3.6.4", "cropperjs": "2.0.0-alpha.1", "graphiql": "0.17.5", "graphql": "14.6.0", "image-focus": "^1.1.0", "marked": "0.7.0", "mersenne-twister": "1.1.0", "moment": "2.24.0", "mousetrap": "1.6.5", "ngx-color-picker": "9.0.0", "oidc-client": "1.10.1", "pikaday": "1.8.0", "progressbar.js": "1.1.0", "react": "16.10.2", "react-dom": "16.10.2", "rxjs": "6.5.4", "slugify": "1.3.6", "tslib": "1.10.0", "zone.js": "0.10.2" }, "devDependencies": { "@angular-devkit/build-optimizer": "^0.900.1", "@angular/compiler": "9.0.0", "@angular/compiler-cli": "9.0.0", "@ngtools/webpack": "9.0.1", "@types/core-js": "2.5.2", "@types/jasmine": "3.5.3", "@types/marked": "0.7.2", "@types/mersenne-twister": "1.1.2", "@types/mousetrap": "1.6", "@types/node": "13.7.0", "@types/react": "16.9.19", "@types/react-dom": "16.9.5", "browserslist": "4.8.6", "caniuse-lite": "1.0.30001025", "circular-dependency-plugin": "5.2.0", "codelyzer": "5.2.1", "css-loader": "3.4.2", "cssnano": "^4.1.10", "entities": "^2.0.0", "file-loader": "5.0.2", "html-loader": "0.5.5", "html-webpack-plugin": "3.2.0", "ignore-loader": "0.1.2", "istanbul-instrumenter-loader": "3.0.1", "jasmine-core": "3.5.0", "karma": "4.4.1", "karma-chrome-launcher": "3.1.0", "karma-cli": "2.0.0", "karma-coverage-istanbul-reporter": "2.1.1", "karma-htmlfile-reporter": "0.3.8", "karma-jasmine": "3.1.0", "karma-jasmine-html-reporter": "1.5.2", "karma-mocha-reporter": "2.2.5", "karma-sourcemap-loader": "0.3.7", "karma-webpack": "4.0.2", "mini-css-extract-plugin": "0.9.0", "node-sass": "4.13.1", "optimize-css-assets-webpack-plugin": "5.0.3", "postcss-import": "^12.0.1", "postcss-loader": "^3.0.0", "postcss-preset-env": "^6.7.0", "raw-loader": "4.0.0", "resize-observer-polyfill": "^1.5.1", "rimraf": "3.0.1", "rxjs-tslint": "0.1.7", "sass-lint": "^1.13.1", "sass-lint-webpack": "^1.0.2", "sass-loader": "8.0.2", "style-loader": "1.1.3", "sugarss": "^2.0.0", "terser-webpack-plugin": "2.3.4", "ts-loader": "6.2.1", "tsconfig-paths-webpack-plugin": "3.2.0", "tslint": "6.0.0", "tslint-immutable": "6.0.1", "tslint-webpack-plugin": "2.1.0", "typemoq": "2.1.0", "typescript": "3.7.5", "underscore": "1.9.2", "webpack": "4.41.5", "webpack-bundle-analyzer": "^3.6.0", "webpack-cli": "3.3.10", "webpack-dev-server": "3.10.3" } }