Skip to content

Commit

Permalink
env: add rollup plugin dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
js87zz committed Jul 7, 2021
1 parent e0be21f commit 7002304
Show file tree
Hide file tree
Showing 3 changed files with 213 additions and 10 deletions.
4 changes: 1 addition & 3 deletions apps/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,7 @@
},
"devDependencies": {
"@toast-ui/release-notes": "^2.0.1",
"cross-env": "^6.0.3",
"rollup": "2.52.0",
"@rollup/plugin-typescript": "8.2.1"
"cross-env": "^6.0.3"
},
"dependencies": {
"prosemirror-commands": "^1.1.9",
Expand Down
214 changes: 207 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
"@babel/core": "^7.8.3",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@rollup/plugin-typescript": "^8.2.1",
"@testing-library/jest-dom": "^5.11.9",
"@types/common-tags": "^1.8.0",
"@types/jest": "^26.0.20",
Expand Down Expand Up @@ -39,6 +43,7 @@
"lerna": "^3.20.2",
"mini-css-extract-plugin": "^1.3.9",
"prettier": "^2.1.2",
"rollup": "^2.52.0",
"snowpack": "^3.0.13",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.1.1",
Expand Down

0 comments on commit 7002304

Please sign in to comment.