Initial commit
parents
Showing
.gitignore
0 → 100644
README.md
0 → 100644
eslint.config.mjs
0 → 100644
next.config.ts
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | |||
"name": "classwork-69", | |||
"version": "0.1.0", | |||
"private": true, | |||
"scripts": { | |||
"dev": "next dev --turbopack", | |||
"build": "next build", | |||
"start": "next start", | |||
"lint": "next lint" | |||
}, | |||
"dependencies": { | |||
"@ant-design/icons": "^5.6.0", | |||
"antd": "^5.23.4", | |||
"next": "15.1.6", | |||
"react": "^19.0.0", | |||
"react-dom": "^19.0.0" | |||
}, | |||
"devDependencies": { | |||
"@eslint/eslintrc": "^3", | |||
"@types/node": "^20", | |||
"@types/react": "^19", | |||
"@types/react-dom": "^19", | |||
"eslint": "^9", | |||
"eslint-config-next": "15.1.6", | |||
"sass": "^1.83.4", | |||
"typescript": "^5" | |||
} | |||
} |
public/asus.jpeg
0 → 100644
8.02 KB
public/burger.jpeg
0 → 100644
9 KB
public/coffee.jpeg
0 → 100644
8.37 KB
public/cola.jpeg
0 → 100644
7.63 KB
public/file.svg
0 → 100644
public/globe.svg
0 → 100644
public/next.svg
0 → 100644
public/samsung.jpeg
0 → 100644
7.95 KB
public/vercel.svg
0 → 100644
public/window.svg
0 → 100644
src/app/[id]/page.tsx
0 → 100644
src/app/addProduct/page.tsx
0 → 100644
src/app/favicon.ico
0 → 100644
25.3 KB
src/app/global.scss
0 → 100644
src/app/layout.tsx
0 → 100644
src/app/page.tsx
0 → 100644
src/lib/contstants.ts
0 → 100644
src/ui/Layout.module.scss
0 → 100644
src/ui/Layout.tsx
0 → 100644
tsconfig.json
0 → 100644