-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.59 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "ticket-booking",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "15.5.3",
"react": "19.1.1",
"react-dom": "19.1.1",
"ticket-booking-important-feature-0": "workspace:*",
"ticket-booking-important-feature-1": "workspace:*",
"ticket-booking-important-feature-10": "workspace:*",
"ticket-booking-important-feature-11": "workspace:*",
"ticket-booking-important-feature-12": "workspace:*",
"ticket-booking-important-feature-13": "workspace:*",
"ticket-booking-important-feature-14": "workspace:*",
"ticket-booking-important-feature-15": "workspace:*",
"ticket-booking-important-feature-16": "workspace:*",
"ticket-booking-important-feature-17": "workspace:*",
"ticket-booking-important-feature-18": "workspace:*",
"ticket-booking-important-feature-19": "workspace:*",
"ticket-booking-important-feature-2": "workspace:*",
"ticket-booking-important-feature-3": "workspace:*",
"ticket-booking-important-feature-4": "workspace:*",
"ticket-booking-important-feature-5": "workspace:*",
"ticket-booking-important-feature-6": "workspace:*",
"ticket-booking-important-feature-7": "workspace:*",
"ticket-booking-important-feature-8": "workspace:*",
"ticket-booking-important-feature-9": "workspace:*"
},
"devDependencies": {
"@types/react": "19.1.13",
"typescript": "5.9.2"
},
"nx": {
"targets": {
"build": {
"outputs": [
"apps/ticket-booking/.next"
]
}
}
}
}