-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1003 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1003 Bytes
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
{
"name": "@conorheffron/booking-sys-frontend",
"version": "3.6.1",
"private": false,
"license": "GPL-3.0-or-later",
"description": "React + TypeScript frontend for Booking System",
"engines": {
"node": "^20.19.0 || >=22.12.0"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint .",
"test": "jest",
"serve": "vite preview --port 5000"
},
"dependencies": {
"bootstrap": "5.3.8",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-router-dom": "7.16.0"
},
"devDependencies": {
"@testing-library/jest-dom": "6.9.1",
"@testing-library/react": "16.3.0",
"@types/jest": "30.0.0",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"@vitejs/plugin-react": "5.0.4",
"identity-obj-proxy": "3.0.0",
"jest": "30.2.0",
"jest-environment-jsdom": "30.2.0",
"ts-jest": "29.4.5",
"typescript": "5.9.3",
"vite": "7.3.2",
"whatwg-fetch": "3.6.20"
}
}