30 lines
		
	
	
		
			602 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			602 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "react_demo",
 | 
						|
  "version": "0.1.0",
 | 
						|
  "private": true,
 | 
						|
  "dependencies": {
 | 
						|
    "jsoneditor": "latest",
 | 
						|
    "react": "18.2.0",
 | 
						|
    "react-dom": "18.2.0",
 | 
						|
    "react-scripts": "5.0.1"
 | 
						|
  },
 | 
						|
  "scripts": {
 | 
						|
    "start": "react-scripts start",
 | 
						|
    "build": "react-scripts build",
 | 
						|
    "test": "react-scripts test --env=jsdom",
 | 
						|
    "eject": "react-scripts eject"
 | 
						|
  },
 | 
						|
  "browserslist": {
 | 
						|
    "production": [
 | 
						|
      ">0.2%",
 | 
						|
      "not dead",
 | 
						|
      "not op_mini all"
 | 
						|
    ],
 | 
						|
    "development": [
 | 
						|
      "last 1 chrome version",
 | 
						|
      "last 1 firefox version",
 | 
						|
      "last 1 safari version"
 | 
						|
    ]
 | 
						|
  }
 | 
						|
}
 |