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.

69 lines
2.1 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/proxy": "^2.0.1",
  20. "@nuxtjs/vuetify": "^1.11.2",
  21. "@toast-ui/vue-editor": "^1.1.1",
  22. "@vuejs-community/vue-filter-date-format": "^1.6.3",
  23. "@vuejs-community/vue-filter-date-parse": "^1.1.6",
  24. "chart.js": "^2.9.3",
  25. "codemirror": "^5.55.0",
  26. "js-cookie": "^2.2.1",
  27. "lodash": "^4.17.21",
  28. "nuxt": "^2.11.0",
  29. "nuxt-i18n": "^6.13.12",
  30. "papaparse": "^5.2.0",
  31. "tui-editor": "^1.4.10",
  32. "vue-chartjs": "^3.5.0",
  33. "vue-shortkey": "^3.1.7",
  34. "vue-youtube": "^1.4.0",
  35. "vuetify": "^2.3.4",
  36. "yarn": "^1.22.4"
  37. },
  38. "devDependencies": {
  39. "@nuxt/types": "^2.14.12",
  40. "@nuxt/typescript-build": "^2.0.4",
  41. "@nuxtjs/eslint-config": "^3.0.0",
  42. "@nuxtjs/eslint-config-typescript": "^5.0.0",
  43. "@nuxtjs/eslint-module": "^2.0.0",
  44. "@nuxtjs/google-analytics": "^2.3.0",
  45. "@types/lodash": "^4.14.168",
  46. "@vue/test-utils": "^1.0.3",
  47. "axios-mock-adapter": "^1.18.1",
  48. "babel-core": "7.0.0-bridge.0",
  49. "babel-eslint": "^10.1.0",
  50. "babel-jest": "^26.1.0",
  51. "eslint": "^7.19.0",
  52. "eslint-config-prettier": "^7.2.0",
  53. "eslint-config-standard": ">=14.1.1",
  54. "eslint-plugin-import": ">=2.22.0",
  55. "eslint-plugin-jest": ">=23.18.0",
  56. "eslint-plugin-node": ">=11.1.0",
  57. "eslint-plugin-nuxt": "^1.0.0",
  58. "eslint-plugin-promise": ">=4.0.1",
  59. "eslint-plugin-standard": ">=4.0.1",
  60. "eslint-plugin-vue": "^6.2.2",
  61. "jest": "^26.1.0",
  62. "nodemon": "^2.0.4",
  63. "prettier": "^2.2.1",
  64. "raw-loader": "^4.0.2",
  65. "stylus": "^0.54.7",
  66. "stylus-loader": "^3.0.2",
  67. "vue-jest": "^3.0.6"
  68. }
  69. }