23 lines
		
	
	
	
		
			454 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
	
		
			454 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "my-app",
 | 
						|
  "version": "0.1.0",
 | 
						|
  "private": true,
 | 
						|
  "scripts": {
 | 
						|
    "dev": "next dev",
 | 
						|
    "build": "next build",
 | 
						|
    "start": "next start",
 | 
						|
    "lint": "next lint"
 | 
						|
  },
 | 
						|
  "dependencies": {
 | 
						|
    "next": "12.3.0",
 | 
						|
    "react": "18.2.0",
 | 
						|
    "react-dom": "18.2.0"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "autoprefixer": "^10.4.8",
 | 
						|
    "eslint": "8.23.0",
 | 
						|
    "eslint-config-next": "12.3.0",
 | 
						|
    "postcss": "^8.4.16",
 | 
						|
    "tailwindcss": "^3.1.8"
 | 
						|
  }
 | 
						|
}
 |