mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
7d8c303318
* upgrades styled-components * lockfiles * map styled-components to the insomnia-app node_modules to fix React version mismatch Co-authored-by: gatzjames <jamesgatzos@gmail.com>
84 lines
2.8 KiB
JSON
84 lines
2.8 KiB
JSON
{
|
|
"name": "insomnia-components",
|
|
"version": "2.12.0-beta.0",
|
|
"author": "Kong <office@konghq.com>",
|
|
"description": "Insomnia UI component library",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Kong/insomnia.git",
|
|
"directory": "packages/insomnia-components"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Kong/insomnia/issues"
|
|
},
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"prebuild": "npm run convert-svg",
|
|
"build": "webpack --config webpack/webpack.prod.js --display errors-only",
|
|
"clean": "rimraf dist && npm run clean:svg",
|
|
"clean:svg": "rimraf src/assets/svgr",
|
|
"clean:svg:index": "rimraf src/assets/svgr/index.tsx",
|
|
"convert-svg": "npm run clean:svg && svgr --config-file svgr.config.js --out-dir src/assets/svgr src/assets && npm run clean:svg:index",
|
|
"jest:watch": "jest --watch",
|
|
"lint": "eslint . --ext .js,.ts,.tsx --cache",
|
|
"lint:fix": "npm run lint -- --fix",
|
|
"prepare": "npm run build",
|
|
"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",
|
|
"@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/ramda": "^0.27.44",
|
|
"@types/react": "^17.0.39",
|
|
"@types/react-dom": "^17.0.11",
|
|
"@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": "^17.0.2",
|
|
"react-docgen-typescript": "^1.22.0",
|
|
"react-dom": "^17.0.2",
|
|
"react-use": "^17.2.4",
|
|
"styled-components": "^5.3.3",
|
|
"ts-loader": "^8.2.0",
|
|
"type-fest": "^2.12.0",
|
|
"typescript": "^4.5.5",
|
|
"typescript-plugin-styled-components": "^2.0.0",
|
|
"webpack": "^4.44.1",
|
|
"webpack-cli": "^3.3.11",
|
|
"webpack-merge": "^5.0.7"
|
|
},
|
|
"dependencies": {
|
|
"@types/styled-components": "^5.1.23",
|
|
"class-autobind-decorator": "^3.0.1",
|
|
"classnames": "^2.3.1",
|
|
"framer-motion": "4.1.17",
|
|
"fuzzysort": "^1.2.1",
|
|
"ramda": "^0.27.1",
|
|
"ramda-adjunct": "^2.33.0",
|
|
"react-switch": "^6.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-use": "^17.2.4",
|
|
"styled-components": "^5.3.3"
|
|
}
|
|
}
|