Skip to content

Commit

Permalink
deps: Clean up mermaid-electron-renderer package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
andymac4182 committed Apr 19, 2023
1 parent e0bdc24 commit 8137934
Showing 1 changed file with 0 additions and 40 deletions.
40 changes: 0 additions & 40 deletions packages/mermaid-electron-renderer/package.json
Expand Up @@ -17,64 +17,24 @@
"author": "andymac4182",
"license": "Apache 2.0",
"devDependencies": {
"@jest/globals": "^29.5.0",
"@types/deep-equal": "^1.0.1",
"@types/lodash": "^4.14.194",
"@types/markdown-it": "^12.2.3",
"@types/mime-types": "^2.1.1",
"@types/node": "^16.11.6",
"@types/prosemirror-model": "1.16.2",
"@types/react-dom": "^18.0.11",
"@types/spark-md5": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.58.0",
"builtin-modules": "3.3.0",
"esbuild": "0.17.16",
"esbuild-node-externals": "^1.7.0",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"husky": "^8.0.3",
"jest": "^29.5.0",
"lint-staged": "^13.2.1",
"markdown-it": "^13.0.1",
"prettier": "2.8.7",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"tslib": "2.5.0",
"typescript": "4.7.4"
},
"dependencies": {
"@atlaskit/adf-utils": "^17.1.4",
"@atlaskit/editor-common": "^72.4.0",
"@atlaskit/editor-confluence-transformer": "^8.1.33",
"@atlaskit/editor-json-transformer": "^8.8.3",
"@atlaskit/renderer": "^107.3.2",
"@electron/remote": "^2.0.9",
"@types/prosemirror-state": "^1.3.0",
"@types/prosemirror-transform": "^1.4.2",
"@types/prosemirror-view": "^1.23.1",
"confluence.js": "^1.6.3",
"deep-equal": "^2.2.0",
"formdata-node": "^5.0.0",
"gray-matter": "^4.0.3",
"lodash": "^4.17.21",
"markdown-it-table": "^2.0.4",
"mermaid": "^10.1.0",
"mime-types": "^2.1.35",
"prosemirror-markdown": "^1.10.1",
"prosemirror-model": "1.14.3",
"punycode": "^1.4.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-intl-next": "npm:react-intl@^5.18.1",
"sort-any": "^4.0.5",
"spark-md5": "^3.0.2",
"uuid": "^9.0.0",
"@markdown-confluence/lib": "3.3.0"
},
"resolutions": {
"prosemirror-model": "1.14.3"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
Expand Down

0 comments on commit 8137934

Please sign in to comment.