recogito-client-core/package.json

38 lines
1.0 KiB
JSON

{
"name": "@recogito/recogito-client-core",
"version": "1.1.1",
"description": "Core functions, classes and components for RecogitoJS",
"main": "src/index.js",
"sideEffects": false,
"scripts": {
"test": "./node_modules/.bin/mocha --require @babel/register",
"build": "webpack --mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/recogito/recogito-client-core.git"
},
"keywords": [
"Annotation",
"RecogitoJS"
],
"author": "Rainer Simon",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/recogito/recogito-client-core/issues"
},
"homepage": "https://github.com/recogito/recogito-client-core/wiki",
"dependencies": {
"downshift": "^5.4.6",
"fast-deep-equal": "^3.1.3",
"node-polyglot": "^2.4.0",
"preact": "^10.4.1",
"react-autosize-textarea": "^7.1.0",
"react-select": "^3.1.1",
"react-transition-group": "^4.3.0",
"timeago-react": "^3.0.1",
"tiny-emitter": "^2.1.0",
"uuid": "^8.3.0"
}
}