feat: setup next ui
Showing
.npmrc
0 → 100644
components/base/Button/Button.tsx
deleted
100644 → 0
components/base/Button/index.ts
deleted
100644 → 0
components/layout/Providers/Providers.tsx
0 → 100644
components/layout/Providers/index.ts
0 → 100644
{ | { | ||
"name": "nextjs-starter-template", | "name": "nextjs-starter-template", | ||
"version": "0.1.0", | "version": "0.0.0", | ||
"private": true, | "private": true, | ||
"scripts": { | "scripts": { | ||
"dev": "next dev", | "dev": "next dev", | ||
... | @@ -11,10 +11,12 @@ | ... | @@ -11,10 +11,12 @@ |
"analyze": "cross-env ANALYZE=true next build" | "analyze": "cross-env ANALYZE=true next build" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@nextui-org/react": "^2.4.0", | |||
"@types/node": "^20.12.12", | "@types/node": "^20.12.12", | ||
"@types/react": "^18.3.3", | "@types/react": "^18.3.3", | ||
"autoprefixer": "^10.4.19", | "autoprefixer": "^10.4.19", | ||
"classnames": "^2.5.1", | "classnames": "^2.5.1", | ||
"framer-motion": "^11.2.9", | |||
"next": "^14.2.3", | "next": "^14.2.3", | ||
"postcss": "^8.4.38", | "postcss": "^8.4.38", | ||
"react": "^18.3.1", | "react": "^18.3.1", | ||
... | ... |
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
public/img/next-ui.svg
0 → 100644
Please
register
or
sign in
to comment