mirror of https://github.com/doccano/doccano.git
pythonannotation-tooldatasetsactive-learningtext-annotationdatasetnatural-language-processingdata-labelingmachine-learning
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.
41 lines
1.0 KiB
41 lines
1.0 KiB
{
|
|
"name": "server",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "cross-env HOT_RELOAD=1 DEBUG=1 webpack-dev-server",
|
|
"build": "webpack",
|
|
"lint": "eslint --max-warnings=0 'static/js/**/*.{js,vue}'",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^0.18.0",
|
|
"chart.js": "^2.7.2",
|
|
"marked": "^0.3.6",
|
|
"vue": "^2.5.16",
|
|
"vue-chartjs": "^3.4.0",
|
|
"vue-debounce": "^1.1.0",
|
|
"vue-loader": "^15.2.4",
|
|
"vue-shortkey": "^3.1.6"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "^10.0.1",
|
|
"cross-env": "^5.2.0",
|
|
"css-loader": "^2.1.1",
|
|
"eslint": "^5.3.0",
|
|
"eslint-config-airbnb-base": "^13.0.0",
|
|
"eslint-plugin-import": "^2.13.0",
|
|
"eslint-plugin-vue": "^5.2.2",
|
|
"vue-template-compiler": "^2.5.16",
|
|
"webpack": "^4.12.0",
|
|
"webpack-bundle-tracker": "^0.4.2-beta",
|
|
"webpack-cli": "^3.2.3",
|
|
"webpack-dev-server": "^3.2.1"
|
|
},
|
|
"directories": {
|
|
"test": "tests"
|
|
},
|
|
"description": ""
|
|
}
|