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.
48 lines
1.3 KiB
48 lines
1.3 KiB
{
|
|
"name": "doccano-client",
|
|
"version": "1.0.0",
|
|
"description": "doccano client",
|
|
"author": "Hironsan",
|
|
"private": true,
|
|
"scripts": {
|
|
"lint": "eslint --ext .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.3.6",
|
|
"@nuxtjs/vuetify": "^1.0.2",
|
|
"@toast-ui/vue-editor": "^1.1.1",
|
|
"codemirror": "^5.48.2",
|
|
"nuxt": "^2.0.0",
|
|
"tui-editor": "^1.4.5",
|
|
"vuetify": "^2.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxtjs/eslint-config": "^0.0.1",
|
|
"@nuxtjs/eslint-module": "^0.0.1",
|
|
"@vue/test-utils": "^1.0.0-beta.27",
|
|
"axios-mock-adapter": "^1.17.0",
|
|
"babel-core": "7.0.0-bridge.0",
|
|
"babel-eslint": "^10.0.1",
|
|
"babel-jest": "^24.1.0",
|
|
"eslint": "^5.15.1",
|
|
"eslint-config-standard": ">=12.0.0",
|
|
"eslint-plugin-import": ">=2.16.0",
|
|
"eslint-plugin-jest": ">=22.3.0",
|
|
"eslint-plugin-node": ">=8.0.1",
|
|
"eslint-plugin-nuxt": ">=0.4.2",
|
|
"eslint-plugin-promise": ">=4.0.1",
|
|
"eslint-plugin-standard": ">=4.0.0",
|
|
"eslint-plugin-vue": "^5.2.2",
|
|
"jest": "^24.1.0",
|
|
"nodemon": "^1.18.9",
|
|
"stylus": "^0.54.5",
|
|
"stylus-loader": "^3.0.2",
|
|
"vue-jest": "^3.0.3"
|
|
}
|
|
}
|