Skip to content

Commit

Permalink
hotfix: add package.json from 0.0.7 version
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelzinh3 committed Jun 24, 2024
1 parent 410271c commit 638ce7a
Show file tree
Hide file tree
Showing 2 changed files with 730 additions and 332 deletions.
109 changes: 78 additions & 31 deletions clients/libs/components/package.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,27 @@
{
"version": "0.0.4-alpha.24",
"version": "0.0.7",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"main": "__dist/index.js",
"module": "__dist/esm/index.js",
"typings": "__dist/index.d.ts",
"files": [
"dist"
"__dist",
"__src",
"form",
"chakra",
"icons"
],
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"dev": "tsdx watch",
"build": "tsdx build && ./scripts/postbuild.sh",
"prepack": "sh ./scripts/prepack.sh",
"postpack": "sh ./scripts/postpack.sh",
"test": "tsdx test --passWithNoTests",
"lint": "tsdx lint --fix",
"prepare": "tsdx build",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"peerDependencies": {
"react": ">=16"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,ts,tsx}": [
"tsdx lint --fix"
]
},
"prettier": {
"printWidth": 80,
"semi": true,
Expand All @@ -35,35 +30,87 @@
},
"name": "bonde-components",
"author": "Igor Santos",
"module": "dist/bonde-components.esm.js",
"devDependencies": {
"@babel/core": "^7.8.7",
"@storybook/addon-actions": "^5.3.17",
"@storybook/addon-links": "^5.3.17",
"@storybook/addons": "^5.3.17",
"@storybook/react": "^5.3.17",
"@types/jest": "^25.1.4",
"@types/react": "^16.9.23",
"@types/react-dom": "^16.9.5",
"@types/react": "^16.9 || ^17",
"@types/react-color": "^3.0.4",
"@types/react-dom": "^16.8 || ^17",
"@types/react-select": "^3.0.16",
"@types/react-table": "7.0.22",
"@types/styled-components": "^5.0.1",
"babel-loader": "^8.0.6",
"husky": "^4.2.3",
"lint-staged": "^10.2.11",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react": "^16.9 || ^17",
"react-dom": "^16.8 || ^17",
"ts-loader": "^6.2.1",
"tsdx": "^0.12.3",
"tslib": "^1.11.1",
"typescript": "^3.8.3"
"tslib": "^1.11.1"
},
"peerDependencies": {
"react": "^16.9 || ^17",
"react-dom": "^16.8 || ^17"
},
"dependencies": {
"@chakra-ui/accordion": "^1.3.5",
"@chakra-ui/alert": "^1.2.7",
"@chakra-ui/anatomy": "^1.0.1",
"@chakra-ui/avatar": "^1.2.8",
"@chakra-ui/breadcrumb": "^1.2.8",
"@chakra-ui/button": "^1.4.2",
"@chakra-ui/checkbox": "^1.5.5",
"@chakra-ui/close-button": "^1.1.11",
"@chakra-ui/color-mode": "^1.1.12",
"@chakra-ui/control-box": "^1.0.15",
"@chakra-ui/counter": "^1.1.8",
"@chakra-ui/css-reset": "^1.0.0",
"@chakra-ui/editable": "^1.2.8",
"@chakra-ui/form-control": "^1.4.0",
"@chakra-ui/hooks": "^1.5.5",
"@chakra-ui/icon": "^1.1.11",
"@chakra-ui/image": "^1.0.18",
"@chakra-ui/input": "^1.2.9",
"@chakra-ui/layout": "^1.4.8",
"@chakra-ui/media-query": "^1.1.2",
"@chakra-ui/menu": "^1.7.2",
"@chakra-ui/modal": "^1.8.10",
"@chakra-ui/number-input": "^1.2.9",
"@chakra-ui/pin-input": "^1.6.4",
"@chakra-ui/popover": "^1.8.2",
"@chakra-ui/popper": "^2.2.1",
"@chakra-ui/portal": "^1.2.8",
"@chakra-ui/progress": "^1.1.12",
"@chakra-ui/radio": "^1.3.9",
"@chakra-ui/react": "^1.6.6",
"@chakra-ui/select": "^1.1.13",
"@chakra-ui/skeleton": "^1.1.17",
"@chakra-ui/slider": "^1.2.8",
"@chakra-ui/spinner": "^1.1.12",
"@chakra-ui/stat": "^1.1.12",
"@chakra-ui/switch": "^1.2.8",
"@chakra-ui/system": "^1.7.2",
"@chakra-ui/table": "^1.2.6",
"@chakra-ui/tabs": "^1.5.4",
"@chakra-ui/tag": "^1.1.12",
"@chakra-ui/textarea": "^1.1.13",
"@chakra-ui/theme": "^1.10.0",
"@chakra-ui/theme-tools": "^1.2.0",
"@chakra-ui/toast": "^1.2.10",
"@chakra-ui/tooltip": "^1.3.9",
"@chakra-ui/transition": "^1.3.4",
"@chakra-ui/visually-hidden": "^1.0.14",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"final-form": "^4.18.7",
"framer-motion": "^4",
"react-color": "^2.19.3",
"react-final-form": "^6.3.5",
"react-google-font-loader": "^1.1.0",
"react-s3-uploader": "^4.9.3",
"react-select": "^3.1.0",
"react-table": "^7.5.0",
"react-toastify": "^6.0.9",
"styled-components": "^5.0.1"
"react-toastify": "^6.0.9"
}
}
Loading

0 comments on commit 638ce7a

Please sign in to comment.