2017-11-26 20:45:40 +00:00
|
|
|
{
|
|
|
|
"private": true,
|
2017-11-26 23:48:45 +00:00
|
|
|
"version": "1.0.2",
|
2017-11-26 23:04:47 +00:00
|
|
|
"name": "insomnia-app",
|
|
|
|
"app": {
|
|
|
|
"name": "insomnia",
|
|
|
|
"productName": "Insomnia",
|
2017-11-26 23:22:09 +00:00
|
|
|
"longName": "Insomnia REST Client",
|
2017-11-28 12:27:39 +00:00
|
|
|
"version": "5.12.3",
|
2017-11-26 23:22:09 +00:00
|
|
|
"main": "main.min.js"
|
2017-11-26 23:04:47 +00:00
|
|
|
},
|
2017-11-26 21:10:01 +00:00
|
|
|
"licence": "MIT",
|
2017-11-26 23:04:47 +00:00
|
|
|
"homepage": "https://insomnia.rest/",
|
|
|
|
"description": "Debug APIs like a human, not a robot",
|
|
|
|
"author": "Insomnia <support@insomnia.rest>",
|
|
|
|
"main": "app/main.min.js",
|
2017-11-26 20:45:40 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/getinsomnia/insomnia"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"lint": "eslint \"**/*.js\" \"**/*.html\" \"**/*.json\"",
|
|
|
|
"test": "flow check && npm run lint && cross-env NODE_ENV=test jest --silent",
|
|
|
|
"test-appveyor": "npm run test -- --maxWorkers 1",
|
|
|
|
"bootstrap": "npm install && electron-rebuild -f -w node-libcurl",
|
2017-11-26 23:04:47 +00:00
|
|
|
"start:electron": "cross-env NODE_ENV=development webpack --config ./webpack/webpack.config.electron.babel.js && INSOMNIA_ENV=development electron .",
|
2017-11-26 20:45:40 +00:00
|
|
|
"start:dev-server": "webpack-dev-server --config ./webpack/webpack.config.development.babel.js",
|
|
|
|
"start": "concurrently --kill-others \"npm run start:dev-server\" \"npm run start:electron\"",
|
|
|
|
"build": "node ./scripts/build.js",
|
|
|
|
"package": "node ./scripts/package.js"
|
|
|
|
},
|
|
|
|
"dev": {
|
|
|
|
"dev-server-port": 3333
|
|
|
|
},
|
|
|
|
"jest": {
|
|
|
|
"setupFiles": [
|
|
|
|
"./__jest__/setup.js"
|
|
|
|
],
|
|
|
|
"moduleNameMapper": {
|
|
|
|
"\\.(css|less|png)$": "<rootDir>/__mocks__/dummy.js",
|
|
|
|
"^worker-loader!": "<rootDir>/__mocks__/dummy.js"
|
|
|
|
},
|
|
|
|
"testMatch": [
|
|
|
|
"**/__tests__/**/*.test.js?(x)"
|
|
|
|
],
|
|
|
|
"rootDir": "app",
|
|
|
|
"verbose": false,
|
|
|
|
"resetMocks": true,
|
|
|
|
"resetModules": true,
|
|
|
|
"collectCoverage": false,
|
|
|
|
"collectCoverageFrom": [
|
|
|
|
"**/*.js",
|
|
|
|
"!**/*.min.js",
|
|
|
|
"!**/main.development.js",
|
|
|
|
"!**/static/**",
|
|
|
|
"!**/ui/components/**",
|
|
|
|
"!**/__fixtures__/**",
|
|
|
|
"!**/__tests__/**",
|
|
|
|
"!**/__jest__/**",
|
|
|
|
"!**/__mocks__/**",
|
|
|
|
"!**/node_modules/**"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"packedDependencies": [
|
|
|
|
"autobind-decorator",
|
|
|
|
"codemirror",
|
|
|
|
"codemirror-graphql",
|
2017-11-29 01:50:44 +00:00
|
|
|
"graphql",
|
2017-11-26 20:45:40 +00:00
|
|
|
"highlight.js",
|
2017-11-27 02:06:15 +00:00
|
|
|
"jwt-authentication",
|
|
|
|
"moment",
|
2017-11-27 15:52:35 +00:00
|
|
|
"nunjucks",
|
2017-11-26 20:45:40 +00:00
|
|
|
"pdfjs-dist",
|
|
|
|
"prop-types",
|
|
|
|
"react",
|
|
|
|
"react-dnd",
|
|
|
|
"react-dnd-html5-backend",
|
|
|
|
"react-dom",
|
|
|
|
"react-redux",
|
|
|
|
"react-tabs",
|
|
|
|
"redux",
|
|
|
|
"redux-thunk",
|
|
|
|
"reselect",
|
|
|
|
"srp-js",
|
|
|
|
"vkbeautify"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
|
|
|
"autobind-decorator": "^1.3.4",
|
|
|
|
"aws4": "^1.6.0",
|
|
|
|
"classnames": "^2.2.5",
|
|
|
|
"clone": "^2.1.0",
|
|
|
|
"codemirror": "^5.24.2",
|
|
|
|
"codemirror-graphql": "^0.6.11",
|
|
|
|
"deep-equal": "^1.0.1",
|
|
|
|
"electron-context-menu": "^0.9.0",
|
|
|
|
"electron-squirrel-startup": "^1.0.0",
|
|
|
|
"graphql": "^0.10.5",
|
|
|
|
"hawk": "^6.0.2",
|
|
|
|
"highlight.js": "^9.12.0",
|
|
|
|
"hkdf": "^0.0.2",
|
|
|
|
"html-entities": "^1.2.0",
|
|
|
|
"iconv-lite": "^0.4.15",
|
2017-11-26 23:48:45 +00:00
|
|
|
"insomnia-cookies": "^0.0.4",
|
2017-11-26 20:45:40 +00:00
|
|
|
"insomnia-httpsnippet": "^1.16.5",
|
2017-11-27 17:22:03 +00:00
|
|
|
"insomnia-importers": "^1.5.6",
|
2017-11-28 02:21:16 +00:00
|
|
|
"insomnia-node-libcurl": "^1.2.3",
|
2017-11-26 23:48:45 +00:00
|
|
|
"insomnia-plugin-base64": "^1.0.3",
|
|
|
|
"insomnia-plugin-file": "^1.0.3",
|
|
|
|
"insomnia-plugin-hash": "^1.0.3",
|
|
|
|
"insomnia-plugin-now": "^1.0.3",
|
|
|
|
"insomnia-plugin-request": "^1.0.4",
|
|
|
|
"insomnia-plugin-response": "^1.0.4",
|
|
|
|
"insomnia-plugin-uuid": "^1.0.3",
|
|
|
|
"insomnia-prettify": "^0.1.2",
|
|
|
|
"insomnia-url": "^0.1.2",
|
|
|
|
"insomnia-xpath": "^0.0.5",
|
2017-11-26 20:45:40 +00:00
|
|
|
"jsonlint": "^1.6.2",
|
|
|
|
"jsonpath": "^0.2.12",
|
|
|
|
"jwt-authentication": "^0.3.3",
|
|
|
|
"marked": "^0.3.6",
|
|
|
|
"mime-types": "^2.1.14",
|
|
|
|
"mkdirp": "^0.5.1",
|
|
|
|
"moment": "^2.18.1",
|
|
|
|
"multiparty": "^4.1.3",
|
|
|
|
"nedb": "^1.8.0",
|
|
|
|
"node-forge": "^0.7.0",
|
|
|
|
"nunjucks": "^3.0.0",
|
|
|
|
"oauth-1.0a": "^2.2.2",
|
|
|
|
"pdfjs-dist": "^1.9.640",
|
|
|
|
"prop-types": "^15.5.10",
|
|
|
|
"react": "^16.0.0",
|
|
|
|
"react-dnd": "^2.4.0",
|
|
|
|
"react-dnd-html5-backend": "^2.4.1",
|
|
|
|
"react-dom": "^16.0.0",
|
|
|
|
"react-redux": "^5.0.6",
|
|
|
|
"react-tabs": "^2.1.1",
|
|
|
|
"redux": "^3.7.2",
|
|
|
|
"redux-thunk": "^2.2.0",
|
|
|
|
"reselect": "^3.0.1",
|
|
|
|
"srp-js": "^0.2.0",
|
|
|
|
"tar": "^3.1.7",
|
|
|
|
"tough-cookie": "^2.3.1",
|
|
|
|
"uuid": "^3.0.0",
|
|
|
|
"vkbeautify": "^0.99.1",
|
|
|
|
"whatwg-fetch": "^2.0.1",
|
|
|
|
"xmldom": "^0.1.22",
|
|
|
|
"xpath": "^0.0.23"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"babel-cli": "^6.23.0",
|
|
|
|
"babel-core": "^6.23.1",
|
|
|
|
"babel-eslint": "^7.1.1",
|
|
|
|
"babel-jest": "^19.0.0",
|
|
|
|
"babel-loader": "^7.1.2",
|
|
|
|
"babel-plugin-transform-decorators-legacy": "^1.3.4",
|
|
|
|
"babel-plugin-transform-object-rest-spread": "^6.23.0",
|
|
|
|
"babel-preset-env": "^1.6.0",
|
|
|
|
"babel-preset-flow": "^6.23.0",
|
|
|
|
"babel-preset-react": "^6.23.0",
|
|
|
|
"concurrently": "^3.5.0",
|
|
|
|
"cross-env": "^2.0.0",
|
|
|
|
"css-loader": "^0.28.7",
|
|
|
|
"electron": "^1.7.9",
|
|
|
|
"electron-builder": "^19.45.5",
|
|
|
|
"electron-builder-lib": "^19.46.3",
|
|
|
|
"electron-builder-squirrel-windows": "^19.46.0",
|
|
|
|
"electron-rebuild": "^1.6.0",
|
2017-11-26 23:48:30 +00:00
|
|
|
"eslint": "^3.16.1",
|
|
|
|
"eslint-config-semistandard": "^7.0.0",
|
2017-11-27 01:19:24 +00:00
|
|
|
"eslint-config-standard": "^6.2.1",
|
2017-11-26 20:45:40 +00:00
|
|
|
"eslint-plugin-filenames": "^1.1.0",
|
|
|
|
"eslint-plugin-flowtype": "^2.36.0",
|
|
|
|
"eslint-plugin-html": "^2.0.1",
|
|
|
|
"eslint-plugin-import": "^2.8.0",
|
|
|
|
"eslint-plugin-jest": "^19.0.1",
|
|
|
|
"eslint-plugin-json": "^1.2.0",
|
|
|
|
"eslint-plugin-node": "^5.2.1",
|
|
|
|
"eslint-plugin-promise": "^3.5.0",
|
|
|
|
"eslint-plugin-react": "^7.4.0",
|
2017-11-26 23:48:30 +00:00
|
|
|
"eslint-plugin-standard": "^2.3.1",
|
2017-11-26 20:45:40 +00:00
|
|
|
"file-loader": "^1.1.5",
|
|
|
|
"flow": "^0.2.3",
|
|
|
|
"flow-bin": "^0.58.0",
|
|
|
|
"less": "^2.7.2",
|
|
|
|
"less-loader": "^4.0.5",
|
|
|
|
"ncp": "^2.0.0",
|
|
|
|
"npm": "^5.5.1",
|
|
|
|
"react-hot-loader": "^3.1.3",
|
|
|
|
"redux-mock-store": "^1.0.2",
|
|
|
|
"rimraf": "^2.6.2",
|
|
|
|
"style-loader": "^0.19.0",
|
|
|
|
"url-loader": "^0.6.2",
|
|
|
|
"webpack": "^3.5.5",
|
|
|
|
"webpack-dev-server": "^2.9.4",
|
|
|
|
"webpack-target-electron-renderer": "^0.4.0"
|
|
|
|
}
|
|
|
|
}
|