-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.json
47 lines (47 loc) · 1.29 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "@recogito/recogito-client-core",
"version": "1.4.8",
"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.2"
},
"dependencies": {
"@babel/polyfill": "^7.10.4",
"downshift": "^6.1.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",
"timeago-react": "^3.0.2",
"uuid": "^8.3.2"
}
}