UNPKG

teaforget

Version:

This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

41 lines (40 loc) 1.03 kB
{ "name": "teaforget", "version": "0.1.0", "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "react": "^18", "react-dom": "^18", "next": "14.2.3" }, "devDependencies": { "typescript": "^5", "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "postcss": "^8", "tailwindcss": "^3.4.1", "eslint": "^8", "eslint-config-next": "14.2.3" }, "description": "This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).", "main": "index.js", "author": "itgi", "license": "ISC", "keywords": [ "yuu" ], "repository": { "type": "git", "url": "git+https://github.com/abderrahimzis/teaforget.git" }, "bugs": { "url": "https://github.com/abderrahimzis/teaforget/issues" }, "homepage": "https://github.com/abderrahimzis/teaforget#readme" }