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.

58 lines
1.7 KiB

5 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 .js,.vue --ignore-path .gitignore .",
  9. "lintfix": "eslint --fix --ext .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/vuetify": "^1.11.2",
  20. "@toast-ui/vue-editor": "^1.1.1",
  21. "chart.js": "^2.9.3",
  22. "codemirror": "^5.55.0",
  23. "js-cookie": "^2.2.1",
  24. "nuxt": "^2.11.0",
  25. "nuxt-i18n": "^6.13.12",
  26. "papaparse": "^5.2.0",
  27. "tui-editor": "^1.4.10",
  28. "vue-chartjs": "^3.5.0",
  29. "vue-shortkey": "^3.1.7",
  30. "vue-youtube": "^1.4.0",
  31. "vuetify": "^2.3.4",
  32. "yarn": "^1.22.4"
  33. },
  34. "devDependencies": {
  35. "@nuxtjs/eslint-config": "^3.0.0",
  36. "@nuxtjs/eslint-module": "^2.0.0",
  37. "@nuxtjs/google-analytics": "^2.3.0",
  38. "@vue/test-utils": "^1.0.3",
  39. "axios-mock-adapter": "^1.18.1",
  40. "babel-core": "7.0.0-bridge.0",
  41. "babel-eslint": "^10.1.0",
  42. "babel-jest": "^26.1.0",
  43. "eslint": "^7.4.0",
  44. "eslint-config-standard": ">=14.1.1",
  45. "eslint-plugin-import": ">=2.22.0",
  46. "eslint-plugin-jest": ">=23.18.0",
  47. "eslint-plugin-node": ">=11.1.0",
  48. "eslint-plugin-nuxt": "^1.0.0",
  49. "eslint-plugin-promise": ">=4.0.1",
  50. "eslint-plugin-standard": ">=4.0.1",
  51. "eslint-plugin-vue": "^6.2.2",
  52. "jest": "^26.1.0",
  53. "nodemon": "^2.0.4",
  54. "stylus": "^0.54.7",
  55. "stylus-loader": "^3.0.2",
  56. "vue-jest": "^3.0.6"
  57. }
  58. }