-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
85 lines (85 loc) · 2.41 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "textual-engine",
"version": "1.4.0",
"main": "out/src/cli.js",
"type": "module",
"author": "ssube <seansube@gmail.com>",
"license": "MIT",
"dependencies": {
"@apextoaster/js-utils": "0.5.0",
"@apextoaster/js-yaml-schema": "0.5.0",
"ajv": "8.12.0",
"bunyan": "1.8.15",
"compromise": "13.11.4",
"compromise-numbers": "1.4.0",
"i18next": "22.5.0",
"ink": "3.2.0",
"ink-select-input": "4.2.2",
"ink-text-input": "4.0.3",
"js-yaml": "4.1.0",
"node-fetch": "3.3.1",
"noicejs": "5.0.0-3",
"parsimmon": "1.18.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "12.3.1",
"seedrandom": "3.0.5",
"tslib": "2.5.3",
"yargs-parser": "21.1.1"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "0.2.3",
"@esbuild-plugins/node-modules-polyfill": "0.2.2",
"@istanbuljs/nyc-config-typescript": "1.0.2",
"@microsoft/api-documenter": "7.21.7",
"@microsoft/api-extractor": "7.34.4",
"@types/bunyan": "1.8.8",
"@types/chai": "4.3.5",
"@types/chai-as-promised": "7.1.5",
"@types/js-yaml": "4.0.5",
"@types/mocha": "10.0.1",
"@types/node": "18.15.4",
"@types/parsimmon": "1.10.6",
"@types/react": "18.2.8",
"@types/react-dom": "18.2.4",
"@types/react-test-renderer": "18.0.0",
"@types/seedrandom": "3.0.2",
"@types/sinon": "10.0.15",
"@types/sinon-chai": "3.2.9",
"@types/yargs-parser": "21.0.0",
"@typescript-eslint/eslint-plugin": "5.60.0",
"@typescript-eslint/parser": "5.60.0",
"c8": "7.14.0",
"chai": "4.3.7",
"chai-as-promised": "7.1.1",
"esbuild": "0.17.19",
"esbuild-plugin-alias": "0.2.1",
"esbuild-plugin-ignore": "1.1.1",
"eslint": "8.43.0",
"eslint-plugin-chai": "0.0.1",
"eslint-plugin-chai-expect": "3.0.0",
"eslint-plugin-chai-expect-keywords": "2.1.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-mocha": "10.1.0",
"eslint-plugin-no-null": "1.0.2",
"eslint-plugin-sonarjs": "0.19.0",
"ink-testing-library": "2.1.0",
"mocha": "10.2.0",
"react-test-renderer": "18.2.0",
"sinon": "15.1.0",
"sinon-chai": "3.7.0",
"source-map-support": "0.5.21",
"standard-version": "9.5.0",
"typescript": "4.9.5"
},
"nyc": {
"cache": false,
"branches": 97,
"lines": 98,
"functions": 98,
"statements": 98
},
"resolutions": {
"@types/react": "18.2.8"
}
}