-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.15 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.15 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
{
"name": "myworld-travel-frontend",
"version": "1.6.2",
"description": "myWorld Travel - React Frontend Application",
"private": true,
"type": "module",
"dependencies": {
"@react-three/drei": "^9.108.3",
"@react-three/fiber": "^8.16.8",
"axios": "^1.6.2",
"formik": "^2.4.5",
"leaflet": "^1.9.4",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-leaflet": "^4.2.1",
"react-router-dom": "^6.20.0",
"three": "^0.166.1",
"yup": "^1.3.3"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@vitejs/plugin-react": "^4.3.0",
"cypress": "^15.7.0",
"typescript": "^4.9.5",
"vite": "^6.0.0"
},
"overrides": {
"qs": "^6.14.1"
},
"scripts": {
"dev": "vite",
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"cypress": "cypress open",
"test:e2e": "cypress run",
"test:e2e:headed": "cypress run --headed",
"test:e2e:chrome": "cypress run --browser chrome",
"test:e2e:firefox": "cypress run --browser firefox"
}
}