source: client_app/package.json@ f36822a

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

testing with react client app

  • Property mode set to 100644
File size: 813 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 "react": "^17.0.1",
10 "react-dom": "^17.0.1",
11 "react-scripts": "4.0.1",
12 "web-vitals": "^0.2.4"
13 },
14 "scripts": {
15 "start": "react-scripts start",
16 "build": "react-scripts build",
17 "test": "react-scripts test",
18 "eject": "react-scripts eject"
19 },
20 "eslintConfig": {
21 "extends": [
22 "react-app",
23 "react-app/jest"
24 ]
25 },
26 "browserslist": {
27 "production": [
28 ">0.2%",
29 "not dead",
30 "not op_mini all"
31 ],
32 "development": [
33 "last 1 chrome version",
34 "last 1 firefox version",
35 "last 1 safari version"
36 ]
37 }
38}
Note: See TracBrowser for help on using the repository browser.