public tags page
Showing
data/publicTags.ts
0 → 100644
icons/minus.svg
0 → 100644
icons/plus.svg
0 → 100644
... | @@ -15,6 +15,7 @@ | ... | @@ -15,6 +15,7 @@ |
"@chakra-ui/theme-tools": "^2.0.2", | "@chakra-ui/theme-tools": "^2.0.2", | ||
"@emotion/react": "^11", | "@emotion/react": "^11", | ||
"@emotion/styled": "^11", | "@emotion/styled": "^11", | ||
"@types/react-scroll": "^1.8.4", | |||
"framer-motion": "^6", | "framer-motion": "^6", | ||
"next": "12.1.6", | "next": "12.1.6", | ||
"next-react-svg": "1.1.3", | "next-react-svg": "1.1.3", | ||
... | @@ -24,6 +25,7 @@ | ... | @@ -24,6 +25,7 @@ |
"react-hook-form": "^7.33.1", | "react-hook-form": "^7.33.1", | ||
"react-identicons": "^1.2.5", | "react-identicons": "^1.2.5", | ||
"react-jazzicon": "^1.0.4", | "react-jazzicon": "^1.0.4", | ||
"react-scroll": "^1.8.7", | |||
"use-font-face-observer": "^1.2.1" | "use-font-face-observer": "^1.2.1" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
... | ... |
pages/public-tags.tsx
0 → 100644
theme/components/Textarea.ts
0 → 100644
ui/pages/PublicTags.tsx
0 → 100644
Please register or sign in to comment