25 lines
		
	
	
		
			539 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			539 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "name": "my-app",
 | |
|     "version": "0.1.0",
 | |
|     "private": true,
 | |
|     "scripts": {
 | |
|         "dev": "next dev -p 5000",
 | |
|         "build": "next build",
 | |
|         "start": "next start",
 | |
|         "lint": "next lint"
 | |
|     },
 | |
|     "dependencies": {
 | |
|         "react": "^18",
 | |
|         "react-dom": "^18",
 | |
|         "next": "14.2.14"
 | |
|     },
 | |
|     "devDependencies": {
 | |
|         "typescript": "^5",
 | |
|         "@types/node": "^20",
 | |
|         "@types/react": "^18",
 | |
|         "@types/react-dom": "^18",
 | |
|         "postcss": "^8",
 | |
|         "tailwindcss": "^3.4.1"
 | |
|     }
 | |
| }
 | 
