Extra contents beyond WaniKani
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
917 B

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
  1. {
  2. "name": "wk-extra",
  3. "version": "1.0.0",
  4. "main": "index.js",
  5. "private": true,
  6. "repository": "git@git.polv.cc:polv/wk-extra.git",
  7. "author": "Pacharapol Withayasakpunt <polv@polv.cc>",
  8. "license": "MIT",
  9. "scripts": {
  10. "ts": "ts-node -r tsconfig-paths/register"
  11. },
  12. "dependencies": {
  13. "axios": "^0.26.1",
  14. "axios-rate-limit": "^1.3.0",
  15. "fs-extra": "^10.1.0",
  16. "js-yaml": "^4.1.0",
  17. "nanoid": "^3.3.2",
  18. "wanakana": "^4.0.2"
  19. },
  20. "devDependencies": {
  21. "@types/fs-extra": "^9.0.13",
  22. "@types/js-yaml": "^4.0.5",
  23. "@types/node": "^17.0.23",
  24. "@types/wanakana": "^4.0.3",
  25. "husky": "^7.0.4",
  26. "import-sort-parser-typescript": "^6.0.0",
  27. "ts-node": "^10.7.0",
  28. "tsconfig-paths": "^3.14.1",
  29. "typescript": "^4.6.3",
  30. "vuepress": "^2.0.0-beta.37"
  31. },
  32. "importSort": {
  33. ".js, .ts": {
  34. "parser": "typescript",
  35. "style": "module"
  36. }
  37. }
  38. }