mirror of https://github.com/Squidex/squidex.git
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.
136 lines
4.3 KiB
136 lines
4.3 KiB
{
|
|
"name": "squidex",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"build": "ng build",
|
|
"lint": "eslint src/app/**/*.ts",
|
|
"lint:fix": "eslint src/app/**/*.ts --fix",
|
|
"ng": "ng",
|
|
"start": "ng serve",
|
|
"test": "ng test",
|
|
"test:coverage": "ng test --no-watch --code-coverage --browsers=ChromeHeadlessNoSandbox",
|
|
"watch": "ng build --watch --configuration development",
|
|
"storybook": "ng run squidex:storybook",
|
|
"storybook-build": "ng run squidex:build-storybook"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@angular-devkit/architect": "^0.1700.0",
|
|
"@angular/animations": "17.0.2",
|
|
"@angular/cdk": "17.0.0",
|
|
"@angular/cdk-experimental": "17.0.0",
|
|
"@angular/common": "17.0.2",
|
|
"@angular/core": "17.0.2",
|
|
"@angular/forms": "17.0.2",
|
|
"@angular/localize": "17.0.2",
|
|
"@angular/platform-browser": "17.0.2",
|
|
"@angular/platform-browser-dynamic": "17.0.2",
|
|
"@angular/platform-server": "17.0.2",
|
|
"@angular/router": "17.0.2",
|
|
"@egjs/hammerjs": "2.0.17",
|
|
"@floating-ui/dom": "^1.5.3",
|
|
"@graphiql/toolkit": "^0.9.1",
|
|
"@iharbeck/ngx-virtual-scroller": "^16.0.0",
|
|
"@lithiumjs/angular": "^7.3.0",
|
|
"@lithiumjs/ngx-virtual-scroll": "^0.3.0",
|
|
"@marker.io/browser": "^0.19.0",
|
|
"ace-builds": "1.31.1",
|
|
"angular-gridster2": "16.0.0",
|
|
"angular-mentions": "1.5.0",
|
|
"bootstrap": "5.2.3",
|
|
"copy-webpack-plugin": "^11.0.0",
|
|
"core-js": "3.33.2",
|
|
"cropperjs": "2.0.0-alpha.1",
|
|
"date-fns": "2.30.0",
|
|
"graphiql": "3.0.9",
|
|
"graphql": "16.8.1",
|
|
"graphql-ws": "^5.14.2",
|
|
"image-focus": "1.2.1",
|
|
"keycharm": "0.4.0",
|
|
"leaflet": "1.9.4",
|
|
"leaflet-control-geocoder": "2.4.0",
|
|
"marked": "10.0.0",
|
|
"mersenne-twister": "1.1.0",
|
|
"moment": "^2.29.4",
|
|
"mousetrap": "1.6.5",
|
|
"ng2-charts": "^5.0.3",
|
|
"ngx-color-picker": "15.0.0",
|
|
"ngx-doc-viewer": "15.0.1",
|
|
"ngx-ui-tour-core": "^11.0.6",
|
|
"oidc-client-ts": "^2.4.0",
|
|
"pikaday": "1.8.2",
|
|
"progressbar.js": "1.1.1",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"rxjs": "7.8.1",
|
|
"simplemde": "1.11.2",
|
|
"slugify": "1.6.6",
|
|
"tslib": "2.6.2",
|
|
"tui-calendar": "^1.15.3",
|
|
"typemoq": "^2.1.0",
|
|
"video.js": "8.6.1",
|
|
"vis-data": "7.1.8",
|
|
"vis-network": "9.1.9",
|
|
"vis-util": "5.0.6",
|
|
"y-protocols": "^1.0.6",
|
|
"y-websocket": "^1.5.0",
|
|
"zone.js": "0.14.2"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "^17.0.0",
|
|
"@angular-eslint/builder": "17.0.1",
|
|
"@angular-eslint/eslint-plugin": "17.0.1",
|
|
"@angular-eslint/eslint-plugin-template": "17.0.1",
|
|
"@angular-eslint/schematics": "17.0.1",
|
|
"@angular-eslint/template-parser": "17.0.1",
|
|
"@angular/cli": "^17.0.0",
|
|
"@angular/compiler": "^17.0.2",
|
|
"@angular/compiler-cli": "^17.0.2",
|
|
"@angular/elements": "^17.0.2",
|
|
"@compodoc/compodoc": "^1.1.22",
|
|
"@storybook/addon-actions": "^7.5.3",
|
|
"@storybook/addon-essentials": "^7.5.3",
|
|
"@storybook/addon-interactions": "^7.5.3",
|
|
"@storybook/addon-links": "^7.5.3",
|
|
"@storybook/angular": "^7.5.3",
|
|
"@storybook/testing-library": "^0.2.2",
|
|
"@types/codemirror": "5.60.13",
|
|
"@types/core-js": "2.5.8",
|
|
"@types/jasmine": "5.1.2",
|
|
"@types/marked": "5.0.1",
|
|
"@types/mersenne-twister": "1.1.7",
|
|
"@types/mousetrap": "1.6.14",
|
|
"@types/node": "20.9.0",
|
|
"@types/react": "18.2.37",
|
|
"@types/react-dom": "18.2.15",
|
|
"@types/simplemde": "1.11.11",
|
|
"@types/tapable": "2.2.7",
|
|
"@types/ws": "8.5.9",
|
|
"@typescript-eslint/eslint-plugin": "^6.10.0",
|
|
"@typescript-eslint/parser": "^6.10.0",
|
|
"@webcomponents/custom-elements": "^1.6.0",
|
|
"eslint": "^8.53.0",
|
|
"eslint-config-airbnb-typescript": "17.1.0",
|
|
"eslint-plugin-deprecation": "^2.0.0",
|
|
"eslint-plugin-import": "2.29.0",
|
|
"eslint-plugin-jsx-a11y": "6.8.0",
|
|
"eslint-plugin-storybook": "^0.6.15",
|
|
"jasmine-core": "~5.1.1",
|
|
"karma": "~6.4.2",
|
|
"karma-chrome-launcher": "~3.2.0",
|
|
"karma-coverage": "~2.2.1",
|
|
"karma-jasmine": "~5.1.0",
|
|
"karma-jasmine-html-reporter": "~2.1.0",
|
|
"storybook": "^7.5.3",
|
|
"stylelint": "15.11.0",
|
|
"stylelint-config-standard": "34.0.0",
|
|
"stylelint-config-standard-scss": "^11.1.0",
|
|
"stylelint-scss": "5.3.1",
|
|
"typescript": "5.2.2"
|
|
},
|
|
"overrides": {
|
|
"ng2-charts": {
|
|
"ng2-charts-schematics": "0.1.7"
|
|
}
|
|
}
|
|
}
|
|
|