Skip to content

Commit

Permalink
chore: remove chakra-ui and mantine from presets
Browse files Browse the repository at this point in the history
  • Loading branch information
alicanerdurmaz committed Jan 17, 2024
1 parent fdd6040 commit a935341
Showing 1 changed file with 0 additions and 38 deletions.
38 changes: 0 additions & 38 deletions presets.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,44 +48,6 @@ module.exports = {
inferencer: "no",
},
},
{
name: "refine-mantine",
type: "refine-vite",
answers: {
"ui-framework": "mantine",
"router-provider": "react-router-v6",
"data-provider": "data-provider-custom-json-rest",
"auth-provider": "none",
"antd-example-pages": "no",
"mui-example-pages": "no",
"mantine-example-pages": "no",
"i18n-no": "no",
"i18n-antd": "no",
"i18n-mui": "no",
"i18n-mantine": "no",
inferencer: "no",
},
},
{
name: "refine-chakra-ui",
type: "refine-vite",
answers: {
"ui-framework": "chakra",
"router-provider": "react-router-v6",
"data-provider": "data-provider-custom-json-rest",
"auth-provider": "none",
"antd-example-pages": "no",
"mui-example-pages": "no",
"mantine-example-pages": "no",
"chakra-example-pages": "no",
"i18n-no": "no",
"i18n-antd": "no",
"i18n-mui": "no",
"i18n-mantine": "no",
"i18n-chakra": "no",
inferencer: "no",
},
},
{
name: "refine-headless-remix",
type: "refine-remix",
Expand Down

0 comments on commit a935341

Please sign in to comment.