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.
25 lines
488 B
25 lines
488 B
{
|
|
"name": "server",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"chart.js": "^2.7.2",
|
|
"vue": "^2.5.16",
|
|
"vue-chartjs": "^3.4.0",
|
|
"vue-loader": "^15.2.4",
|
|
"vue-shortkey": "^3.1.6"
|
|
},
|
|
"devDependencies": {
|
|
"webpack": "^4.12.0",
|
|
"webpack-cli": "^3.0.8"
|
|
},
|
|
"directories": {
|
|
"test": "tests"
|
|
},
|
|
"description": ""
|
|
}
|