mirror of
				https://github.com/songquanpeng/one-api.git
				synced 2025-11-04 15:53:42 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			52 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			52 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "react-template",
 | 
						|
  "version": "0.1.0",
 | 
						|
  "private": true,
 | 
						|
  "dependencies": {
 | 
						|
    "axios": "^0.27.2",
 | 
						|
    "history": "^5.3.0",
 | 
						|
    "marked": "^4.1.1",
 | 
						|
    "react": "^18.2.0",
 | 
						|
    "react-dom": "^18.2.0",
 | 
						|
    "react-dropzone": "^14.2.3",
 | 
						|
    "react-router-dom": "^6.3.0",
 | 
						|
    "react-scripts": "5.0.1",
 | 
						|
    "react-toastify": "^9.0.8",
 | 
						|
    "react-turnstile": "^1.0.5",
 | 
						|
    "semantic-ui-css": "^2.5.0",
 | 
						|
    "semantic-ui-react": "^2.1.3"
 | 
						|
  },
 | 
						|
  "scripts": {
 | 
						|
    "start": "react-scripts start",
 | 
						|
    "build": "react-scripts build",
 | 
						|
    "test": "react-scripts test",
 | 
						|
    "eject": "react-scripts eject"
 | 
						|
  },
 | 
						|
  "eslintConfig": {
 | 
						|
    "extends": [
 | 
						|
      "react-app",
 | 
						|
      "react-app/jest"
 | 
						|
    ]
 | 
						|
  },
 | 
						|
  "browserslist": {
 | 
						|
    "production": [
 | 
						|
      ">0.2%",
 | 
						|
      "not dead",
 | 
						|
      "not op_mini all"
 | 
						|
    ],
 | 
						|
    "development": [
 | 
						|
      "last 1 chrome version",
 | 
						|
      "last 1 firefox version",
 | 
						|
      "last 1 safari version"
 | 
						|
    ]
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "prettier": "^2.7.1"
 | 
						|
  },
 | 
						|
  "prettier": {
 | 
						|
    "singleQuote": true,
 | 
						|
    "jsxSingleQuote": true
 | 
						|
  },
 | 
						|
  "proxy": "http://localhost:3000"
 | 
						|
}
 |