mirror of https://github.com/doccano/doccano.git
pythondatasetsactive-learningtext-annotationdatasetnatural-language-processingdata-labelingmachine-learningannotation-tool
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.
67 lines
2.0 KiB
67 lines
2.0 KiB
{
|
|
"name": "doccano",
|
|
"version": "1.0.0",
|
|
"description": "doccano is an open source annotation tools for machine learning practitioner.",
|
|
"author": "Hironsan",
|
|
"private": true,
|
|
"scripts": {
|
|
"lint": "eslint --ext .ts,.js,.vue --ignore-path .gitignore .",
|
|
"lintfix": "eslint --fix --ext .ts,.js,.vue --ignore-path .gitignore .",
|
|
"precommit": "yarn lint",
|
|
"test": "jest",
|
|
"dev": "nuxt",
|
|
"build": "nuxt build",
|
|
"start": "nuxt start",
|
|
"generate": "nuxt generate"
|
|
},
|
|
"dependencies": {
|
|
"@nuxtjs/axios": "^5.12.0",
|
|
"@nuxtjs/proxy": "^2.0.1",
|
|
"@nuxtjs/vuetify": "^1.11.2",
|
|
"@toast-ui/vue-editor": "^1.1.1",
|
|
"@vuejs-community/vue-filter-date-format": "^1.6.3",
|
|
"@vuejs-community/vue-filter-date-parse": "^1.1.6",
|
|
"chart.js": "^2.9.3",
|
|
"codemirror": "^5.55.0",
|
|
"js-cookie": "^2.2.1",
|
|
"lodash": "^4.17.21",
|
|
"nuxt": "^2.11.0",
|
|
"nuxt-i18n": "^6.13.12",
|
|
"papaparse": "^5.2.0",
|
|
"tui-editor": "^1.4.10",
|
|
"vue-chartjs": "^3.5.0",
|
|
"vue-shortkey": "^3.1.7",
|
|
"vue-youtube": "^1.4.0",
|
|
"vuetify": "^2.3.4",
|
|
"yarn": "^1.22.4"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt/types": "^2.14.12",
|
|
"@nuxt/typescript-build": "^2.0.4",
|
|
"@nuxtjs/eslint-config": "^3.0.0",
|
|
"@nuxtjs/eslint-config-typescript": "^5.0.0",
|
|
"@nuxtjs/eslint-module": "^2.0.0",
|
|
"@nuxtjs/google-analytics": "^2.3.0",
|
|
"@vue/test-utils": "^1.0.3",
|
|
"axios-mock-adapter": "^1.18.1",
|
|
"babel-core": "7.0.0-bridge.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-jest": "^26.1.0",
|
|
"eslint": "^7.19.0",
|
|
"eslint-config-prettier": "^7.2.0",
|
|
"eslint-config-standard": ">=14.1.1",
|
|
"eslint-plugin-import": ">=2.22.0",
|
|
"eslint-plugin-jest": ">=23.18.0",
|
|
"eslint-plugin-node": ">=11.1.0",
|
|
"eslint-plugin-nuxt": "^1.0.0",
|
|
"eslint-plugin-promise": ">=4.0.1",
|
|
"eslint-plugin-standard": ">=4.0.1",
|
|
"eslint-plugin-vue": "^6.2.2",
|
|
"jest": "^26.1.0",
|
|
"nodemon": "^2.0.4",
|
|
"prettier": "^2.2.1",
|
|
"stylus": "^0.54.7",
|
|
"stylus-loader": "^3.0.2",
|
|
"vue-jest": "^3.0.6"
|
|
}
|
|
}
|