1
0
Fork 0
textual-engine/package.json

86 lines
2.4 KiB
JSON

{
"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.0.6",
"ink": "3.2.0",
"ink-select-input": "4.2.1",
"ink-text-input": "4.0.3",
"js-yaml": "4.1.0",
"node-fetch": "3.3.0",
"noicejs": "5.0.0-3",
"parsimmon": "1.18.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "12.1.1",
"seedrandom": "3.0.5",
"tslib": "2.5.0",
"yargs-parser": "21.1.1"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "0.1.1",
"@esbuild-plugins/node-modules-polyfill": "0.1.4",
"@istanbuljs/nyc-config-typescript": "1.0.2",
"@microsoft/api-documenter": "7.19.27",
"@microsoft/api-extractor": "7.33.7",
"@types/bunyan": "1.8.8",
"@types/chai": "4.3.4",
"@types/chai-as-promised": "7.1.5",
"@types/js-yaml": "4.0.5",
"@types/mocha": "10.0.1",
"@types/node": "18.13.0",
"@types/parsimmon": "1.10.6",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"@types/react-test-renderer": "18.0.0",
"@types/seedrandom": "3.0.2",
"@types/sinon": "10.0.13",
"@types/sinon-chai": "3.2.9",
"@types/yargs-parser": "21.0.0",
"@typescript-eslint/eslint-plugin": "5.48.0",
"@typescript-eslint/parser": "5.48.0",
"c8": "7.12.0",
"chai": "4.3.7",
"chai-as-promised": "7.1.1",
"esbuild": "0.15.16",
"esbuild-plugin-alias": "0.2.1",
"esbuild-plugin-ignore": "1.1.1",
"eslint": "8.31.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.26.0",
"eslint-plugin-mocha": "10.1.0",
"eslint-plugin-no-null": "1.0.2",
"eslint-plugin-sonarjs": "0.17.0",
"ink-testing-library": "2.1.0",
"mocha": "10.2.0",
"react-test-renderer": "18.2.0",
"sinon": "15.0.1",
"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.0.27"
}
}