package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_from": "hanzi-writer",
  3. "_id": "hanzi-writer@3.6.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-2fDdpnNq33rFihiOX2iHIKjWwNPoo6yl95wqAyhtq/PRRMwTTzKNT8JgtqwCebMJi9TjyXySBIfs3xI1FLSsvA==",
  6. "_location": "/hanzi-writer",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "hanzi-writer",
  12. "name": "hanzi-writer",
  13. "escapedName": "hanzi-writer",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/hanzi-writer/-/hanzi-writer-3.6.0.tgz",
  23. "_shasum": "a871475457cc9914b03d9f1b2c41c368111dae08",
  24. "_spec": "hanzi-writer",
  25. "_where": "F:\\git\\GCLS_Page_Mobile",
  26. "author": {
  27. "name": "David Chanin",
  28. "email": "chanindav@gmail.com",
  29. "url": "http://chanind.github.io/hanzi-writer/"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/chanind/hanzi-writer/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {},
  36. "deprecated": false,
  37. "description": "Hanzi Writer is a free and open-source javascript library for both animating simplified Chinese characters and quizzing users on character stroke order.",
  38. "devDependencies": {
  39. "@babel/core": "^7.12.10",
  40. "@babel/preset-env": "^7.12.11",
  41. "@babel/preset-typescript": "^7.12.7",
  42. "@rollup/plugin-babel": "^5.2.2",
  43. "@rollup/plugin-node-resolve": "^11.1.0",
  44. "@sinonjs/fake-timers": "^7.0.2",
  45. "@types/jest": "^26.0.20",
  46. "@types/nise": "^1.4.0",
  47. "@types/sinonjs__fake-timers": "^6.0.2",
  48. "@typescript-eslint/eslint-plugin": "^4.14.0",
  49. "@typescript-eslint/parser": "^4.14.0",
  50. "@wessberg/rollup-plugin-ts": "^1.3.8",
  51. "codecov": "^3.8.1",
  52. "eslint": "^7.18.0",
  53. "hanzi-writer-data": "^2.0.1",
  54. "jest-canvas-mock": "2.1.0",
  55. "jest-cli": "^26.6.3",
  56. "jest-fetch-mock": "^3.0.3",
  57. "nise": "^4.0.4",
  58. "prettier": "^2.2.1",
  59. "rollup": "^2.36.2",
  60. "rollup-plugin-filesize": "^9.1.0",
  61. "rollup-plugin-license": "^2.2.0",
  62. "rollup-plugin-terser": "^7.0.2",
  63. "semantic-release": "^17.3.3",
  64. "typescript": "^4.1.3"
  65. },
  66. "files": [
  67. "dist"
  68. ],
  69. "homepage": "https://github.com/chanind/hanzi-writer#readme",
  70. "jest": {
  71. "setupFiles": [
  72. "jest-canvas-mock"
  73. ],
  74. "setupFilesAfterEnv": [
  75. "<rootDir>/../jest-setup.js"
  76. ],
  77. "rootDir": "src",
  78. "coverageDirectory": "../coverage/",
  79. "testURL": "https://test.com/url#tag",
  80. "collectCoverage": true,
  81. "testEnvironment": "<rootDir>/../jest-jsdom-env"
  82. },
  83. "main": "dist/index.cjs.js",
  84. "module": "dist/index.esm.js",
  85. "name": "hanzi-writer",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/chanind/hanzi-writer.git"
  89. },
  90. "scripts": {
  91. "build": "rm -rf dist && rollup -c",
  92. "lint-fix": "eslint --fix --ext .tsx,.ts .",
  93. "lint-test": "eslint -c .eslintrc src",
  94. "prepublishOnly": "rollup -c",
  95. "prettier": "prettier -w src",
  96. "semantic-release": "semantic-release",
  97. "test": "jest",
  98. "typecheck": "tsc --noEmit --skipLibCheck"
  99. },
  100. "types": "dist/types/index.esm.d.ts",
  101. "version": "3.6.0"
  102. }