diff options
| author | zwlucas <lucas.oliveira1676@etec.sp.gov.br> | 2025-03-31 23:24:13 +0000 |
|---|---|---|
| committer | zwlucas <lucas.oliveira1676@etec.sp.gov.br> | 2025-03-31 23:24:13 +0000 |
| commit | 0d54368efc5e91bf1beea8961655fa77f51b3074 (patch) | |
| tree | 565050614ac4666c41b8eec20ce1ca85f4d8bb09 /package.json | |
| download | eleicoes-0d54368efc5e91bf1beea8961655fa77f51b3074.tar.gz eleicoes-0d54368efc5e91bf1beea8961655fa77f51b3074.zip | |
Initial commit from Create Next App
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..f05a1e5 --- /dev/null +++ b/package.json @@ -0,0 +1,27 @@ +{ + "name": "eletrocast-eleicoes", + "version": "0.1.0", + "private": true, + "scripts": { + "dev": "next dev --turbopack", + "build": "next build", + "start": "next start", + "lint": "next lint" + }, + "dependencies": { + "react": "^19.0.0", + "react-dom": "^19.0.0", + "next": "15.2.4" + }, + "devDependencies": { + "typescript": "^5", + "@types/node": "^20", + "@types/react": "^19", + "@types/react-dom": "^19", + "@tailwindcss/postcss": "^4", + "tailwindcss": "^4", + "eslint": "^9", + "eslint-config-next": "15.2.4", + "@eslint/eslintrc": "^3" + } +} |