Skip to content

Commit

Permalink
Don't keep any external dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
willcrichton committed Jun 23, 2022
1 parent a09d1cd commit 62ff4a6
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,6 @@
"lint": "eslint --ext js,ts,tsx lib",
"fmt": "prettier -w \"lib/**/*.{ts,tsx}\""
},
"dependencies": {
"@iarna/toml": "^2.2.5",
"ajv": "^8.11.0",
"axios": "^0.27.2",
"better-ajv-errors": "^1.2.0",
"classnames": "^2.3.1",
"lodash": "^4.17.21",
"mobx": "^6.6.0",
"mobx-react": "^7.5.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-showdown": "^2.3.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@nota-lang/esbuild-utils": "^0.3.7",
"@trivago/prettier-plugin-sort-imports": "^3.2.0",
Expand All @@ -43,6 +29,18 @@
"eslint-plugin-react-hooks": "^4.5.0",
"prettier": "^2.6.2",
"ts-json-schema-generator": "^1.0.0",
"typescript": "4.6.4"
"typescript": "4.6.4",
"ajv": "^8.11.0",
"@iarna/toml": "^2.2.5",
"better-ajv-errors": "^1.2.0",
"lodash": "^4.17.21",
"axios": "^0.27.2",
"classnames": "^2.3.1",
"mobx": "^6.6.0",
"mobx-react": "^7.5.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-showdown": "^2.3.1",
"uuid": "^8.3.2"
}
}

0 comments on commit 62ff4a6

Please sign in to comment.