48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "@recogito/recogito-client-core",
|
|
"version": "1.7.2",
|
|
"description": "Core functions, classes and components for RecogitoJS",
|
|
"main": "src/index.js",
|
|
"sideEffects": [
|
|
"themes/default/*",
|
|
"src/polyfills/*"
|
|
],
|
|
"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",
|
|
"funding": "https://github.com/sponsors/rsimon",
|
|
"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": "^9.1.4"
|
|
},
|
|
"dependencies": {
|
|
"core-js": "^3.18.3",
|
|
"fast-deep-equal": "^3.1.3",
|
|
"node-polyglot": "^2.4.0",
|
|
"react-autosize-textarea": "^7.1.0",
|
|
"react-draggable": "^4.4.3",
|
|
"react-select": "^4.3.1",
|
|
"react-transition-group": "^4.4.2",
|
|
"regenerator-runtime": "^0.13.9",
|
|
"timeago-react": "^3.0.2",
|
|
"uuid": "^8.3.2"
|
|
}
|
|
}
|