OwlCyberSecurity - MANAGER
Edit File: package.json
{ "name": "@adminjs/design-system", "version": "4.1.1", "description": "DesignSystem which AdminJS is built with", "type": "module", "exports": { ".": { "import": "./build/index.js", "types": "./types/src/index.d.ts", "require": "./build/index.js" }, "./styled-components": { "import": "./build/utils/styled.js", "types": "./types/src/utils/styled.d.ts" } }, "repository": "git@github.com:SoftwareBrothers/adminjs-design-system.git", "author": "Wojciech Krysiak", "license": "MIT", "scripts": { "release": "semantic-release", "build": "babel src --out-dir build --copy-files --no-copy-ignored --extensions '.ts,.js,.jsx,.tsx'", "types": "tsc", "clean": "rm -fR types && rm -fR build", "lint": "eslint './src/**/*' './vendor-types/**/*'", "check:all": "yarn build && yarn lint", "bundle": "rollup --config ./config/rollup.js", "storybook": "NODE_OPTIONS=--openssl-legacy-provider storybook dev -p 6006", "storybook:build": "storybook build", "storybook:deploy": "firebase deploy --only hosting", "dev": "yarn build && yarn types && yarn bundle", "prepare": "husky install && ts-patch install -s" }, "husky": { "hooks": { "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } }, "browserslist": [ "last 5 Chrome versions" ], "peerDependencies": { "react": "^18.1.0", "react-dom": "^18.1.0" }, "devDependencies": { "@babel/cli": "^7.21.0", "@babel/core": "^7.21.0", "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.21.0", "@commitlint/cli": "^17.5.0", "@commitlint/config-conventional": "^17.4.4", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-replace": "^5.0.5", "@semantic-release/git": "^10.0.1", "@storybook/addon-essentials": "^7.6.3", "@storybook/addon-interactions": "^7.6.3", "@storybook/addon-links": "^7.6.3", "@storybook/addon-storysource": "^7.6.3", "@storybook/addons": "^7.6.3", "@storybook/blocks": "^7.6.3", "@storybook/manager-api": "^7.6.3", "@storybook/react": "^7.6.3", "@storybook/react-webpack5": "^7.6.3", "@storybook/source-loader": "^7.6.3", "@storybook/testing-library": "^0.2.2", "@storybook/theming": "^7.6.3", "@types/hoist-non-react-statics": "3.3.1", "@types/react": "^18.0.15", "@types/react-datepicker": "^4.10.0", "@types/react-text-mask": "^5.4.11", "@types/styled-components": "^5.1.26", "@types/styled-system": "^5.1.16", "@typescript-eslint/eslint-plugin": "^5.56.0", "@typescript-eslint/parser": "^5.56.0", "babel-plugin-module-resolver": "^5.0.0", "babel-plugin-replace-import-extension": "^1.1.3", "babel-plugin-styled-components": "^2.1.4", "eslint": "^8.36.0", "eslint-config-airbnb": "^19.0.4", "eslint-plugin-import": "^2.27.5", "eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-storybook": "^0.6.15", "husky": "^8.0.3", "react": "^18.2.0", "react-dom": "^18.2.0", "resolve-typescript-plugin": "^2.0.1", "rollup": "^4.12.0", "rollup-plugin-esbuild-minify": "^1.1.1", "semantic-release": "^20.1.3", "semantic-release-slack-bot": "^4.0.0", "source-map-loader": "^4.0.1", "storybook": "^7.6.3", "ts-loader": "^9.5.1", "ts-patch": "^3.1.2", "tsconfig-paths-webpack-plugin": "^4.1.0", "typescript": "^5.0.2", "typescript-transform-paths": "^3.4.7" }, "dependencies": { "@hypnosphi/create-react-context": "^0.3.1", "@tinymce/tinymce-react": "^4.3.2", "@tiptap/core": "2.1.13", "@tiptap/extension-bubble-menu": "2.1.13", "@tiptap/extension-character-count": "2.1.13", "@tiptap/extension-code": "2.1.13", "@tiptap/extension-document": "2.1.13", "@tiptap/extension-floating-menu": "2.1.13", "@tiptap/extension-heading": "2.1.13", "@tiptap/extension-image": "2.1.13", "@tiptap/extension-link": "2.1.13", "@tiptap/extension-table": "2.1.13", "@tiptap/extension-table-cell": "2.1.13", "@tiptap/extension-table-header": "2.1.13", "@tiptap/extension-table-row": "2.1.13", "@tiptap/extension-text": "2.1.13", "@tiptap/extension-text-align": "2.1.13", "@tiptap/extension-typography": "2.1.13", "@tiptap/pm": "2.1.13", "@tiptap/react": "2.1.13", "@tiptap/starter-kit": "2.1.13", "date-fns": "^2.29.3", "flat": "^5.0.2", "hoist-non-react-statics": "3.3.2", "jw-paginate": "^1.0.4", "lodash": "^4.17.21", "polished": "^4.2.2", "react-currency-input-field": "^3.6.10", "react-datepicker": "^4.10.0", "react-feather": "^2.0.10", "react-phone-input-2": "^2.15.1", "react-select": "^5.8.0", "react-text-mask": "^5.5.0", "styled-components": "5.3.9", "styled-system": "^5.1.5", "text-mask-addons": "^3.8.0" }, "resolutions": { "@emotion/react": "11.10.6", "@tiptap/core": "2.1.13", "@tiptap/extension-bubble-menu": "2.1.13", "@tiptap/extension-character-count": "2.1.13", "@tiptap/extension-code": "2.1.13", "@tiptap/extension-document": "2.1.13", "@tiptap/extension-floating-menu": "2.1.13", "@tiptap/extension-heading": "2.1.13", "@tiptap/extension-image": "2.1.13", "@tiptap/extension-link": "2.1.13", "@tiptap/extension-table": "2.1.13", "@tiptap/extension-table-cell": "2.1.13", "@tiptap/extension-table-header": "2.1.13", "@tiptap/extension-table-row": "2.1.13", "@tiptap/extension-text": "2.1.13", "@tiptap/extension-text-align": "2.1.13", "@tiptap/extension-typography": "2.1.13", "@tiptap/pm": "2.1.13", "@tiptap/react": "2.1.13", "@tiptap/starter-kit": "2.1.13", "hoist-non-react-statics": "3.3.2", "styled-components": "5.3.9" } }