@lunit/oui
Version:
Lunit Oncology UI components
252 lines (251 loc) • 7.39 kB
JSON
{
"name": "@lunit/oui",
"version": "2.2.14",
"validate-branch-name": {
"pattern": "^(main|develop)|(feature|fix|release|hotfix|qe)/.+$",
"errorMsg": "The branch name is not correct. Please check the pattern. (ex. feature/add-something)"
},
"dependencies": {
"@babel/core": "^7.16.0",
"@date-io/date-fns": "^2.17.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@lunit/design-system-icons": "^2.1.0",
"@lunit/design-system-logo": "^1.1.0",
"@mui/icons-material": "^5.15.2",
"@mui/lab": "^5.0.0-alpha.158",
"@mui/material": "^5.15.2",
"@mui/styles": "^5.15.2",
"@mui/system": "^5.15.2",
"@mui/x-data-grid": "^6.18.6",
"@mui/x-date-pickers": "^6.18.6",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
"@svgr/webpack": "^8.1.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.68",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@uppy/core": "^3.8.0",
"babel-jest": "^27.4.2",
"babel-loader": "^8.2.3",
"babel-plugin-named-asset-import": "^0.3.8",
"babel-preset-react-app": "^10.0.1",
"bfj": "^7.0.2",
"browserslist": "^4.18.1",
"camelcase": "^6.2.1",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"clsx": "^2.0.0",
"css-loader": "^6.5.1",
"css-minimizer-webpack-plugin": "^3.2.0",
"date-fns": "2.30.0",
"dotenv": "^10.0.0",
"dotenv-expand": "^5.1.0",
"eslint": "^8.3.0",
"eslint-config-react-app": "^7.0.1",
"eslint-webpack-plugin": "^3.1.1",
"file-loader": "^6.2.0",
"fs-extra": "^10.0.0",
"html-webpack-plugin": "^5.5.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.4.3",
"jest-resolve": "^27.4.2",
"jest-watch-typeahead": "^1.0.0",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.4.5",
"postcss": "^8.4.4",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^6.2.1",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^7.0.1",
"prompts": "^2.4.2",
"react": "^18.2.0",
"react-app-polyfill": "^3.0.0",
"react-dev-utils": "^12.0.1",
"react-dom": "^18.2.0",
"react-refresh": "^0.11.0",
"resolve": "^1.20.0",
"resolve-url-loader": "^4.0.0",
"sass-loader": "^12.3.0",
"semver": "^7.3.5",
"source-map-loader": "^3.0.0",
"style-loader": "^3.3.1",
"styled-components": "^6.1.1",
"tailwindcss": "^3.0.2",
"terser-webpack-plugin": "^5.2.5",
"tinycolor2": "^1.6.0",
"typescript": "^4.9.5",
"victory": "^37.3.6",
"web-vitals": "^2.1.4",
"webpack": "^5.64.4",
"webpack-dev-server": "^4.6.0",
"webpack-manifest-plugin": "^4.0.2",
"workbox-webpack-plugin": "^6.4.1"
},
"scripts": {
"build": "npm run build:transpile",
"build:transpile": "tsc -p tsconfig.build.json",
"build:cjs": "NODE_ENV=production webpack -c config/cjs.config.js",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"build:svgs": "npx @svgr/cli --out-dir ./src/assets --filename-case kebab --typescript -- ./src/assets"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest",
"plugin:storybook/recommended"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"jest": {
"roots": [
"<rootDir>/src"
],
"collectCoverageFrom": [
"src/**/*.{js,jsx,ts,tsx}",
"!src/**/*.d.ts"
],
"setupFiles": [
"react-app-polyfill/jsdom"
],
"setupFilesAfterEnv": [
"<rootDir>/src/setupTests.ts"
],
"testMatch": [
"<rootDir>/src/**/__tests__/**/*.{js,jsx,ts,tsx}",
"<rootDir>/src/**/*.{spec,test}.{js,jsx,ts,tsx}"
],
"testEnvironment": "jsdom",
"transform": {
"^.+\\.(js|jsx|mjs|cjs|ts|tsx)$": "<rootDir>/config/jest/babelTransform.js",
"^.+\\.css$": "<rootDir>/config/jest/cssTransform.js",
"^(?!.*\\.(js|jsx|mjs|cjs|ts|tsx|css|json)$)": "<rootDir>/config/jest/fileTransform.js"
},
"transformIgnorePatterns": [
"[/\\\\]node_modules[/\\\\].+\\.(js|jsx|mjs|cjs|ts|tsx)$",
"^.+\\.module\\.(css|sass|scss)$"
],
"modulePaths": [],
"moduleNameMapper": {
"^react-native$": "react-native-web",
"^.+\\.module\\.(css|sass|scss)$": "identity-obj-proxy"
},
"moduleFileExtensions": [
"web.js",
"js",
"web.ts",
"ts",
"web.tsx",
"tsx",
"json",
"web.jsx",
"jsx",
"node"
],
"watchPlugins": [
"jest-watch-typeahead/filename",
"jest-watch-typeahead/testname"
],
"resetMocks": true
},
"babel": {
"presets": [
"react-app"
]
},
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@lottiefiles/react-lottie-player": "^3.5.3",
"@lunit/eslint-config": "^0.5.0",
"@storybook/addon-actions": "^7.6.6",
"@storybook/addon-essentials": "^7.6.6",
"@storybook/addon-interactions": "^7.6.6",
"@storybook/addon-links": "^7.6.6",
"@storybook/addon-onboarding": "^1.0.10",
"@storybook/blocks": "^7.6.6",
"@storybook/manager-api": "^7.6.6",
"@storybook/react": "^7.6.6",
"@storybook/react-vite": "^7.6.6",
"@storybook/react-webpack5": "^7.6.6",
"@storybook/test": "^7.6.6",
"@storybook/theming": "^7.6.6",
"@tsconfig/recommended": "^1.0.3",
"@types/tinycolor2": "^1.4.6",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.24.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.0",
"eslint-plugin-storybook": "^0.6.15",
"husky": "^8.0.0",
"lint-staged": "^15.2.0",
"prettier": "^3.1.1",
"storybook": "^7.6.6",
"ts-loader": "^9.5.1",
"typescript-eslint": "^8.18.1",
"uuid": "^11.1.0",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0"
},
"description": "Lunit Oncology UI components",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/types/index.d.ts",
"sideEffects": false,
"exports": {
".": {
"import": "./dist/index.js",
"module": "./dist/index.js",
"default": "./dist/index.js"
},
"./*": {
"import": "./dist/components/*/index.js",
"module": "./dist/components/*/index.js",
"default": "./dist/components/*/index.js"
},
"./icons": {
"import": "./dist/icons/index.js",
"module": "./dist/icons/index.js",
"default": "./dist/icons/index.js",
"types": "./dist/types/icons/index.d.ts"
}
},
"typesVersions": {
"*": {
"*": [
"dist/types/components/*/index.d.ts",
"dist/types/icons/*/index.d.ts",
"dist/types/index.d.ts"
]
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/lunit-io/oui.git"
},
"keywords": [
"lunit",
"oui",
"components"
],
"author": "og_pd_fe@lunit.io",
"license": "MIT",
"bugs": {
"url": "https://github.com/lunit-io/oui/issues"
},
"homepage": "https://github.com/lunit-io/oui#readme"
}