2020-04-26 20:33:39 +00:00
|
|
|
{
|
|
|
|
"name": "insomnia-components",
|
2020-07-24 01:00:52 +00:00
|
|
|
"version": "2.2.19",
|
2020-04-26 20:33:39 +00:00
|
|
|
"author": "Gregory Schier <greg.schier@konghq.com>",
|
|
|
|
"description": "Insomnia UI component library",
|
|
|
|
"license": "MIT",
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"scripts": {
|
2020-05-14 20:57:03 +00:00
|
|
|
"typecheck": "flow check",
|
2020-05-14 22:54:07 +00:00
|
|
|
"test": "npm run typecheck",
|
2020-06-16 19:46:13 +00:00
|
|
|
"build": "webpack --config webpack/webpack.prod.js --display errors-only",
|
|
|
|
"watch": "webpack --config webpack/webpack.dev.js --watch",
|
2020-04-26 20:33:39 +00:00
|
|
|
"build-storybook": "build-storybook --quiet",
|
|
|
|
"storybook": "start-storybook --port 3223",
|
2020-05-28 17:09:51 +00:00
|
|
|
"bootstrap": "npm run convert-svg && npm run build",
|
2020-05-14 20:57:03 +00:00
|
|
|
"convert-svg": "rimraf assets/svgr && svgr --out-dir assets/svgr assets && rimraf assets/svgr/index.js",
|
|
|
|
"prepublish": "npm run convert-svg && npm run build"
|
2020-04-26 20:33:39 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@babel/core": "^7.7.7",
|
|
|
|
"@babel/plugin-proposal-decorators": "^7.8.3",
|
2020-08-06 14:00:21 +00:00
|
|
|
"@storybook/addon-contexts": "^5.3.19",
|
|
|
|
"@storybook/addon-info": "^5.3.19",
|
|
|
|
"@storybook/addon-knobs": "^5.3.19",
|
|
|
|
"@storybook/react": "^5.3.19",
|
2020-04-26 20:33:39 +00:00
|
|
|
"@svgr/cli": "^5.3.0",
|
|
|
|
"babel-loader": "^8.0.6",
|
|
|
|
"babel-plugin-inline-react-svg": "^1.1.1",
|
2020-06-13 04:56:15 +00:00
|
|
|
"react": "^16.8.6",
|
|
|
|
"react-dom": "^16.8.6",
|
2020-07-22 13:13:06 +00:00
|
|
|
"react-use": "^15.3.2",
|
2020-08-06 14:00:21 +00:00
|
|
|
"storybook-addon-designs": "^5.4.1",
|
2020-04-26 20:33:39 +00:00
|
|
|
"webpack": "^4.42.1",
|
2020-06-16 19:46:13 +00:00
|
|
|
"webpack-cli": "^3.3.11",
|
|
|
|
"webpack-merge": "^4.2.2"
|
2020-04-26 20:33:39 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"autobind-decorator": "^2.4.0",
|
|
|
|
"classnames": "^2.2.6",
|
Storybook Sidebar Provisioning & WIP Implementation (#2125)
* Migrating dimensions, latest SVG, stubbing sidebar
* Revert "Migrating dimensions, latest SVG, stubbing sidebar"
This reverts commit 5014a68f52ac50fc62db5d42d2b49abda28efaea.
* Revert "Revert "Migrating dimensions, latest SVG, stubbing sidebar""
This reverts commit 28c130c8d8b3993f91f072de106d3ff223d6c55b.
* Post merge bootstrap & build
* Linting
* Updating Story Heirarchy
* Migrating legacy tooltip component
* Reverting spacing integration into core dimensions
* Cleaning up comments, tweaking CSS var usage
* Removing static height
* Cleaning up static CSS values, re-organizing sliding panel, fixing search icon
* adding flow def for autobind in new SB instance
* PR feedback, removing new vars/updating markup
* Fixing lint > flow error on type
2020-05-14 18:00:29 +00:00
|
|
|
"framer-motion": "^1.10.3",
|
2020-05-21 03:14:45 +00:00
|
|
|
"fuzzysort": "^1.1.4",
|
2020-06-13 03:31:37 +00:00
|
|
|
"md5": "^2.2.1",
|
2020-04-26 20:33:39 +00:00
|
|
|
"prop-types": "^15.7.2",
|
2020-05-06 00:08:17 +00:00
|
|
|
"react-switch": "^5.0.1",
|
2020-04-26 20:33:39 +00:00
|
|
|
"styled-components": "^4.4.1"
|
|
|
|
},
|
2020-06-13 04:56:15 +00:00
|
|
|
"peerDependencies": {
|
|
|
|
"react": "^16.8.6",
|
|
|
|
"react-dom": "^16.8.6"
|
|
|
|
},
|
2020-07-01 23:28:05 +00:00
|
|
|
"gitHead": "d91e6735a76295166545a42c170328da4ab70dd3"
|
2020-04-26 20:33:39 +00:00
|
|
|
}
|