Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Cleanup dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jesec committed Apr 11, 2021
1 parent 14fb420 commit 5a97ee2
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1,730 deletions.
29 changes: 3 additions & 26 deletions package.json
Expand Up @@ -13,28 +13,12 @@
"dictionary/*.js",
"prelude/*.js"
],
"babel": {
"plugins": [
"@babel/plugin-transform-async-to-generator",
"@babel/plugin-transform-runtime"
],
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "8"
}
}
]
]
},
"prettier": {
"singleQuote": true
},
"dependencies": {
"@babel/parser": "7.13.12",
"@babel/runtime": "7.13.10",
"@babel/parser": "7.13.13",
"@babel/types": "7.13.12",
"chalk": "^4.1.0",
"escodegen": "^2.0.0",
"fs-extra": "^9.1.0",
Expand All @@ -50,14 +34,7 @@
"tslib": "2.1.0"
},
"devDependencies": {
"@babel/cli": "7.13.10",
"@babel/core": "7.13.10",
"@babel/eslint-parser": "7.13.10",
"@babel/plugin-transform-async-to-generator": "7.13.0",
"@babel/plugin-transform-runtime": "7.13.10",
"@babel/preset-env": "7.13.12",
"@babel/register": "7.13.8",
"@babel/types": "7.13.12",
"@types/escodegen": "0.0.6",
"@types/fs-extra": "9.0.8",
"@types/minimist": "1.2.1",
Expand All @@ -76,8 +53,8 @@
"lint-staged": ">=10",
"mkdirp": "^1.0.4",
"prettier": "2.2.1",
"simple-git-hooks": ">=2.2.0",
"rimraf": "^3.0.2",
"simple-git-hooks": ">=2.2.0",
"typescript": "4.2.3"
},
"peerDependencies": {
Expand Down

0 comments on commit 5a97ee2

Please sign in to comment.