42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "@recogito/recogito-client-core",
|
|
"version": "1.2.0",
|
|
"description": "Core functions, classes and components for RecogitoJS",
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"test": "NODE_ENV=test ./node_modules/.bin/mocha --require @babel/register"
|
|
},
|
|
"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",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.6.2",
|
|
"@babel/plugin-proposal-class-properties": "^7.5.5",
|
|
"@babel/preset-env": "^7.6.2",
|
|
"@babel/register": "^7.9.0",
|
|
"mocha": "^7.1.1"
|
|
},
|
|
"dependencies": {
|
|
"downshift": "^6.1.3",
|
|
"fast-deep-equal": "^3.1.3",
|
|
"node-polyglot": "^2.4.0",
|
|
"preact": "^10.5.13",
|
|
"react-autosize-textarea": "^7.1.0",
|
|
"react-select": "^4.3.1",
|
|
"react-transition-group": "^4.4.2",
|
|
"timeago-react": "^3.0.2",
|
|
"uuid": "^8.3.2"
|
|
}
|
|
}
|