Skip to content

Commit

Permalink
Move TypeScript packages to package.json dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
  • Loading branch information
MauricioFauth committed Mar 30, 2023
1 parent bc79f55 commit b3a8658
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -15,6 +15,12 @@
"@babel/core": "^7.21.3",
"@babel/preset-env": "^7.20.2",
"@popperjs/core": "^2.11.7",
"@types/bootstrap": "^5.2.6",
"@types/codemirror": "^5.60.7",
"@types/jquery": "^3.5.16",
"@types/jquery.ui.datetimepicker": "^0.3.30",
"@types/jquery.validation": "^1.16.7",
"@types/jqueryui": "^1.12.16",
"@zxcvbn-ts/core": "^2.2.1",
"autoprefixer": "^10.4.14",
"babel-loader": "^9.1.2",
Expand All @@ -41,19 +47,15 @@
"sass-loader": "^13.2.2",
"tablesorter": "^2.31.3",
"tracekit": "0.4.6",
"ts-loader": "^9.4.2",
"typescript": "^5.0.2",
"u2f-api-polyfill": "0.4.4",
"updated-jqplot": "1.0.9",
"webpack": "^5.76.3",
"webpack-cli": "^5.0.1",
"webpack-concat-files-plugin": "^0.5.2"
},
"devDependencies": {
"@types/bootstrap": "^5.2.6",
"@types/codemirror": "^5.60.7",
"@types/jquery": "^3.5.16",
"@types/jquery.ui.datetimepicker": "^0.3.30",
"@types/jquery.validation": "^1.16.7",
"@types/jqueryui": "^1.12.16",
"babel-jest": "^29.5.0",
"eslint": "^8.36.0",
"eslint-plugin-compat": "4.1.1",
Expand All @@ -63,9 +65,7 @@
"stylelint": "^15.3.0",
"stylelint-config-recommended-scss": "^9.0.1",
"stylelint-config-standard": "^31.0.0",
"stylelint-scss": "^4.6.0",
"ts-loader": "^9.4.2",
"typescript": "^5.0.2"
"stylelint-scss": "^4.6.0"
},
"scripts": {
"postinstall": "yarn run build",
Expand Down

0 comments on commit b3a8658

Please sign in to comment.