dalu-oss-project
Version:
This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).
43 lines (42 loc) • 884 B
JSON
{
"name": "dalu-oss-project",
"version": "1.0.1",
"private": false,
"author": "Dalu26",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "14.2.11",
"react": "^18",
"react-dom": "^18",
"tea-bruh": "^1.0.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.11",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"bugs": {
"url": "https://github.com/Dalu26/oss-project#issues"
},
"license": "ISC",
"homepage": "https://github.com/Dalu26/oss-project#readme",
"keywords": [
"tea",
"oss",
"tea.xyz"
],
"repository": {
"type": "git",
"url": "https://github.com/Dalu26/oss-project"
}
}