Skip to content

Commit

Permalink
remove libraries from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Mar 8, 2024
1 parent b206d75 commit 5fad869
Show file tree
Hide file tree
Showing 14 changed files with 5,275 additions and 4,123 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export function CreateDataset({
mutate?: (res: { dataset_data: CreateDatasetInput }) => void;
mutatePatch?: (res: { dataset_data: PatchDatasetInput }) => void;
}) {
// const [val, setVal] = React.useState<Props>();
const defaultValue = defaultVal || defaultValBase;

return (
Expand Down Expand Up @@ -83,9 +82,9 @@ export function CreateDataset({
/>
</div>
</RadioGroup>
<div className="max-w-[656px] pl-8">
<div className="max-w-[656px] pt-8">
<Text variant="headingMd">Dataset Details</Text>
<div className="pl-3">
<div className="pt-3">
<FormLayout>
<Input
name="title"
Expand Down Expand Up @@ -113,9 +112,9 @@ export function CreateDataset({
</FormLayout>
</div>

<div className="pl-8">
<div className="pt-6">
<Text variant="headingMd">Terms & Conditions</Text>
<div className="pl-2">
<div className="pt-2">
<Checkbox
name="terms"
required
Expand Down
18 changes: 1 addition & 17 deletions examples/data-exchange/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"style": "opub-tokens"
},
"dependencies": {
"@tabler/icons-react": "^2.17.0",
"@tanstack/react-query": "^4.29.5",
"@types/node": "^20.1.3",
"@types/react": "^18.2.0",
Expand All @@ -32,7 +31,6 @@
"react": "^18.2.0",
"react-aria": "3.22.0",
"react-dom": "^18.2.0",
"sass": "^1.70.0",
"sharp": "^0.33.2",
"usehooks-ts": "^2.13.0",
"zustand": "^4.3.8"
Expand All @@ -47,20 +45,6 @@
"@graphql-codegen/typescript": "^3.0.4",
"@graphql-codegen/typescript-graphql-request": "^4.5.9",
"@graphql-codegen/typescript-operations": "^3.0.4",
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@types/dom-to-image": "^2.6.5",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"autoprefixer": "^10.4.14",
"color2k": "^2.0.2",
"encoding": "^0.1.13",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.2",
"postcss": "^8.4.23",
"prettier": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.11",
"style-dictionary": "^3.8.0",
"tailwind-merge": "^1.12.0",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.4"
"@types/dom-to-image": "^2.6.5"
}
}
19 changes: 1 addition & 18 deletions examples/district/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"style": "opub-tokens"
},
"dependencies": {
"@tabler/icons-react": "^2.17.0",
"@tanstack/react-query": "^4.29.5",
"@types/node": "^20.1.3",
"@types/react": "^18.2.0",
Expand All @@ -26,30 +25,14 @@
"react-aria": "3.22.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.11",
"sass": "^1.69.5",
"sharp": "^0.33.2",
"tailwindcss-animate": "^1.0.7",
"zustand": "^4.4.1"
},
"devDependencies": {
"opub-tokens": "*",
"@repo/config-ts": "*",
"@repo/eslint-config": "*",
"@repo/prettier-config": "*",
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@types/dom-to-image": "^2.6.5",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"autoprefixer": "^10.4.14",
"color2k": "^2.0.2",
"encoding": "^0.1.13",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.2",
"postcss": "^8.4.23",
"prettier": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.11",
"style-dictionary": "^3.8.0",
"tailwind-merge": "^1.12.0",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.4"
"@types/dom-to-image": "^2.6.5"
}
}
20 changes: 1 addition & 19 deletions examples/drr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
},
"dependencies": {
"@radix-ui/react-accordion": "^1.1.2",
"@tabler/icons-react": "^2.17.0",
"@tanstack/react-query": "^4.29.5",
"@types/node": "^20.1.3",
"@types/react": "^18.2.6",
Expand All @@ -28,13 +27,10 @@
"nextjs-toploader": "^1.3.2",
"opub-ui": "*",
"react": "^18.2.0",
"react-aria": "3.22.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.11",
"react-select": "^5.8.0",
"sass": "^1.69.5",
"sharp": "^0.33.2",
"tailwindcss-animate": "^1.0.7",
"zustand": "^4.4.1"
},
"devDependencies": {
Expand All @@ -47,20 +43,6 @@
"@graphql-codegen/typescript": "^3.0.4",
"@graphql-codegen/typescript-graphql-request": "^4.5.9",
"@graphql-codegen/typescript-operations": "^3.0.4",
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@types/dom-to-image": "^2.6.5",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"autoprefixer": "^10.4.14",
"color2k": "^2.0.2",
"encoding": "^0.1.13",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.2",
"postcss": "^8.4.23",
"prettier": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.11",
"style-dictionary": "^3.8.0",
"tailwind-merge": "^1.12.0",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.4"
"@types/dom-to-image": "^2.6.5"
}
}
Loading

0 comments on commit 5fad869

Please sign in to comment.