@findify/react-components
Version:
Findify react UI components
118 lines (117 loc) • 3.75 kB
JSON
{
"name": "@findify/react-components",
"description": "Findify react UI components",
"version": "0.15.65",
"author": "Findify <yourfriends@findify.io>",
"dependencies": {
"@findify/agent": "^1.6.20",
"@findify/change-emitter": "^1.0.0",
"@findify/react-connect": "^0.8.47",
"accounting": "^0.4.1",
"classnames": "^2.2.6",
"downshift": "^6.1.0",
"humps": "^2.0.1",
"immutable": "^4.0.0-rc.12",
"memoize-one": "^5.1.1",
"qs": "^6.9.6",
"react-loadable": "^5.5.0",
"react-spring": "^8.0.27",
"react-virtualized": "^9.22.3",
"recompose": "^0.30.0",
"swiper": "^6.5.1"
},
"devDependencies": {
"@findify/store-configuration": "^0.3.23",
"@wojtekmaj/enzyme-adapter-react-17": "0.4.1",
"add-asset-html-webpack-plugin": "^3.1.3",
"autoprefixer": "^8.6.3",
"babel-loader": "^8.2.2",
"babel-plugin-inline-react-svg": "^1.1.2",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-react-svg": "^3.0.3",
"css-loader": "^5.0.2",
"del-cli": "^3.0.1",
"directory-tree": "^2.2.6",
"enzyme": "3.11.0",
"enzyme-to-json": "^3.6.1",
"html-webpack-plugin": "^5.1.0",
"image-webpack-loader": "^7.0.1",
"jest": "^26.6.3",
"jscodeshift": "^0.11.0",
"json5": "^2.2.0",
"npm-check-updates": "^11.1.4",
"npm-run-all": "^4.1.5",
"postcss": "^7.0.36",
"postcss-calc": "^6.0.1",
"postcss-clearfix": "^2.0.1",
"postcss-cli": "^5.0.1",
"postcss-color-function": "^4.0.1",
"postcss-css-variables": "^0.9.0",
"postcss-custom-properties": "^7.0.0",
"postcss-direct-reset": "^1.0.2",
"postcss-discard-duplicates": "^2.1.0",
"postcss-focus": "^3.0.0",
"postcss-font-magician": "^2.2.1",
"postcss-for": "^2.1.1",
"postcss-import": "^11.1.0",
"postcss-loader": "^2.1.5",
"postcss-modules": "^1.1.0",
"postcss-nested": "^3.0.0",
"postcss-pxtorem": "^4.0.1",
"postcss-reporter": "^5.0.0",
"postcss-scss": "^1.0.5",
"postcss-simple-vars": "^4.1.0",
"raw-loader": "^4.0.2",
"react": "^17.0.1",
"react-docgen": "^5.3.1",
"react-docgen-typescript": "^1.21.0",
"react-dom": "^17.0.1",
"react-hot-loader": "^4.13.0",
"react-slider": "^1.3.1",
"storybook-host": "^5.2.0",
"style-loader": "^2.0.0",
"ts-jest": "^26.5.1",
"tslint": "^5.20.1",
"typescript": "4.1.5",
"webpack": "^5.22.0",
"webpack-bundle-analyzer": "^4.4.0"
},
"engines": {
"npm": ">=4",
"node": ">=7"
},
"main": "src/index.ts",
"files": [
"lib/",
"src/",
"index.d.ts"
],
"license": "MIT",
"peerDependencies": {
"react": "^16.8.3 || ^17"
},
"repository": "https://github.com/findify/findify-js/tree/master/packages/ui-components",
"scripts": {
"build": "run-s build:js build:css build:tree",
"build:lib": "run-s build:types build",
"build:js": "BABEL_ENV=lib babel src --out-dir lib --root-mode upward --extensions \".ts,.tsx\"",
"build:tree": "node scripts/makeModulesTree.js",
"build:css": "node scripts/processCss.js",
"build:ts": "node scripts/compile-ts.js",
"build:types": "run-s build:ts merge:types",
"merge:types": "node ../../scripts/combineTypes.js",
"clean": "del lib types dist",
"delete:types": "del types/",
"lint": "tslint --project .",
"precommit": "lint-staged",
"prepare": "# npm run build",
"start": "webpack-dashboard -- webpack-dev-server",
"storybook": "start-storybook -p 6006",
"test": "# jest",
"test:ci": "jest --ci",
"test:watch": "jest --watch",
"wrap-css": "node ./scripts/wrapCss.js"
},
"gitHead": "75e033a2e06a4be37aceac04fc7fe2aa77ad1017"
}