1+ {
2+ "name" : " python-create" ,
3+ "version" : " 0.1.0" ,
4+ "private" : true ,
5+ "dependencies" : {
6+ "@material-ui/core" : " ^4.9.8" ,
7+ "@material-ui/icons" : " ^4.9.1" ,
8+ "@testing-library/jest-dom" : " ^4.2.4" ,
9+ "@testing-library/react" : " ^9.5.0" ,
10+ "@testing-library/user-event" : " ^7.2.1" ,
11+ "history" : " ^4.10.1" ,
12+ "markdown-to-jsx" : " ^6.11.0" ,
13+ "node-sass" : " ^4.14.1" ,
14+ "prop-types" : " ^15.7.2" ,
15+ "react" : " ^16.13.1" ,
16+ "react-dom" : " ^16.13.1" ,
17+ "react-router-dom" : " ^5.1.2" ,
18+ "react-scripts" : " 3.4.1" ,
19+ "typeface-roboto" : " 0.0.75"
20+ },
21+ "scripts" : {
22+ "start" : " react-scripts start" ,
23+ "build" : " react-scripts build" ,
24+ "test" : " react-scripts test" ,
25+ "eject" : " react-scripts eject"
26+ },
27+ "eslintConfig" : {
28+ "extends" : " react-app"
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+ }
0 commit comments