forked from keymanapp/keyman
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.37 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": "root",
"private": true,
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.59.1",
"chai": "^4.3.4",
"esbuild": "^0.15.16",
"eslint": "^8.39.0",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"mocha": "^10.0.0",
"mocha-teamcity-reporter": "^4.0.0",
"ts-node": "^10.9.1",
"tslib": "^2.5.2",
"typescript": "^4.9.5"
},
"scripts": {},
"workspaces": [
"resources/gosh",
"resources/build/version",
"core/include/ldml",
"developer/src/common/web/test-helpers",
"developer/src/kmc-kmn",
"developer/src/kmc-ldml",
"developer/src/kmc-model",
"developer/src/kmc-model-info",
"developer/src/kmc-package",
"developer/src/kmc",
"developer/src/server",
"common/models/*",
"common/test/resources",
"common/tools/*",
"common/web/*",
"common/predictive-text",
"common/tools/hextobin",
"web"
],
"dependencies": {
"@keymanapp/common-types": "file:common/web/types",
"@keymanapp/developer-test-helpers": "file:developer/src/common/web/test-helpers",
"@keymanapp/hextobin": "file:common/tools/hextobin",
"@keymanapp/keyman-version": "file:common/web/keyman-version",
"@keymanapp/ldml-keyboard-constants": "file:core/include/ldml"
}
}