Skip to content

Commit

Permalink
chore: moved unnecessary packages to dev in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MishaZhem committed Jul 10, 2024
1 parent 4cd8cfc commit 200bbe2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 17 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,19 +63,12 @@
"@angular/platform-browser-dynamic": "~18.0.0",
"@angular/router": "~18.0.0",
"@nx/angular": "19.4.2",
"@taiga-ui/browserslist-config": "^0.113.7",
"@taiga-ui/cdk": "^4.0.0-rc.4",
"@taiga-ui/commitlint-config": "^0.113.7",
"@taiga-ui/core": "^4.0.0-rc.4",
"@taiga-ui/eslint-plugin-experience": "^0.113.7",
"@taiga-ui/icons": "^4.0.0-rc.4",
"@taiga-ui/kit": "^4.0.0-rc.4",
"@taiga-ui/prettier-config": "^0.113.7",
"@taiga-ui/stylelint-config": "^0.113.7",
"@taiga-ui/styles": "^4.0.0-rc.4",
"@taiga-ui/tsconfig": "^0.113.7",
"cspell": "^8.10.4",
"husky": "^9.0.11",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.3"
Expand All @@ -97,8 +90,15 @@
"@swc-node/register": "~1.9.1",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@taiga-ui/browserslist-config": "^0.113.7",
"@taiga-ui/commitlint-config": "^0.113.7",
"@taiga-ui/eslint-plugin-experience": "^0.113.7",
"@taiga-ui/prettier-config": "^0.113.7",
"@taiga-ui/stylelint-config": "^0.113.7",
"@types/jest": "^29.4.0",
"@types/node": "18.16.9",
"cspell": "^8.10.4",
"husky": "^9.0.11",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-preset-angular": "~14.1.0",
Expand Down
11 changes: 1 addition & 10 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
{
"extends": "@taiga-ui/tsconfig",
"compilerOptions": {
"baseUrl": "./",
"outDir": "./dist",
"lib": ["es2021", "dom"],
"target": "ES2017",
"module": "ES2020",
"useDefineForClassFields": false,
"typeRoots": ["node_modules/@types"]
}
"extends": "@taiga-ui/tsconfig"
}

0 comments on commit 200bbe2

Please sign in to comment.