tsconfig.jsonJSON25 lines480 B
1
{
2
  "name": "@drok/web",
3
  "version": "0.4.0",
4
  "private": true,
5
  "scripts": {
6
    "dev": "next dev",
7
    "build": "next build",
8
    "start": "next start",
9
    "lint": "next lint"
10
  },
11
  "dependencies": {
12
    "next": "15.2.0",
13
    "react": "19.0.0",
14
    "react-dom": "19.0.0",
15
    "clsx": "2.1.1"
16
  },
17
  "devDependencies": {
18
    "@types/node": "22.12.0",
19
    "@types/react": "19.0.0",
20
    "@types/react-dom": "19.0.0",
21
    "postcss": "8.5.0",
22
    "tailwindcss": "4.0.0",
23
    "typescript": "5.7.0"
24
  }
25
}