PHP 8.2.30
Preview: package.json Size: 5.85 KB
/home/byroehnu/.trash/node_modules11/@adminjs/design-system/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"
  }
}

Directory Contents

Dirs: 7 × Files: 13

Name Size Perms Modified Actions
- drwxr-xr-x 2026-02-28 00:31:40
Edit Download
build DIR
- drwxr-xr-x 2026-02-28 00:31:40
Edit Download
config DIR
- drwxr-xr-x 2026-02-28 00:31:36
Edit Download
- drwxr-xr-x 2026-02-28 11:47:02
Edit Download
src DIR
- drwxr-xr-x 2026-02-28 00:31:52
Edit Download
types DIR
- drwxr-xr-x 2026-02-28 00:31:40
Edit Download
- drwxr-xr-x 2026-02-28 00:31:44
Edit Download
478 B lrw-r--r-- 2026-02-28 00:27:12
Edit Download
1.33 KB lrw-r--r-- 2026-02-28 00:26:32
Edit Download
282 B lrw-r--r-- 2026-02-28 00:26:42
Edit Download
90 B lrw-r--r-- 2026-02-28 00:26:52
Edit Download
781 B lrw-r--r-- 2026-02-28 00:27:04
Edit Download
11.12 MB lrw-r--r-- 2026-02-28 00:30:42
Edit Download
1.86 MB lrw-r--r-- 2026-02-28 00:30:56
Edit Download
78 B lrw-r--r-- 2026-02-28 00:27:22
Edit Download
429 B lrw-r--r-- 2026-02-28 00:31:14
Edit Download
281 B lrw-r--r-- 2026-02-28 00:31:38
Edit Download
5.85 KB lrw-r--r-- 2026-02-28 00:31:38
Edit Download
3.96 KB lrw-r--r-- 2026-02-28 00:31:40
Edit Download
875 B lrw-r--r-- 2026-02-28 00:31:38
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).