/
qwiklly
/
cms
Обзор
Документация
Войти
/
qwiklly
/
cms
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
apps/client/package.json
62 строки
2 KB
Илья Кузнецов
feature(#15): nested user types
20 окт 2023, 19:16
20 окт 2023, 19:16
7e876bb
Код
Авторство
О чём код?
{ "name": "client", "version": "0.0.0", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "watch": "ng build --watch --configuration development", "test": "ng test", "lint": "ng lint", "lint:styles": "stylelint \"src/**/*.scss\"", "lint:html": "htmlhint \"src/**/*.html\"", "gen-api": "ng-openapi-gen --config openapi-gen.json" }, "private": true, "dependencies": { "@angular/animations": "^16.0.0", "@angular/cdk": "^16.0.1", "@angular/common": "^16.0.0", "@angular/compiler": "^16.0.0", "@angular/core": "^16.0.0", "@angular/forms": "^16.0.0", "@angular/material": "^16.0.1", "@angular/platform-browser": "^16.0.0", "@angular/platform-browser-dynamic": "^16.0.0", "@angular/router": "^16.0.0", "@ngneat/elf": "^2.3.2", "@ngneat/elf-entities": "^4.5.0", "@ngneat/elf-persist-state": "^1.1.6", "cms-extensions": "^0.0.3", "eslint-plugin-etc": "^2.0.3", "eslint-plugin-typescript-enum": "^2.1.0", "htmlhint": "^1.1.4", "ng-openapi-gen": "^0.25.1", "rxjs": "~7.8.0", "stylelint": "^15.10.2", "stylelint-config-recommended-scss": "^12.0.0", "tslib": "^2.3.0", "zone.js": "~0.13.0" }, "devDependencies": { "@angular-devkit/build-angular": "^16.0.0", "@angular-eslint/builder": "16.1.0", "@angular-eslint/eslint-plugin": "16.1.0", "@angular-eslint/eslint-plugin-template": "16.1.0", "@angular-eslint/schematics": "16.1.0", "@angular-eslint/template-parser": "^16.1.0", "@angular/cli": "~16.0.0", "@angular/compiler-cli": "^16.0.0", "@types/jasmine": "~4.3.0", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", "eslint": "^8.44.0", "jasmine-core": "~4.6.0", "karma": "~6.4.0", "karma-chrome-launcher": "~3.2.0", "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.0.0", "typescript": "~5.0.2" } }