Initial commit from Create Next App
parents
Showing
.eslintrc.json
0 → 100644
.gitignore
0 → 100644
README.md
0 → 100644
next.config.js
0 → 100644
package.json
0 → 100644
| { | |||
| "name": "docgpt", | |||
| "version": "0.1.0", | |||
| "private": true, | |||
| "scripts": { | |||
| "dev": "next dev", | |||
| "build": "next build", | |||
| "start": "next start", | |||
| "lint": "next lint" | |||
| }, | |||
| "dependencies": { | |||
| "@next/font": "13.1.6", | |||
| "@types/node": "18.14.0", | |||
| "@types/react": "18.0.28", | |||
| "@types/react-dom": "18.0.11", | |||
| "eslint": "8.34.0", | |||
| "eslint-config-next": "13.1.6", | |||
| "next": "13.1.6", | |||
| "react": "18.2.0", | |||
| "react-dom": "18.2.0", | |||
| "typescript": "4.9.5" | |||
| } | |||
| } |
pnpm-lock.yaml
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
public/favicon.ico
0 → 100644
File added
public/next.svg
0 → 100644
public/thirteen.svg
0 → 100644
public/vercel.svg
0 → 100644
src/pages/_app.tsx
0 → 100644
src/pages/_document.tsx
0 → 100644
src/pages/api/hello.ts
0 → 100644
src/pages/index.tsx
0 → 100644
src/styles/Home.module.css
0 → 100644
src/styles/globals.css
0 → 100644
tsconfig.json
0 → 100644
Please
register
or
sign in
to comment