Headless CMS and Content Managment Hub
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

140 lines
4.7 KiB

{
"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 esm5 browser module main --first-only --create-ivy-entry-points"
},
"dependencies": {
"@angular/animations": "11.2.10",
"@angular/cdk": "11.2.9",
"@angular/common": "11.2.10",
"@angular/core": "11.2.10",
"@angular/forms": "11.2.10",
"@angular/localize": "11.2.10",
"@angular/platform-browser": "11.2.10",
"@angular/platform-browser-dynamic": "11.2.10",
"@angular/platform-server": "11.2.10",
"@angular/router": "11.2.10",
"@egjs/hammerjs": "2.0.17",
"ace-builds": "1.4.12",
"angular-gridster2": "11.1.5",
"angular-mentions": "1.3.0",
"angular2-chartjs": "0.5.1",
"babel-polyfill": "6.26.0",
"bootstrap": "4.6.0",
"codemirror-graphql": "0.12.3",
"core-js": "3.10.1",
"cropperjs": "2.0.0-alpha.1",
"date-fns": "2.21.1",
"font-awesome": "4.7.0",
"graphiql": "1.0.6",
"graphql": "15.4.0",
"image-focus": "1.2.0",
"keycharm": "0.4.0",
"marked": "2.0.3",
"mersenne-twister": "1.1.0",
"mousetrap": "1.6.5",
"ngx-color-picker": "11.0.0",
"ngx-doc-viewer": "2.0.2",
"oidc-client": "1.11.5",
"pikaday": "1.8.2",
"progressbar.js": "1.1.0",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"rxjs": "6.6.7",
"simplemde": "1.11.2",
"slugify": "1.5.0",
"tinymce": "5.7.1",
"tslib": "2.2.0",
"video.js": "7.11.8",
"vis-data": "7.1.2",
"vis-network": "9.0.4",
"vis-util": "5.0.2",
"zone.js": "0.11.4"
},
"devDependencies": {
"@angular-devkit/build-optimizer": "0.1102.9",
"@angular/compiler": "11.2.10",
"@angular/compiler-cli": "11.2.10",
"@ngtools/webpack": "11.2.9",
"@types/codemirror": "0.0.108",
"@types/core-js": "2.5.4",
"@types/jasmine": "3.6.9",
"@types/marked": "2.0.2",
"@types/mersenne-twister": "1.1.2",
"@types/mousetrap": "1.6.6",
"@types/node": "14.14.40",
"@types/react": "17.0.3",
"@types/react-dom": "17.0.3",
"@types/simplemde": "1.11.7",
"@types/tapable": "1.0.6",
"@types/tinymce": "4.6.0",
"@types/ws": "^7.4.1",
"browserslist": "4.16.4",
"caniuse-lite": "1.0.30001208",
"circular-dependency-plugin": "5.2.2",
"codelyzer": "6.0.1",
"copy-webpack-plugin": "6.3.1",
"css-loader": "5.2.1",
"cssnano": "5.0.1",
"entities": "2.2.0",
"file-loader": "6.2.0",
"html-loader": "1.3.2",
"html-webpack-plugin": "4.5.0",
"ignore-loader": "0.1.2",
"istanbul-instrumenter-loader": "3.0.1",
"jasmine-core": "3.6.0",
"karma": "5.2.3",
"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": "1.3.1",
"node-sass": "5.0.0",
"optimize-css-assets-webpack-plugin": "5.0.4",
"postcss-import": "14.0.1",
"postcss-loader": "4.0.4",
"postcss-preset-env": "6.7.0",
"raw-loader": "4.0.2",
"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.1.0",
"style-loader": "2.0.0",
"sugarss": "3.0.3",
"terser": "^5.6.1",
"terser-webpack-plugin": "4.2.3",
"ts-loader": "8.0.13",
"tsconfig-paths-webpack-plugin": "3.5.1",
"tslint": "6.1.3",
"tslint-immutable": "6.0.1",
"tslint-webpack-plugin": "2.1.0",
"typemoq": "2.1.0",
"typescript": "4.0",
"underscore": "1.13.1",
"webpack": "4.44.2",
"webpack-bundle-analyzer": "3.9.0",
"webpack-cli": "3.3.12",
"webpack-dev-server": "3.11.2"
}
}