You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
608 B

1 month ago
{
"name": "my-sample-next-js",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
1 month ago
"next": "^15.3.4",
1 month ago
"react": "^19.0.0",
"react-dom": "^19.0.0",
1 month ago
"swr": "^2.3.3"
1 month ago
},
"devDependencies": {
1 month ago
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
1 month ago
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.3.4",
1 month ago
"tailwindcss": "^4",
"typescript": "^5"
1 month ago
}
}