mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
5f4c19da35
Co-authored-by: Opender Singh <opender.singh@konghq.com>
80 lines
2.8 KiB
JSON
80 lines
2.8 KiB
JSON
{
|
|
"name": "insomnia-components",
|
|
"version": "2.2.35",
|
|
"author": "Gregory Schier <greg.schier@konghq.com>",
|
|
"description": "Insomnia UI component library",
|
|
"license": "MIT",
|
|
"repository": "https://github.com/kong/insomnia/tree/develop/packages/insomnia-components",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "webpack --config webpack/webpack.prod.js --display errors-only",
|
|
"build-storybook": "build-storybook --quiet",
|
|
"clean": "",
|
|
"convert-svg": "rimraf src/assets/svgr && svgr --config-file svgr.config.js --out-dir src/assets/svgr src/assets && rimraf src/assets/svgr/index.tsx",
|
|
"jest:watch": "jest --watch",
|
|
"lint": "eslint . --ext .js,.ts,.tsx",
|
|
"lint:fix": "npm run lint -- --fix",
|
|
"postclean": "rimraf dist",
|
|
"prepare": "npm run convert-svg && npm run build",
|
|
"storybook": "start-storybook --port 3223",
|
|
"test": "jest",
|
|
"watch": "webpack --config webpack/webpack.dev.js --watch"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.7.7",
|
|
"@babel/plugin-proposal-decorators": "^7.8.3",
|
|
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
|
|
"@babel/plugin-transform-runtime": "^7.12.10",
|
|
"@storybook/addon-contexts": "^5.3.21",
|
|
"@storybook/addon-info": "^5.3.21",
|
|
"@storybook/addon-knobs": "^6.2.9",
|
|
"@storybook/react": "^6.2.9",
|
|
"@svgr/cli": "^5.5.0",
|
|
"@testing-library/dom": "^7.30.4",
|
|
"@testing-library/jest-dom": "^5.12.0",
|
|
"@testing-library/react": "^11.2.6",
|
|
"@testing-library/react-hooks": "^5.1.2",
|
|
"@types/babel__core": "^7.1.14",
|
|
"@types/babel__plugin-transform-runtime": "^7.9.1",
|
|
"@types/md5": "^2.3.0",
|
|
"@types/prop-types": "^15.7.3",
|
|
"@types/react": "^16.14.5",
|
|
"@types/react-dom": "^16.9.12",
|
|
"@types/storybook__addon-info": "^5.2.3",
|
|
"@types/styled-components": "^4.4.3",
|
|
"@types/testing-library__jest-dom": "^5.9.5",
|
|
"@types/testing-library__react-hooks": "^4.0.0",
|
|
"@types/webpack": "^5.28.0",
|
|
"@types/webpack-merge": "^5.0.0",
|
|
"babel-plugin-inline-react-svg": "^1.1.1",
|
|
"jest": "^26.6.3",
|
|
"react": "^16.8.3",
|
|
"react-docgen-typescript": "^1.22.0",
|
|
"react-dom": "^16.8.3",
|
|
"react-use": "^17.2.4",
|
|
"storybook-addon-designs": "^5.4.1",
|
|
"styled-components": "^4.4.1",
|
|
"ts-loader": "^8.2.0",
|
|
"type-fest": "^1.0.2",
|
|
"typescript-plugin-styled-components": "^1.5.0",
|
|
"webpack": "^4.44.1",
|
|
"webpack-cli": "^3.3.11",
|
|
"webpack-merge": "^5.0.7"
|
|
},
|
|
"dependencies": {
|
|
"class-autobind-decorator": "^3.0.1",
|
|
"classnames": "^2.3.1",
|
|
"framer-motion": "^1.10.3",
|
|
"fuzzysort": "^1.1.4",
|
|
"md5": "^2.2.1",
|
|
"react-switch": "^5.0.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.3",
|
|
"react-dom": "^16.8.3",
|
|
"styled-components": "^5.1.1"
|
|
},
|
|
"gitHead": "d91e6735a76295166545a42c170328da4ab70dd3"
|
|
}
|