json server id error
parents
Showing
.czrc
0 → 100644
.dockerignore
0 → 100644
.editorconfig
0 → 100644
.env
0 → 100644
.eslintrc.json
0 → 100644
.gitignore
0 → 100644
.huskyrc
0 → 100644
.prettierrc
0 → 100644
.storybook/main.ts
0 → 100644
.storybook/preview.ts
0 → 100644
.yarnrc.yml
0 → 100644
README.md
0 → 100644
app/another/page.tsx
0 → 100644
app/layout.tsx
0 → 100644
app/not-found.tsx
0 → 100644
app/page.tsx
0 → 100644
components/Top-Level/Form/FormComponent.tsx
0 → 100644
components/Top-Level/Form/form.module.css
0 → 100644
components/Top-Level/Form/form.stories.tsx
0 → 100644
components/Top-Level/Item/Item.tsx
0 → 100644
components/Top-Level/Item/item.module.css
0 → 100644
components/Top-Level/Item/item.stories.tsx
0 → 100644
components/base/Button/Button.stories.tsx
0 → 100644
components/base/Button/Button.tsx
0 → 100644
components/base/Button/button.module.css
0 → 100644
components/base/Button/index.ts
0 → 100644
components/base/Heading/Heading.stories.tsx
0 → 100644
components/base/Heading/Heading.tsx
0 → 100644
components/base/Heading/heading.module.css
0 → 100644
components/base/input/Input.stories.tsx
0 → 100644
components/base/input/Input.tsx
0 → 100644
components/base/input/input.module.css
0 → 100644
components/base/typography.stories.tsx
0 → 100644
components/layout/List/List.tsx
0 → 100644
components/layout/List/list.module.css
0 → 100644
components/layout/List/list.stories.tsx
0 → 100644
components/layout/PageNotFound/img/404.png
0 → 100644
56 KB
components/layout/PageNotFound/index.ts
0 → 100644
components/shared/ResponsiveImage/index.ts
0 → 100644
components/shared/ResponsiveVideo/index.ts
0 → 100644
components/types.d.ts
0 → 100644
config/URL.ts
0 → 100644
db.json
0 → 100644
lib/.gitkeep
0 → 100644
lib/Instance.ts
0 → 100644
lib/Operation.ts
0 → 100644
lib/getall.ts
0 → 100644
next-env.d.ts
0 → 100644
next.config.js
0 → 100644
package.json
0 → 100644
{ | ||
"name": "nextjs-starter-template", | ||
"version": "0.1.0", | ||
"private": true, | ||
"scripts": { | ||
"dev": "next dev", | ||
"build": "next build", | ||
"start": "next start", | ||
"serve": "json-server --watch db.json --port 4000 ", | ||
"storybook": "storybook dev -p 6006", | ||
"build-storybook": "storybook build", | ||
"analyze": "cross-env ANALYZE=true next build" | ||
}, | ||
"dependencies": { | ||
"@types/node": "^20.11.5", | ||
"@types/react": "^18.2.48", | ||
"autoprefixer": "^10.4.17", | ||
"axios": "^1.7.2", | ||
"classnames": "^2.5.1", | ||
"json-server": "^1.0.0-beta.0", | ||
"next": "^14.1.0", | ||
"postcss": "^8.4.33", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"sharp": "^0.33.2", | ||
"tailwindcss": "^3.4.1", | ||
"typescript": "^5.3.3" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^18.4.4", | ||
"@commitlint/config-conventional": "^18.4.4", | ||
"@storybook/addon-essentials": "^7.6.10", | ||
"@storybook/addon-interactions": "7.6.10", | ||
"@storybook/addon-links": "^7.6.10", | ||
"@storybook/addon-onboarding": "1.0.10", | ||
"@storybook/blocks": "7.6.10", | ||
"@storybook/nextjs": "^7.6.10", | ||
"@storybook/react": "7.6.10", | ||
"@storybook/test": "7.6.10", | ||
"@types/eslint": "^8.56.2", | ||
"cross-env": "^7.0.3", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"eslint": "^8.56.0", | ||
"eslint-config-next": "^14.1.0", | ||
"eslint-plugin-storybook": "^0.6.15", | ||
"husky": "^8.0.3", | ||
"prettier": "^3.2.4", | ||
"pretty-quick": "^4.0.0", | ||
"storybook": "^7.6.10", | ||
"webpack-bundle-analyzer": "^4.10.1" | ||
} | ||
} |
pages/Todo.tsx
0 → 100644
pages/todoapp.module.css
0 → 100644
pnpm-lock.yaml
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
postcss.config.js
0 → 100644
public/favicon.ico
0 → 100644
File added
public/icons/red-x-10333.svg
0 → 100644
public/img/nextjs.svg
0 → 100644
public/img/tailwind.svg
0 → 100644
public/img/typescript.svg
0 → 100644
styles/globals.css
0 → 100644
tailwind.config.ts
0 → 100644
tsconfig.json
0 → 100644
utils/data.ts
0 → 100644
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.