/
TestEntry
/
mt-app
Обзор
Документация
Войти
/
TestEntry
/
mt-app
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
package.json
68 строк
2 KB
PontiyPirat
chore: configure import-x resolvers and reorder imports across projects
25 июн 2026, 12:46
25 июн 2026, 12:46
02f8b15
Код
Авторство
О чём код?
{ "name": "mt-app", "version": "0.0.0", "type": "module", "scripts": { "ng": "ng", "start": "ng serve", "start:network": "ng serve --host 0.0.0.0", "start:messenger": "ng serve messenger", "start:messenger:network": "ng serve messenger --host 0.0.0.0", "build": "ng build", "build:messenger": "ng build messenger", "watch": "ng build --watch --configuration development", "watch:messenger": "ng build messenger --watch --configuration development", "lint": "ng lint", "lint:fix": "ng lint --fix", "lint:messenger": "ng lint messenger", "lint:messenger:fix": "ng lint messenger --fix", "clean": "if exist node_modules rmdir /s /q node_modules" }, "private": true, "dependencies": { "@angular/common": "^22.0.2", "@angular/compiler": "^22.0.2", "@angular/core": "^22.0.2", "@angular/forms": "^22.0.2", "@angular/platform-browser": "^22.0.2", "@angular/router": "^22.0.2", "@ngrx/operators": "^21.1.1", "@ngrx/signals": "^21.1.1", "@ngx-translate/core": "^18.0.0", "@ngx-translate/http-loader": "^18.0.0", "rxjs": "~7.8.2", "socket.io-client": "^4.8.3", "tslib": "^2.8.1", "zone.js": "~0.16.2" }, "devDependencies": { "@angular-eslint/builder": "^22.0.0", "@angular-eslint/eslint-plugin": "^22.0.0", "@angular-eslint/eslint-plugin-template": "^22.0.0", "@angular-eslint/template-parser": "^22.0.0", "@angular/build": "^22.0.3", "@angular/cli": "^22.0.3", "@angular/compiler-cli": "^22.0.2", "@eslint/js": "^10.0.1", "@tailwindcss/postcss": "^4.3.1", "eslint": "^10.5.0", "eslint-import-resolver-node": "^0.4.0", "eslint-import-resolver-typescript": "^4.4.5", "eslint-plugin-import-x": "^4.17.0", "eslint-plugin-prettier": "^5.5.6", "eslint-plugin-unused-imports": "^4.4.1", "globals": "^17.7.0", "ng-packagr": "^22.0.0", "postcss": "^8.5.15", "prettier": "^3.8.4", "tailwindcss": "^4.3.1", "typescript": "~6.0.3", "typescript-eslint": "^8.62.0" }, "overrides": { "@ngrx/signals": { "@angular/common": "$@angular/common", "@angular/core": "$@angular/core" } } }