{ "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 --https --pfx ../dev/squidex-dev.pfx --pfx-passphrase password", "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", "tslint-fix": "tslint -c tslint.json -p tsconfig.json app/**/*.ts -t verbose --fix", "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.6", "@angular/cdk": "9.1.3", "@angular/common": "9.0.6", "@angular/core": "9.0.6", "@angular/forms": "9.0.6", "@angular/localize": "^9.1.3", "@angular/platform-browser": "9.0.6", "@angular/platform-browser-dynamic": "9.0.6", "@angular/platform-server": "9.0.6", "@angular/router": "9.0.6", "@ngx-translate/core": "^13.0.0", "@ngx-translate/http-loader": "^6.0.0", "@egjs/hammerjs": "^2.0.17", "ace-builds": "^1.4.11", "angular-gridster2": "^9.2.0", "angular-mentions": "1.1.4", "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", "date-fns": "2.11.0", "font-awesome": "^4.7.0", "graphiql": "0.17.5", "graphql": "14.6.0", "image-focus": "1.1.0", "keycharm": "^0.3.1", "marked": "0.8.0", "mersenne-twister": "1.1.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", "simplemde": "^1.11.2", "slugify": "1.4.0", "tinymce": "^5.2.0", "tslib": "1.11.1", "vis-data": "^6.6.1", "vis-network": "^7.10.0", "vis-util": "^4.3.2", "zone.js": "0.10.3" }, "devDependencies": { "@angular-devkit/build-optimizer": "0.900.6", "@angular/compiler": "9.0.6", "@angular/compiler-cli": "9.0.6", "@ngtools/webpack": "^9.0.6", "@types/core-js": "2.5.3", "@types/jasmine": "3.5.9", "@types/marked": "0.7.3", "@types/mersenne-twister": "1.1.2", "@types/mousetrap": "1.6", "@types/node": "13.7.4", "@types/react": "16.9.21", "@types/react-dom": "16.9.5", "@types/simplemde": "^1.11.2", "@types/tinymce": "4.5.24", "browserslist": "4.9.1", "caniuse-lite": "1.0.30001055", "circular-dependency-plugin": "5.2.0", "codelyzer": "5.2.1", "copy-webpack-plugin": "^6.0.2", "css-loader": "3.4.2", "cssnano": "4.1.10", "entities": "2.0.0", "file-loader": "6.0.0", "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.1", "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.2", "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.5", "ts-loader": "6.2.1", "tsconfig-paths-webpack-plugin": "3.2.0", "tslint": "6.1.0", "tslint-immutable": "6.0.1", "tslint-webpack-plugin": "2.1.0", "typemoq": "2.1.0", "typescript": "3.8.3", "underscore": "1.9.2", "webpack": "4.42.0", "webpack-bundle-analyzer": "3.6.1", "webpack-cli": "3.3.11", "webpack-dev-server": "3.10.3" } }