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.
93 lines
2.8 KiB
93 lines
2.8 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": {
|
|
"@nuxt/vue-app": "^2.15.7",
|
|
"@nuxt/webpack": "^2.15.*",
|
|
"@nuxtjs/axios": "^5.13.6",
|
|
"@nuxtjs/composition-api": "^0.25.0",
|
|
"@nuxtjs/proxy": "^2.1.0",
|
|
"@nuxtjs/vuetify": "^1.*",
|
|
"@toast-ui/vue-editor": "^2.5.3",
|
|
"@vuejs-community/vue-filter-date-format": "^1.6.3",
|
|
"@vuejs-community/vue-filter-date-parse": "^1.1.6",
|
|
"axios": "^0.21.1",
|
|
"chart.js": "^2.*",
|
|
"class-transformer": "^0.5.1",
|
|
"codemirror": "^5.*",
|
|
"consola": "^2.15.3",
|
|
"filepond": "^4.28.2",
|
|
"filepond-plugin-file-validate-type": "^1.2.6",
|
|
"fs-extra": "10.0.0",
|
|
"js-cookie": "^2.2.1",
|
|
"lodash": "^4.17.21",
|
|
"nuxt": "^2.15.7",
|
|
"nuxt-i18n": "^6.27.3",
|
|
"papaparse": "^5.3.1",
|
|
"reflect-metadata": "^0.1.13",
|
|
"ts-loader": "^8.3.0",
|
|
"tui-editor": "^1.4.10",
|
|
"v-annotator": "0.1.27",
|
|
"vue": "^2.6.14",
|
|
"vue-chartjs": "^3.5.1",
|
|
"vue-filepond": "^6.0.3",
|
|
"vue-shortkey": "^3.1.7",
|
|
"vue-template-compiler": "^2.6.14",
|
|
"vue-youtube": "^1.4.0",
|
|
"vuetify": "^2.*",
|
|
"wavesurfer.js": "^5.1.0",
|
|
"webpack": "^4.46.0",
|
|
"yarn": "^1.22.10"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.14.8",
|
|
"@babel/eslint-parser": "^7.14.7",
|
|
"@babel/preset-env": "^7.15.8",
|
|
"@mdi/js": "^6.5.95",
|
|
"@nuxt/types": "^2.15.7",
|
|
"@nuxt/typescript-build": "^2.1.0",
|
|
"@nuxtjs/eslint-config": "^6.0.1",
|
|
"@nuxtjs/eslint-config-typescript": "^6.0.1",
|
|
"@nuxtjs/eslint-module": "^2.0.0",
|
|
"@nuxtjs/google-analytics": "^2.4.0",
|
|
"@nuxtjs/google-fonts": "^1.3.0",
|
|
"@types/lodash": "^4.14.171",
|
|
"@types/wavesurfer.js": "^5.1.0",
|
|
"@vue/test-utils": "^1.2.2",
|
|
"axios-mock-adapter": "^1.19.0",
|
|
"babel-core": "^7.0.0-bridge.0",
|
|
"babel-jest": "^27.0.6",
|
|
"core-js": "^3.15.*",
|
|
"eslint": "^7.31.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-config-standard": "^16.0.3",
|
|
"eslint-plugin-import": "^2.23.4",
|
|
"eslint-plugin-jest": "^24.4.0",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-nuxt": "^2.0.0",
|
|
"eslint-plugin-promise": "5.1.0",
|
|
"eslint-plugin-vue": "^7.14.0",
|
|
"jest": "^27.0.6",
|
|
"jest-transform-stub": "^2.0.0",
|
|
"nodemon": "^2.0.12",
|
|
"prettier": "^2.3.2",
|
|
"raw-loader": "^4.0.2",
|
|
"stylus": "^0.54.8",
|
|
"stylus-loader": "^4.3.3",
|
|
"typescript": "^4.3.5",
|
|
"vue-jest": "^3.0.7"
|
|
}
|
|
}
|