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

Commit

Permalink
chore: remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdabbs committed Apr 17, 2022
1 parent 81f3fb9 commit 4dbcb35
Show file tree
Hide file tree
Showing 2 changed files with 231 additions and 885 deletions.
34 changes: 7 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,50 +7,29 @@
"dependencies": {
"@pi-base/core": "^0.0.11",
"@sentry/browser": "^6.19.6",
"@typescript-eslint/eslint-plugin": "^2.10.0",
"@typescript-eslint/parser": "^2.10.0",
"bootstrap": "^4.6.0",
"camelcase": "^5.3.1",
"dotenv": "8.2.0",
"dotenv-expand": "5.1.0",
"eslint": "^6.6.0",
"eslint-plugin-import": "2.20.1",
"eslint-plugin-jsx-a11y": "6.2.3",
"fs-extra": "^8.1.0",
"fuse.js": "^5.0.10-beta",
"hast-to-hyperscript": "^10.0.1",
"hyperscript": "^2.0.2",
"identity-obj-proxy": "3.0.0",
"immer": "^9.0.6",
"jquery": "^3.5.1",
"katex": "^0.11.1",
"mdast": "^3.0.0",
"micromark-util-types": "^1.0.2",
"moment": "^2.26.0",
"popper.js": "^1.16.1",
"prop-types": "^15.7.2",
"query-string": "^6.13.0",
"rehype-katex": "^6.0.2",
"rehype-stringify": "^9.0.3",
"remark-math": "^5.1.1",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
"reselect": "^4.0.0",
"resolve": "1.15.0",
"resolve-url-loader": "3.1.2",
"semver": "6.3.0",
"style-loader": "0.23.1",
"svelte": "^3.42.6",
"svelte-routing": "^1.6.0",
"ts-pnp": "1.1.6",
"typescript": "^4.4.3",
"unified": "^10.1.2",
"unist-util-map": "^3.0.0"
"unified": "^10.1.2"
},
"scripts": {
"build": "vite build",
"check": "svelte-check --tsconfig ./tsconfig.json",
"dev": "vite",
"preinstall": "npx only-allow pnpm",
"preview": "vite preview",
"test": "vitest",
"test:cov": "vitest run --coverage",
Expand Down Expand Up @@ -88,14 +67,15 @@
"@testing-library/dom": "^7.7.3",
"@testing-library/user-event": "^7.1.2",
"@tsconfig/svelte": "^2.0.1",
"@types/enzyme": "^3.10.5",
"@types/hyperscript": "^0.0.4",
"@types/katex": "^0.11.0",
"@types/node": "^12.0.0",
"@typescript-eslint/eslint-plugin": "^2.10.0",
"@typescript-eslint/parser": "^2.10.0",
"c8": "^7.11.0",
"cypress": "^8.3.1",
"enzyme": "^3.11.0",
"enzyme-to-json": "^3.5.0",
"eslint": "^6.6.0",
"eslint-plugin-import": "2.20.1",
"eslint-plugin-jsx-a11y": "6.2.3",
"husky": "^4.2.5",
"lint-staged": "^10.2.9",
"prettier": "2.0.5",
Expand Down
Loading

0 comments on commit 4dbcb35

Please sign in to comment.