source: client_app/package.json

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

work register

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