app_totito_next/package.json

24 lines
451 B
JSON
Raw Normal View History

2024-09-06 12:06:39 -06:00
{
"name": "totito-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2024-09-06 12:39:19 -06:00
"next": "14.2.8",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-scripts": "^5.0.1"
2024-09-06 12:06:39 -06:00
},
"devDependencies": {
"eslint": "^8",
2024-09-06 12:39:19 -06:00
"eslint-config-next": "14.2.8",
"postcss": "^8",
"tailwindcss": "^3.4.1"
2024-09-06 12:06:39 -06:00
}
}