this repo has no description
1{
2 "name": "atcred",
3 "version": "0.1.0",
4 "private": true,
5 "scripts": {
6 "dev": "next dev --turbopack",
7 "build": "next build",
8 "start": "next start",
9 "lint": "next lint"
10 },
11 "dependencies": {
12 "react": "^19.0.0",
13 "react-dom": "^19.0.0",
14 "next": "15.3.1"
15 },
16 "devDependencies": {
17 "typescript": "^5",
18 "@types/node": "^20",
19 "@types/react": "^19",
20 "@types/react-dom": "^19",
21 "@tailwindcss/postcss": "^4",
22 "tailwindcss": "^4",
23 "eslint": "^9",
24 "eslint-config-next": "15.3.1",
25 "@eslint/eslintrc": "^3"
26 }
27}