diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/package.json b/package.json index cda72e34..17717a66 100644 --- a/package.json +++ b/package.json @@ -14,8 +14,7 @@ "test:typecheck": "tsc --noEmit", "test:unit": "jest static" }, - "dependencies": { - "@babel/core": "^7.24.5", + "devDependencies": { "@types/marked": "4.0.1", "@typescript-eslint/eslint-plugin": "5.2.0", "@typescript-eslint/parser": "5.2.0", @@ -27,11 +26,9 @@ "js-green-licenses": "4.0.0", "marked": "4.0.10", "npm-run-all": "4.1.5", - "postcss": "8.4.38", "prettier": "2.1.2", "stylelint": "14.2.0", "stylelint-config-prettier": "9.0.3", - "stylelint-config-recommended": "6.0.0", "stylelint-config-standard": "24.0.0", "stylelint-order": "5.0.0", "stylelint-prettier": "2.0.0", |
