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.

75 lines
2.3 KiB

3 years ago
5 years ago
3 years ago
3 years ago
  1. {
  2. "name": "doccano",
  3. "version": "1.0.0",
  4. "description": "doccano is an open source annotation tools for machine learning practitioner.",
  5. "author": "Hironsan",
  6. "private": true,
  7. "scripts": {
  8. "lint": "eslint --ext .ts,.js,.vue --ignore-path .gitignore .",
  9. "lintfix": "eslint --fix --ext .ts,.js,.vue --ignore-path .gitignore .",
  10. "precommit": "yarn lint",
  11. "test": "jest",
  12. "dev": "nuxt",
  13. "build": "nuxt build",
  14. "start": "nuxt start",
  15. "generate": "nuxt generate"
  16. },
  17. "dependencies": {
  18. "@nuxtjs/axios": "^5.12.0",
  19. "@nuxtjs/composition-api": "^0.23.4",
  20. "@nuxtjs/proxy": "^2.0.1",
  21. "@nuxtjs/vuetify": "^1.11.2",
  22. "@toast-ui/vue-editor": "^1.1.1",
  23. "@vuejs-community/vue-filter-date-format": "^1.6.3",
  24. "@vuejs-community/vue-filter-date-parse": "^1.1.6",
  25. "chart.js": "^2.9.3",
  26. "codemirror": "^5.55.0",
  27. "filepond": "^4.26.1",
  28. "filepond-plugin-file-validate-type": "^1.2.6",
  29. "js-cookie": "^2.2.1",
  30. "lodash": "^4.17.21",
  31. "nuxt": "^2.11.0",
  32. "nuxt-i18n": "^6.13.12",
  33. "papaparse": "^5.2.0",
  34. "tui-editor": "^1.4.10",
  35. "vue-chartjs": "^3.5.0",
  36. "vue-filepond": "^6.0.0",
  37. "vue-shortkey": "^3.1.7",
  38. "vue-youtube": "^1.4.0",
  39. "vuetify": "^2.3.4",
  40. "wavesurfer.js": "^5.0.1",
  41. "yarn": "^1.22.4"
  42. },
  43. "devDependencies": {
  44. "@nuxt/types": "^2.14.12",
  45. "@nuxt/typescript-build": "^2.0.4",
  46. "@nuxtjs/eslint-config": "^3.0.0",
  47. "@nuxtjs/eslint-config-typescript": "^5.0.0",
  48. "@nuxtjs/eslint-module": "^2.0.0",
  49. "@nuxtjs/google-analytics": "^2.3.0",
  50. "@types/lodash": "^4.14.168",
  51. "@types/wavesurfer.js": "^5.0.1",
  52. "@vue/test-utils": "^1.0.3",
  53. "axios-mock-adapter": "^1.18.1",
  54. "babel-core": "7.0.0-bridge.0",
  55. "babel-eslint": "^10.1.0",
  56. "babel-jest": "^26.1.0",
  57. "eslint": "^7.19.0",
  58. "eslint-config-prettier": "^7.2.0",
  59. "eslint-config-standard": ">=14.1.1",
  60. "eslint-plugin-import": ">=2.22.0",
  61. "eslint-plugin-jest": ">=23.18.0",
  62. "eslint-plugin-node": ">=11.1.0",
  63. "eslint-plugin-nuxt": "^1.0.0",
  64. "eslint-plugin-promise": ">=4.0.1",
  65. "eslint-plugin-standard": ">=4.0.1",
  66. "eslint-plugin-vue": "^6.2.2",
  67. "jest": "^26.1.0",
  68. "nodemon": "^2.0.4",
  69. "prettier": "^2.2.1",
  70. "raw-loader": "^4.0.2",
  71. "stylus": "^0.54.7",
  72. "stylus-loader": "^3.0.2",
  73. "vue-jest": "^3.0.6"
  74. }
  75. }