insomnia/packages/insomnia-app/package.json

268 lines
8.5 KiB
JSON

{
"private": true,
"version": "2.4.1",
"name": "insomnia-app",
"homepage": "https://konghq.com",
"description": "The Collaborative API Design Tool",
"author": "Kong <office@konghq.com>",
"license": "MIT",
"main": "app/main.min.js",
"repository": {
"type": "git",
"url": "https://github.com/Kong/insomnia.git",
"directory": "packages/insomnia-app"
},
"bugs": {
"url": "https://github.com/Kong/insomnia/issues"
},
"scripts": {
"clean": "tsc --build tsconfig.webpack.json --clean && tsc --build tsconfig.build.json --clean",
"postclean": "rimraf build app/main.min.js",
"test": "jest",
"test:watch": "jest --watch",
"type-check": "tsc --noEmit -p tsconfig.build.json",
"type-check:watch": "npm run type-check -- --watch",
"build:main.min.js": "cross-env TS_NODE_PROJECT=\"tsconfig.webpack.json\" cross-env NODE_ENV=development webpack --config webpack/webpack.config.electron.ts",
"start:electron": "npm run build:main.min.js && electron .",
"start:dev-server": "cross-env TS_NODE_PROJECT=\"tsconfig.webpack.json\" webpack-dev-server --config webpack/webpack.config.development.ts",
"start": "concurrently -n dev,app --kill-others \"npm run start:dev-server\" \"npm run start:electron\"",
"prebuild": "npm run clean",
"build": "npm run build:sr && npm run build:app",
"build:app": "ts-node ./scripts/build.ts --noErrorTruncation",
"build:sr": "cross-env TS_NODE_PROJECT=\"tsconfig.webpack.json\" webpack --config webpack/webpack.config.sr.ts",
"package": "ts-node scripts/package.ts",
"release": "ts-node scripts/release.ts",
"lint": "eslint . --ext .js,.ts,.tsx --cache",
"lint:fix": "npm run lint -- --fix",
"bootstrap": "npm run build:sr"
},
"dev": {
"dev-server-port": 3334
},
"packedDependencies": [
"@hot-loader/react-dom",
"class-autobind-decorator",
"classnames",
"codemirror",
"codemirror-graphql",
"fuzzysort",
"graphql",
"highlight.js",
"insomnia-components",
"insomnia-cookies",
"insomnia-prettify",
"insomnia-url",
"insomnia-xpath",
"json-order",
"jwt-authentication",
"moment",
"objectpath",
"pdfjs-dist",
"react",
"react-animated-tree",
"react-dnd",
"react-dnd-html5-backend",
"react-dom",
"react-hook-form",
"react-redux",
"react-sortable-hoc",
"react-tabs",
"react-use",
"redux",
"redux-thunk",
"reselect",
"srp-js",
"styled-components",
"swagger-ui-react",
"vkbeautify",
"zprint-clj"
],
"dependencies": {
"@hapi/hawk": "^8.0.0",
"@hot-loader/react-dom": "^16.8.6",
"@stoplight/spectral": "^5.9.0",
"analytics-node": "^4.0.1",
"aws4": "^1.9.0",
"axios": "^0.21.2",
"class-autobind-decorator": "^3.0.1",
"classnames": "^2.3.1",
"clone": "^2.1.0",
"codemirror": "^5.62.3",
"codemirror-graphql": "^1.0.2",
"color": "^3.1.2",
"electron-context-menu": "^2.5.2",
"electron-log": "^4.4.3",
"electron-updater": "^4.6.1",
"framer-motion": "^1.11.1",
"fs-extra": "^5.0.0",
"fuzzysort": "^1.1.1",
"graphql": "^14.5.8",
"highlight.js": "^10.4.1",
"hkdf": "^0.0.2",
"html-entities": "^1.2.0",
"httpsnippet": "^1.23.0",
"iconv-lite": "^0.4.15",
"insomnia-common": "2.4.1",
"insomnia-components": "2.4.1",
"insomnia-config": "2.4.1",
"insomnia-cookies": "2.4.1",
"insomnia-importers": "2.4.1",
"insomnia-plugin-base64": "2.4.1",
"insomnia-plugin-cookie-jar": "2.4.1",
"insomnia-plugin-core-themes": "2.4.1",
"insomnia-plugin-file": "2.4.1",
"insomnia-plugin-hash": "2.4.1",
"insomnia-plugin-jsonpath": "2.4.1",
"insomnia-plugin-kong-declarative-config": "2.4.1",
"insomnia-plugin-kong-kubernetes-config": "2.4.1",
"insomnia-plugin-kong-portal": "2.4.1",
"insomnia-plugin-now": "2.4.1",
"insomnia-plugin-os": "2.4.1",
"insomnia-plugin-prompt": "2.4.1",
"insomnia-plugin-request": "2.4.1",
"insomnia-plugin-response": "2.4.1",
"insomnia-plugin-uuid": "2.4.1",
"insomnia-prettify": "2.4.1",
"insomnia-testing": "2.4.1",
"insomnia-url": "2.4.1",
"insomnia-xpath": "2.4.1",
"isomorphic-git": "^1.8.1",
"js-yaml": "^3.14.1",
"jshint": "^2.11.1",
"json-order": "^1.1.0",
"jsonlint": "^1.6.3",
"jsonpath-plus": "^6.0.1",
"jwt-authentication": "^0.4.0",
"marked": "^4.0.10",
"mime-types": "^2.1.18",
"mkdirp": "^0.5.1",
"moment": "^2.21.0",
"multiparty": "^4.2.1",
"nedb": "^1.8.0",
"node-forge": "^1.0.0",
"@getinsomnia/node-libcurl": "2.3.4-1",
"nunjucks": "^3.2.0",
"oauth-1.0a": "^2.2.2",
"objectpath": "^2.0.0",
"openapi-2-kong": "2.4.1",
"papaparse": "^5.2.0",
"pdfjs-dist": "^2.5.207",
"prettier": "2.4.1",
"ramda": "^0.27.1",
"ramda-adjunct": "^2.33.0",
"react": "^16.8.3",
"react-animated-tree": "^1.0.10",
"react-dnd": "^7.4.5",
"react-dnd-html5-backend": "^7.4.4",
"react-dom": "^16.8.3",
"react-hook-form": "^7.12.1",
"react-redux": "^7.0.1",
"react-sortable-hoc": "^0.8.3",
"react-tabs": "^3.0.0",
"react-use": "^17.2.4",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"srp-js": "^0.2.1",
"styled-components": "^4.4.1",
"swagger-ui-react": "^3.24.3",
"tough-cookie": "^2.3.1",
"ts-assert-unreachable": "^0.0.9",
"url-join": "^4.0.1",
"uuid": "^3.0.0",
"vkbeautify": "^0.99.1",
"whatwg-fetch": "^2.0.1",
"yaml": "^1.5.0",
"yaml-source-map": "^2.1.1",
"zprint-clj": "0.2.0"
},
"devDependencies": {
"@babel/preset-env": "^7.15.8",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@develohpanda/fluent-builder": "^2.1.2",
"@grpc/grpc-js": "^1.1.8",
"@grpc/proto-loader": "^0.5.5",
"@octokit/rest": "^17.6.0",
"@testing-library/dom": "^7.28.1",
"@testing-library/jest-dom": "^5.11.5",
"@testing-library/react": "^11.2.6",
"@testing-library/react-hooks": "^5.1.2",
"@testing-library/user-event": "^14.0.0-beta.7",
"@types/analytics-node": "^3.1.4",
"@types/aws4": "^1.5.1",
"@types/clone": "^2.1.0",
"@types/codemirror": "^5.60.2",
"@types/color": "^3.0.1",
"@types/concurrently": "^6.0.1",
"@types/deep-equal": "^1.0.1",
"@types/events": "^1.2.0",
"@types/file-loader": "^5.0.0",
"@types/fs-extra": "^5.1.0",
"@types/hapi__hawk": "^8.0.2",
"@types/js-yaml": "^4.0.1",
"@types/less": "^3.0.2",
"@types/license-checker": "^25.0.1",
"@types/marked": "^4.0.1",
"@types/mime-types": "^2.1.0",
"@types/mkdirp": "^0.5.2",
"@types/multiparty": "^0.0.32",
"@types/ncp": "^2.0.4",
"@types/nedb": "^1.8.11",
"@types/node-forge": "^0.9.7",
"@types/nunjucks": "^3.1.4",
"@types/papaparse": "^5.2.5",
"@types/prop-types": "^15.7.3",
"@types/ramda": "^0.27.44",
"@types/react": "^16.14.5",
"@types/react-dom": "^16.9.12",
"@types/react-redux": "^7.1.16",
"@types/react-tabs": "^2.3.2",
"@types/redux-mock-store": "^1.0.2",
"@types/styled-components": "^4.4.3",
"@types/swagger-ui-react": "^3.35.0",
"@types/testing-library__jest-dom": "^5.9.5",
"@types/testing-library__react-hooks": "^4.0.0",
"@types/tough-cookie": "^2.3.7",
"@types/url-join": "^4.0.0",
"@types/uuid": "^3.4.9",
"@types/vkbeautify": "^0.99.2",
"@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^3.11.3",
"@types/webpack-env": "^1.16.0",
"@types/yaml": "^1.9.7",
"concurrently": "^3.5.0",
"cross-env": "^2.0.0",
"css-loader": "^2.1.1",
"deep-equal": "^1.0.1",
"electron": "12.2.3",
"electron-builder": "22.14.10",
"electron-builder-squirrel-windows": "22.14.10",
"electron-devtools-installer": "^3.2.0",
"electron-notarize": "^1.1.1",
"fast-glob": "^3.1.0",
"file-loader": "^3.0.1",
"jest": "^26.6.3",
"less": "^3.8.1",
"less-loader": "^4.1.0",
"license-checker": "^25.0.1",
"ncp": "^2.0.0",
"prompt-run": "^1.4.5",
"react-hot-loader": "^4.13.0",
"redux-mock-store": "^1.5.4",
"source-map-loader": "^1.0.0",
"style-loader": "^0.23.1",
"ts-node": "^9.1.1",
"tsconfig-paths": "^3.9.0",
"type-fest": "^1.0.2",
"typescript": "4.2.3",
"url-loader": "^1.1.2",
"val-loader": "^2.1.2",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-target-electron-renderer": "^0.4.0",
"worker-loader": "^2.0.0"
}
}