Compare commits
	
		
			5 Commits
		
	
	
		
			tailwind
			...
			github-foo
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| ccaed728d0 | |||
| 9fbcdec9cc | |||
| 7b7fd02c10 | |||
| cd0a5d613f | |||
| 7bee728518 | 
							
								
								
									
										2190
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2190
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										24
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										24
									
								
								package.json
									
									
									
									
									
								
							| @@ -1,6 +1,6 @@ | |||||||
| { | { | ||||||
|   "name": "kamilcraft.com", |   "name": "kamilcraft.com", | ||||||
|   "version": "1.0.0", |   "version": "1.1.0", | ||||||
|   "private": true, |   "private": true, | ||||||
|   "scripts": { |   "scripts": { | ||||||
|     "serve": "vue-cli-service serve", |     "serve": "vue-cli-service serve", | ||||||
| @@ -8,27 +8,27 @@ | |||||||
|     "lint": "vue-cli-service lint" |     "lint": "vue-cli-service lint" | ||||||
|   }, |   }, | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "@fortawesome/fontawesome-svg-core": "^6.1.1", |     "@fortawesome/fontawesome-svg-core": "^6.2.0", | ||||||
|     "@fortawesome/free-brands-svg-icons": "^6.1.1", |     "@fortawesome/free-brands-svg-icons": "^6.2.0", | ||||||
|     "@fortawesome/free-regular-svg-icons": "^6.1.1", |     "@fortawesome/free-regular-svg-icons": "^6.2.0", | ||||||
|     "@fortawesome/free-solid-svg-icons": "^6.1.1", |     "@fortawesome/free-solid-svg-icons": "^6.2.0", | ||||||
|     "@fortawesome/vue-fontawesome": "^3.0.1", |     "@fortawesome/vue-fontawesome": "^3.0.1", | ||||||
|     "core-js": "^3.8.3", |     "core-js": "^3.25.0", | ||||||
|     "marked": "^4.0.18", |     "marked": "^4.1.0", | ||||||
|     "vue": "^3.2.37", |     "vue": "^3.2.38", | ||||||
|     "vue-meta": "^2.4.0", |     "vue-meta": "^2.4.0", | ||||||
|     "vue-router": "^4.1.2", |     "vue-router": "^4.1.5", | ||||||
|     "vuex": "^4.0.2" |     "vuex": "^4.0.2" | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "@babel/core": "^7.12.16", |     "@babel/core": "^7.18.13", | ||||||
|     "@babel/eslint-parser": "^7.12.16", |     "@babel/eslint-parser": "^7.18.9", | ||||||
|     "@vue/cli-plugin-babel": "~5.0.0", |     "@vue/cli-plugin-babel": "~5.0.0", | ||||||
|     "@vue/cli-plugin-eslint": "~5.0.0", |     "@vue/cli-plugin-eslint": "~5.0.0", | ||||||
|     "@vue/cli-service": "~5.0.0", |     "@vue/cli-service": "~5.0.0", | ||||||
|     "autoprefixer": "^10.4.7", |     "autoprefixer": "^10.4.7", | ||||||
|     "eslint": "^7.32.0", |     "eslint": "^7.32.0", | ||||||
|     "eslint-plugin-vue": "^8.0.3", |     "eslint-plugin-vue": "^8.7.1", | ||||||
|     "postcss": "^8.4.14", |     "postcss": "^8.4.14", | ||||||
|     "sass": "^1.53.0", |     "sass": "^1.53.0", | ||||||
|     "sass-loader": "^13.0.2", |     "sass-loader": "^13.0.2", | ||||||
|   | |||||||
| @@ -20,8 +20,8 @@ | |||||||
|               class="mr-1" |               class="mr-1" | ||||||
|               :icon="['fab', link.icon]" |               :icon="['fab', link.icon]" | ||||||
|             /> |             /> | ||||||
|             <span class="hidden md:inline-block">{{ link.title }}</span> |             <span class="hidden lg:inline-block">{{ link.title }}</span> | ||||||
|             <span class="hidden sm:inline-block md:hidden">{{ link.shortcut }}</span> |             <span class="hidden sm:inline-block lg:hidden">{{ link.shortcut }}</span> | ||||||
|           </a> |           </a> | ||||||
|         </li> |         </li> | ||||||
|       </ul> |       </ul> | ||||||
| @@ -42,6 +42,12 @@ const socialLinks = [ | |||||||
|     icon: 'facebook', |     icon: 'facebook', | ||||||
|     title: 'Znajdź mnie na Facebooku', |     title: 'Znajdź mnie na Facebooku', | ||||||
|     shortcut: 'Facebook' |     shortcut: 'Facebook' | ||||||
|  |   }, | ||||||
|  |   { | ||||||
|  |     link: 'https://github.com/kamilniemczycki/kamilcraft.com', | ||||||
|  |     icon: 'github', | ||||||
|  |     title: 'Kod na GitHub', | ||||||
|  |     shortcut: 'GitHub' | ||||||
|   } |   } | ||||||
| ] | ] | ||||||
| </script> | </script> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user