UNPKG

react-components-design-system

Version:

React UI component for design system FIS ES PB5

120 lines 3.83 kB
{ "homepage": "https://fis-pb5-fe.github.io/new-components-demo", "name": "react-components-design-system", "version": "1.3.0", "description": "React UI component for design system FIS ES PB5", "main": "dist/cjs/bundle.js", "module": "dist/esm/bundle.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "bundle-style": "sass ./src/styles/index.scss ./dist/react-components-design-system.min.css --style compressed", "build": "rimraf dist && rollup -c && yarn bundle-style", "dev": "rollup -c -w", "test": "jest", "lint": "eslint src", "storybook": "storybook dev -p 6006", "predeploy-storybook": "yarn run build-storybook", "deploy-storybook": "gh-pages -d storybook-static", "build-storybook": "storybook build -s public", "predeploy": "npm run build-storybook", "deploy": "gh-pages -d storybook-static" }, "repository": { "type": "git" }, "author": "FE", "license": "MIT", "keywords": [ "react-template", "react-library", "typescript", "react", "template" ], "peerDependencies": { "antd": "^5.4.0", "axios": "1.12.0", "react": ">=18.0.0", "react-dom": ">=16.8.0" }, "engines": { "node": ">=18.0.0" }, "devDependencies": { "@babel/core": "^7.21.4", "@babel/preset-env": "^7.21.4", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.21.4", "@rollup/plugin-commonjs": "^24.0.1", "@rollup/plugin-node-resolve": "^15.0.2", "@rollup/plugin-terser": "^0.4.0", "@rollup/plugin-typescript": "^11.1.0", "@storybook/addon-essentials": "7.0.2", "@storybook/addon-interactions": "7.0.2", "@storybook/addon-links": "7.0.2", "@storybook/blocks": "7.0.2", "@storybook/preset-scss": "1.0.3", "@storybook/react": "7.0.2", "@storybook/react-webpack5": "7.0.2", "@storybook/testing-library": "0.0.14-next.2", "@testing-library/react": "^14.0.0", "@types/jest": "^29.5.0", "@types/react": "18.2.6", "@types/react-resizable": "^3.0.8", "@types/uuid": "^8.3.4", "@typescript-eslint/eslint-plugin": "^5.57.1", "@typescript-eslint/parser": "^5.57.1", "babel-jest": "^29.5.0", "eslint": "^8.38.0", "eslint-plugin-react": "^7.32.2", "gh-pages": "^6.1.1", "identity-obj-proxy": "^3.0.0", "jest": "^29.5.0", "jest-environment-jsdom": "^29.5.0", "prop-types": "^15.8.1", "react": "^18.2.0", "react-dom": "^18.2.0", "rimraf": "^4.4.1", "rollup": "^3.20.2", "rollup-plugin-dts": "^5.3.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "sass": "^1.61.0", "sass-loader": "10.1.1", "storybook": "~7.0.2", "tsconfig-paths-webpack-plugin": "^4.1.0", "tslib": "^2.5.0", "typescript": "^5.0.4" }, "dependencies": { "@carbon/icons-react": "^11.45.0", "@rollup/plugin-json": "^6.1.0", "@types/classnames": "^2.3.4", "ahooks": "^3.8.0", "antd": "^5.19.2", "axios": "1.12.0", "babel-plugin-macros": "^3.1.0", "classnames": "^2.5.1", "dayjs": "^1.11.12", "decimal.js": "10.4.3", "i18next": "^23.12.3", "moment": "^2.30.1", "react-3layer-advance-filters": "1.2.0", "react-3layer-axios-observable": "1.3.0", "react-3layer-common": "1.3.0", "react-3layer-decorators": "1.2.0", "react-drag-listview": "^2.0.0", "react-dropzone": "^11.5.1", "react-i18next": "^15.0.1", "react-image-crop": "^9.0.5", "react-infinite-scroll-component": "^6.1.0", "react-resizable": "^3.0.5", "react-router-dom": "^6.25.1", "reflect-metadata": "^0.2.2", "rxjs": "^7.8.1", "uuid": "^10.0.0" } }