{ "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": "10.1.1", "@angular/cdk": "10.2.0", "@angular/common": "10.1.1", "@angular/core": "10.1.1", "@angular/forms": "10.1.1", "@angular/localize": "10.1.1", "@angular/platform-browser": "10.1.1", "@angular/platform-browser-dynamic": "10.1.1", "@angular/platform-server": "10.1.1", "@angular/router": "10.1.1", "@egjs/hammerjs": "2.0.17", "@types/codemirror": "0.0.98", "ace-builds": "1.4.12", "angular-gridster2": "10.1.5", "angular-mentions": "1.2.0", "angular2-chartjs": "0.5.1", "babel-polyfill": "6.26.0", "bootstrap": "4.5.2", "core-js": "3.6.5", "cropperjs": "2.0.0-alpha.1", "date-fns": "2.16.1", "font-awesome": "4.7.0", "graphiql": "1.0.4", "graphql": "15.3.0", "image-focus": "1.1.2", "keycharm": "0.3.1", "marked": "1.1.1", "mersenne-twister": "1.1.0", "mousetrap": "1.6.5", "ngx-color-picker": "10.0.1", "oidc-client": "1.10.1", "pikaday": "1.8.0", "progressbar.js": "1.1.0", "react": "16.13.1", "react-dom": "16.13.1", "rxjs": "6.6.3", "simplemde": "1.11.2", "slugify": "1.4.5", "tinymce": "5.4.2", "tslib": "2.0.1", "vis-data": "7.0.0", "vis-network": "8.3.2", "vis-util": "4.3.4", "zone.js": "0.11.1" }, "devDependencies": { "@angular-devkit/build-optimizer": "0.1001.1", "@angular/compiler": "10.1.1", "@angular/compiler-cli": "10.1.1", "@ngtools/webpack": "10.1.1", "@types/core-js": "2.5.4", "@types/jasmine": "3.5.14", "@types/marked": "1.1.0", "@types/mersenne-twister": "1.1.2", "@types/mousetrap": "^1.6.3", "@types/node": "14.10.1", "@types/react": "16.9.49", "@types/react-dom": "16.9.8", "@types/simplemde": "1.11.7", "@types/tinymce": "4.5.24", "browserslist": "4.14.2", "caniuse-lite": "1.0.30001129", "circular-dependency-plugin": "5.2.0", "codelyzer": "6.0.0", "copy-webpack-plugin": "6.1.0", "css-loader": "4.3.0", "cssnano": "4.1.10", "entities": "2.0.3", "file-loader": "6.1.0", "html-loader": "1.3.0", "html-webpack-plugin": "4.4.1", "ignore-loader": "0.1.2", "istanbul-instrumenter-loader": "3.0.1", "jasmine-core": "3.6.0", "karma": "5.2.2", "karma-chrome-launcher": "3.1.0", "karma-cli": "2.0.0", "karma-coverage-istanbul-reporter": "3.0.3", "karma-htmlfile-reporter": "0.3.8", "karma-jasmine": "4.0.1", "karma-jasmine-html-reporter": "1.5.4", "karma-mocha-reporter": "2.2.5", "karma-sourcemap-loader": "0.3.8", "karma-webpack": "4.0.2", "mini-css-extract-plugin": "0.11.2", "node-sass": "4.14.1", "optimize-css-assets-webpack-plugin": "5.0.4", "postcss-import": "12.0.1", "postcss-loader": "4.0.1", "postcss-preset-env": "6.7.0", "raw-loader": "4.0.1", "resize-observer-polyfill": "1.5.1", "rimraf": "3.0.2", "rxjs-tslint": "0.1.8", "sass-lint": "1.13.1", "sass-lint-webpack": "1.0.3", "sass-loader": "10.0.2", "style-loader": "1.2.1", "sugarss": "2.0.0", "terser-webpack-plugin": "4.2.0", "ts-loader": "8.0.3", "tsconfig-paths-webpack-plugin": "3.3.0", "tslint": "6.1.3", "tslint-immutable": "6.0.1", "tslint-webpack-plugin": "2.1.0", "typemoq": "2.1.0", "typescript": "4.0", "underscore": "1.11.0", "webpack": "4.44.1", "webpack-bundle-analyzer": "3.8.0", "webpack-cli": "3.3.12", "webpack-dev-server": "3.11.0" } }