-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 871 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 871 Bytes
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
{
"name": "inception-intertext-editor-plugin",
"version": "0.0.1",
"description": "Intertext (RecogitoJS) annotation editor plugin",
"scripts": {
"build": "node build.mjs"
},
"dependencies": {
"@inception-project/inception-js-api": "*",
"@recogito/recogito-js": "^1.8.2",
"@recogito/recogito-connections": "^0.1.11",
"@recogito/recogito-client-core": "1.7.8",
"color-convert": "^2.0.1"
},
"devDependencies": {
"esbuild": "^0.14.53",
"esbuild-sass-plugin": "^2.3.1",
"eslint": "^8.21.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-promise": "^6.0.0",
"fs-extra": "^10.1.0",
"typescript": "^4.7.4",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
"yargs": "^17.5.1"
}
}