33 lines
825 B
JSON
33 lines
825 B
JSON
{
|
|
"name": "rc-compat",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint"
|
|
},
|
|
"dependencies": {
|
|
"fs": "^0.0.1-security",
|
|
"next": "16.0.3",
|
|
"path": "^0.12.7",
|
|
"react": "19.2.0",
|
|
"react-dom": "19.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4",
|
|
"autoprefixer": "^10.4.22",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "16.0.3",
|
|
"postcss": "^8.5.6",
|
|
"sass": "^1.94.2",
|
|
"tailwindcss": "^4.1.17"
|
|
},
|
|
"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": "tailwind.config.js",
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|