mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
4387381fd1
* deps: bump node-libcurl to latest prerelease version * Add .npmrc, bump Electron to 3.1.13, remove electron-rebuild * Minor tweaks * package locks * Bump version * Switch to font-manager and fix fsevents rimraf * Try generating npmrc inside build/ * Try uninstall of fsevents instead * Bump * Try npm env vars * Extra .npmrc * Try npm env vars in all CI * Fix insomnia-cookies dependencies * Fix typo * Loosen nvmrc version * Remove npm uninstalls * Build outside of Docker * Remove Docker, build all on GH Actions * Bump Core version * Disable Snapcraft for now * Bump * Disable snap for Designer too * Update product name for Core * Update test.yml * Remove Travis file * Make userData folder explicit and add Curl types * Remove old Kong icon * Remove curl.js adapter * Revert productName * Fix release date * Try remove windows build tools from CI * Add comment about Snap deploys * Remove the pane border on Windows (no longer necessary) Co-authored-by: Jonathan Cardoso Machado <me@jonathancardoso.com>
50 lines
1.6 KiB
JSON
50 lines
1.6 KiB
JSON
{
|
|
"name": "insomnia-components",
|
|
"version": "2.2.6",
|
|
"author": "Gregory Schier <greg.schier@konghq.com>",
|
|
"description": "Insomnia UI component library",
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"typecheck": "flow check",
|
|
"test": "npm run typecheck",
|
|
"build": "webpack --config webpack.config.js --display errors-only",
|
|
"build-storybook": "build-storybook --quiet",
|
|
"storybook": "start-storybook --port 3223",
|
|
"bootstrap": "npm run convert-svg && npm run build",
|
|
"convert-svg": "rimraf assets/svgr && svgr --out-dir assets/svgr assets && rimraf assets/svgr/index.js",
|
|
"prepublish": "npm run convert-svg && npm run build"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "pretty-quick --staged && npm run typecheck"
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.7.7",
|
|
"@babel/plugin-proposal-decorators": "^7.8.3",
|
|
"@storybook/addon-contexts": "^5.3.10",
|
|
"@storybook/addon-info": "^5.3.9",
|
|
"@storybook/addon-knobs": "^5.3.10",
|
|
"@storybook/react": "^5.3.9",
|
|
"@svgr/cli": "^5.3.0",
|
|
"babel-loader": "^8.0.6",
|
|
"babel-plugin-inline-react-svg": "^1.1.1",
|
|
"storybook-addon-designs": "^5.2.0",
|
|
"webpack": "^4.42.1",
|
|
"webpack-cli": "^3.3.11"
|
|
},
|
|
"dependencies": {
|
|
"autobind-decorator": "^2.4.0",
|
|
"classnames": "^2.2.6",
|
|
"framer-motion": "^1.10.3",
|
|
"fuzzysort": "^1.1.4",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^16.8.6",
|
|
"react-dom": "^16.8.6",
|
|
"react-switch": "^5.0.1",
|
|
"styled-components": "^4.4.1"
|
|
},
|
|
"gitHead": "e46bf021cf4b4379e31d2b2d9025d476d6839fa1"
|
|
}
|