Nx migration

This commit is contained in:
2024-05-13 16:59:23 +03:00
parent cf6128c248
commit 7cc5cbaac3
70 changed files with 13282 additions and 5777 deletions

View File

@@ -3,11 +3,11 @@
"version": "0.0.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --base-href https://nwaifu.su/ --configuration production",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "ng lint"
"start": "nx serve NwaifuWeb",
"build": "nx build NwaifuWeb --base-href https://nwaifu.su/ --configuration production",
"watch": "nx build NwaifuWeb --watch --configuration development",
"test": "nx test",
"lint": "nx lint"
},
"private": true,
"dependencies": {
@@ -31,25 +31,35 @@
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.2.2",
"@angular-eslint/builder": "17.2.1",
"@angular-devkit/core": "^17.2.2",
"@angular-devkit/schematics": "^17.2.2",
"@angular-eslint/eslint-plugin": "17.2.1",
"@angular-eslint/eslint-plugin-template": "17.2.1",
"@angular-eslint/schematics": "17.2.1",
"@angular-eslint/template-parser": "17.2.1",
"@angular/cli": "^17.2.2",
"@angular/compiler-cli": "^17.2.0",
"@nx/angular": "19.0.2",
"@nx/eslint": "19.0.2",
"@nx/js": "19.0.2",
"@nx/workspace": "19.0.2",
"@schematics/angular": "^17.2.2",
"@swc-node/register": "~1.8.0",
"@swc/core": "~1.3.85",
"@swc/helpers": "~0.5.2",
"@types/jasmine": "~5.1.0",
"@typescript-eslint/eslint-plugin": "6.19.0",
"@typescript-eslint/parser": "6.19.0",
"autoprefixer": "^10.4.18",
"eslint": "^8.56.0",
"eslint": "~8.57.0",
"jasmine-core": "~5.1.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.1.0",
"nx": "19.0.2",
"postcss": "^8.4.35",
"prettier": "^2.6.2",
"tailwindcss": "^3.4.1",
"typescript": "~5.3.2"
}