storybook completed
Showing
.storybook/GlobalStyle.js
0 → 100644
.storybook/theme.js
0 → 100644
blog-backend/.gitignore
0 → 100644
blog-backend/README.md
0 → 100644
blog-backend/config/admin.ts
0 → 100644
blog-backend/config/api.ts
0 → 100644
blog-backend/config/database.ts
0 → 100644
blog-backend/config/middlewares.ts
0 → 100644
blog-backend/config/plugins.ts
0 → 100644
blog-backend/config/server.ts
0 → 100644
blog-backend/database/migrations/.gitkeep
0 → 100644
blog-backend/favicon.png
0 → 100644
497 Bytes
blog-backend/package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
blog-backend/package.json
0 → 100644
blog-backend/public/robots.txt
0 → 100644
blog-backend/public/uploads/.gitkeep
0 → 100644
blog-backend/src/admin/app.example.tsx
0 → 100644
blog-backend/src/admin/tsconfig.json
0 → 100644
blog-backend/src/api/.gitkeep
0 → 100644
blog-backend/src/extensions/.gitkeep
0 → 100644
blog-backend/src/index.ts
0 → 100644
blog-backend/tsconfig.json
0 → 100644
blog-backend/types/generated/components.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
context/Blog.module.css
0 → 100644
context/Bloglisting.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
... | @@ -14,10 +14,14 @@ | ... | @@ -14,10 +14,14 @@ |
"@faker-js/faker": "^9.9.0", | "@faker-js/faker": "^9.9.0", | ||
"classnames": "^2.5.1", | "classnames": "^2.5.1", | ||
"clsx": "^2.1.1", | "clsx": "^2.1.1", | ||
"gray-matter": "^4.0.3", | |||
"markdown-it": "^14.1.0", | |||
"next": "15.3.5", | "next": "15.3.5", | ||
"prop-types": "^15.8.1", | "prop-types": "^15.8.1", | ||
"react": "^19.0.0", | "react": "^19.0.0", | ||
"react-dom": "^19.0.0", | "react-dom": "^19.0.0", | ||
"react-markdown": "^10.1.0", | |||
"rehype-raw": "^7.0.0", | |||
"styled-components": "^6.1.19" | "styled-components": "^6.1.19" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
... | @@ -26,6 +30,7 @@ | ... | @@ -26,6 +30,7 @@ |
"@storybook/nextjs": "^9.0.16", | "@storybook/nextjs": "^9.0.16", | ||
"@tailwindcss/postcss": "^4", | "@tailwindcss/postcss": "^4", | ||
"autoprefixer": "^10.4.21", | "autoprefixer": "^10.4.21", | ||
"babel-plugin-styled-components": "^2.1.4", | |||
"eslint": "^9", | "eslint": "^9", | ||
"eslint-config-next": "15.3.5", | "eslint-config-next": "15.3.5", | ||
"eslint-plugin-storybook": "^9.0.16", | "eslint-plugin-storybook": "^9.0.16", | ||
... | ... |
posts/blog1.md
0 → 100644
posts/blog2.md
0 → 100644
posts/blog3.md
0 → 100644
posts/blog4.md
0 → 100644
posts/blog5.md
0 → 100644
posts/blog6.md
0 → 100644