-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 2.51 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 2.51 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
49
50
51
52
53
54
55
56
{
"name": "medcodesearch-frontend-react",
"version": "0.1.0",
"private": true,
"dependencies": {
"bootstrap": "^5.3.7",
"dateformat": "^5.0.3",
"i18next": "^22.4.14",
"react": "^18.2.0",
"react-bootstrap": "^2.9.0",
"react-datepicker": "^4.8.0",
"react-dom": "^18.2.0",
"react-i18next": "^12.2.0",
"react-icons": "^4.3.1",
"react-router-dom": "^6.2.2",
"react-scripts": "^5.0.1",
"react-toastify": "^11.0.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "start-server-and-test start-test-server http-get://localhost:8080 'cypress run'",
"test:search": "start-server-and-test start-test-server http-get://localhost:8080 'cypress run --spec cypress/e2e/searchMobile.cy.ts,cypress/e2e/search.cy.ts'",
"test:breadcrumbs": "start-server-and-test start-test-server http-get://localhost:8080 'cypress run --spec cypress/e2e/breadcrumbsMobile.cy.ts,cypress/e2e/breadcrumbs.cy.ts'",
"test:codeAttributes": "start-server-and-test start-test-server http-get://localhost:8080 'cypress run --spec cypress/e2e/codeAttributesMobile.cy.ts,cypress/e2e/codeAttributes.cy.ts,cypress/e2e/customCodeAttributes.cy.ts'",
"test:default": "start-server-and-test start-test-server http-get://localhost:8080 'cypress run --spec cypress/e2e/defaultMobile.cy.ts,cypress/e2e/default.cy.ts'",
"test:popUp": "start-server-and-test start-test-server http-get://localhost:8080 'cypress run --spec cypress/e2e/popUpMobile.cy.ts,cypress/e2e/popUp.cy.ts'",
"test:errorHandling": "start-server-and-test start-test-server http-get://localhost:8080 'cypress run --spec cypress/e2e/errorHandlingMobile.cy.ts,cypress/e2e/errorHandling.cy.ts'",
"test-with-gui": "start-server-and-test start-test-server http-get://localhost:8080 'cypress open'",
"start-test-server": "BROWSER=none PORT=8080 REACT_APP_CYPRESS=true react-scripts start",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@cypress/webpack-preprocessor": "^6.0.2",
"@types/node": "^24.0.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.2.13",
"cypress": "^13.12.0",
"start-server-and-test": "^2.0.4",
"ts-loader": "^9.5.1",
"typescript": "^5.5.2"
}
}