source: reactapp/package.json@ 7cb8c3c

main
Last change on this file since 7cb8c3c was 7cb8c3c, checked in by unknown <mlviktor23@…>, 2 years ago

swapped JsonManaged/BackReference with JsonIdentityInfo in Model, created React app

  • Property mode set to 100644
File size: 845 bytes
Line 
1{
2 "name": "reactapp",
3 "version": "0.1.0",
4 "private": true,
5 "dependencies": {
6 "@testing-library/jest-dom": "^5.16.4",
7 "@testing-library/react": "^13.3.0",
8 "@testing-library/user-event": "^13.5.0",
9 "react": "^18.2.0",
10 "react-dom": "^18.2.0",
11 "react-router-dom": "^6.3.0",
12 "react-scripts": "5.0.1",
13 "web-vitals": "^2.1.4"
14 },
15 "scripts": {
16 "start": "react-scripts start",
17 "build": "react-scripts build",
18 "test": "react-scripts test",
19 "eject": "react-scripts eject"
20 },
21 "eslintConfig": {
22 "extends": [
23 "react-app",
24 "react-app/jest"
25 ]
26 },
27 "browserslist": {
28 "production": [
29 ">0.2%",
30 "not dead",
31 "not op_mini all"
32 ],
33 "development": [
34 "last 1 chrome version",
35 "last 1 firefox version",
36 "last 1 safari version"
37 ]
38 }
39}
Note: See TracBrowser for help on using the repository browser.