You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
132 lines
4.4 KiB
132 lines
4.4 KiB
{
|
|
"name": "@adminjs/design-system",
|
|
"version": "3.1.5",
|
|
"description": "DesignSystem which AdminJS is built with",
|
|
"main": "build/index.js",
|
|
"types": "types/index.d.ts",
|
|
"repository": "git@github.com:SoftwareBrothers/adminjs-design-system.git",
|
|
"author": "Wojciech Krysiak",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"release": "semantic-release",
|
|
"build": "yarn clean && 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": "yarn --cwd \"storybook\" storybook",
|
|
"dev": "yarn build && yarn bundle"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
|
|
}
|
|
},
|
|
"browserslist": [
|
|
"last 10 Chrome versions"
|
|
],
|
|
"peerDependencies": {
|
|
"react": "^18.1.0",
|
|
"react-dom": "^18.1.0",
|
|
"styled-components": "^5.3.5"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.10.5",
|
|
"@babel/preset-env": "^7.10.4",
|
|
"@babel/preset-react": "^7.10.4",
|
|
"@babel/preset-typescript": "^7.10.4",
|
|
"@commitlint/cli": "^8.3.5",
|
|
"@commitlint/config-conventional": "^8.3.4",
|
|
"@semantic-release/git": "^9.0.0",
|
|
"@types/carbon__icons-react": "^11.8.0",
|
|
"@types/react": "^18.0.15",
|
|
"@types/react-datepicker": "^4.4.2",
|
|
"@types/react-text-mask": "^5.4.11",
|
|
"@types/styled-components": "^5.1.25",
|
|
"@types/styled-system": "^5.1.9",
|
|
"@typescript-eslint/eslint-plugin": "^3.7.0",
|
|
"@typescript-eslint/parser": "^3.7.0",
|
|
"eslint": "^7.5.0",
|
|
"eslint-config-airbnb": "^18.2.0",
|
|
"eslint-plugin-import": "^2.22.0",
|
|
"eslint-plugin-jsx-a11y": "^6.3.1",
|
|
"eslint-plugin-react": "^7.20.3",
|
|
"eslint-plugin-react-hooks": "^4.0.8",
|
|
"husky": "^4.2.5",
|
|
"react": "^18.1.0",
|
|
"react-dom": "^18.1.0",
|
|
"rollup": "^2.76.0",
|
|
"rollup-plugin-babel": "^4.4.0",
|
|
"rollup-plugin-commonjs": "^10.1.0",
|
|
"rollup-plugin-node-resolve": "^5.2.0",
|
|
"rollup-plugin-replace": "^2.2.0",
|
|
"rollup-plugin-terser": "^7.0.2",
|
|
"semantic-release": "^17.0.7",
|
|
"semantic-release-slack-bot": "^1.6.2",
|
|
"styled-components": "^5.3.5",
|
|
"typescript": "^3.9.7"
|
|
},
|
|
"dependencies": {
|
|
"@carbon/icons-react": "^11.8.0",
|
|
"@hypnosphi/create-react-context": "^0.3.1",
|
|
"@tiptap/core": "^2.0.0-beta.206",
|
|
"@tiptap/extension-character-count": "^2.0.0-beta.206",
|
|
"@tiptap/extension-code": "^2.0.0-beta.206",
|
|
"@tiptap/extension-document": "^2.0.0-beta.206",
|
|
"@tiptap/extension-heading": "^2.0.0-beta.206",
|
|
"@tiptap/extension-image": "^2.0.0-beta.206",
|
|
"@tiptap/extension-link": "^2.0.0-beta.206",
|
|
"@tiptap/extension-table": "^2.0.0-beta.206",
|
|
"@tiptap/extension-table-cell": "^2.0.0-beta.206",
|
|
"@tiptap/extension-table-header": "^2.0.0-beta.206",
|
|
"@tiptap/extension-table-row": "^2.0.0-beta.206",
|
|
"@tiptap/extension-text": "^2.0.0-beta.206",
|
|
"@tiptap/extension-text-align": "^2.0.0-beta.206",
|
|
"@tiptap/extension-typography": "^2.0.0-beta.206",
|
|
"@tiptap/prosemirror-tables": "^1.1.3",
|
|
"@tiptap/react": "^2.0.0-beta.206",
|
|
"@tiptap/starter-kit": "^2.0.0-beta.206",
|
|
"date-fns": "2.15.0",
|
|
"jw-paginate": "^1.0.4",
|
|
"lodash": "^4.17.20",
|
|
"polished": "^3.6.5",
|
|
"prosemirror-commands": "^1.3.1",
|
|
"prosemirror-dropcursor": "1.5.0",
|
|
"prosemirror-gapcursor": "^1.3.1",
|
|
"prosemirror-history": "^1.3.0",
|
|
"prosemirror-keymap": "^1.2.0",
|
|
"prosemirror-model": "^1.18.1",
|
|
"prosemirror-schema-list": "^1.2.2",
|
|
"prosemirror-state": "^1.4.1",
|
|
"prosemirror-tables": "^1.3.0",
|
|
"prosemirror-transform": "^1.7.0",
|
|
"prosemirror-view": "^1.28.2",
|
|
"react-currency-input-field": "^3.6.5",
|
|
"react-datepicker": "^4.8.0",
|
|
"react-phone-input-2": "^2.15.1",
|
|
"react-select": "^5.2.2",
|
|
"react-text-mask": "^5.4.3",
|
|
"styled-system": "^5.1.5",
|
|
"text-mask-addons": "^3.8.0"
|
|
},
|
|
"resolutions": {
|
|
"date-fns": "2.15.0",
|
|
"prosemirror-state": "1.4.2",
|
|
"prosemirror-view": "1.29.1",
|
|
"prosemirror-transform": "1.7.0",
|
|
"prosemirror-tables": "1.3.0",
|
|
"prosemirror-schema-list": "1.2.2",
|
|
"prosemirror-model": "1.18.3",
|
|
"prosemirror-keymap": "1.2.0",
|
|
"prosemirror-history": "1.3.0",
|
|
"prosemirror-gapcursor": "1.3.1",
|
|
"prosemirror-dropcursor": "1.5.0",
|
|
"prosemirror-commands": "1.5.0"
|
|
},
|
|
"overrides": {
|
|
"react-text-mask": {
|
|
"react": "^18.1.0"
|
|
}
|
|
}
|
|
}
|