chore: move deps to dev deps (#140)
This commit is contained in:
		
							parent
							
								
									f5ebde2d2d
								
							
						
					
					
						commit
						2ae4c69de7
					
				
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										16
									
								
								package.json
								
								
								
								
							
							
						
						
									
										16
									
								
								package.json
								
								
								
								
							|  | @ -11,11 +11,6 @@ | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "@dqbd/tiktoken": "^1.0.2", |     "@dqbd/tiktoken": "^1.0.2", | ||||||
|     "@tabler/icons-react": "^2.9.0", |     "@tabler/icons-react": "^2.9.0", | ||||||
|     "@types/node": "18.15.0", |  | ||||||
|     "@types/react": "18.0.28", |  | ||||||
|     "@types/react-dom": "18.0.11", |  | ||||||
|     "eslint": "8.36.0", |  | ||||||
|     "eslint-config-next": "13.2.4", |  | ||||||
|     "eventsource-parser": "^0.1.0", |     "eventsource-parser": "^0.1.0", | ||||||
|     "i18next": "^22.4.13", |     "i18next": "^22.4.13", | ||||||
|     "next": "13.2.4", |     "next": "13.2.4", | ||||||
|  | @ -26,14 +21,19 @@ | ||||||
|     "react-i18next": "^12.2.0", |     "react-i18next": "^12.2.0", | ||||||
|     "react-markdown": "^8.0.5", |     "react-markdown": "^8.0.5", | ||||||
|     "react-syntax-highlighter": "^15.5.0", |     "react-syntax-highlighter": "^15.5.0", | ||||||
|     "remark-gfm": "^3.0.1", |     "remark-gfm": "^3.0.1" | ||||||
|     "typescript": "4.9.5" |  | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "@tailwindcss/typography": "^0.5.9", |     "@tailwindcss/typography": "^0.5.9", | ||||||
|     "@types/react-syntax-highlighter": "^15.5.6", |     "@types/react-syntax-highlighter": "^15.5.6", | ||||||
|     "autoprefixer": "^10.4.14", |     "autoprefixer": "^10.4.14", | ||||||
|     "postcss": "^8.4.21", |     "postcss": "^8.4.21", | ||||||
|     "tailwindcss": "^3.2.7" |     "tailwindcss": "^3.2.7", | ||||||
|  |     "@types/node": "18.15.0", | ||||||
|  |     "@types/react": "18.0.28", | ||||||
|  |     "@types/react-dom": "18.0.11", | ||||||
|  |     "eslint": "8.36.0", | ||||||
|  |     "eslint-config-next": "13.2.4", | ||||||
|  |     "typescript": "4.9.5" | ||||||
|   } |   } | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue