source: reactapp/package.json@ 2998dc4

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

made OpinionTree display author info

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