source: client_app/package.json@ 3f5bf9e

Last change on this file since 3f5bf9e was 3f5bf9e, checked in by Vzdra <vladko.zdravkovski@…>, 3 years ago

added test login

  • Property mode set to 100644
File size: 939 bytes
Line 
1{
2 "name": "client_app",
3 "version": "0.1.0",
4 "private": true,
5 "dependencies": {
6 "@testing-library/jest-dom": "^5.11.8",
7 "@testing-library/react": "^11.2.2",
8 "@testing-library/user-event": "^12.6.0",
9 "axios": "^0.21.1",
10 "react": "^17.0.1",
11 "react-dom": "^17.0.1",
12 "react-router-dom": "^5.2.0",
13 "react-scripts": "4.0.1",
14 "semantic-ui-css": "^2.4.1",
15 "semantic-ui-react": "^2.0.1",
16 "web-vitals": "^0.2.4"
17 },
18 "scripts": {
19 "start": "react-scripts start",
20 "build": "react-scripts build",
21 "test": "react-scripts test",
22 "eject": "react-scripts eject"
23 },
24 "eslintConfig": {
25 "extends": [
26 "react-app",
27 "react-app/jest"
28 ]
29 },
30 "browserslist": {
31 "production": [
32 ">0.2%",
33 "not dead",
34 "not op_mini all"
35 ],
36 "development": [
37 "last 1 chrome version",
38 "last 1 firefox version",
39 "last 1 safari version"
40 ]
41 }
42}
Note: See TracBrowser for help on using the repository browser.