forked from gitea/gitea
		
	 86fdba177a
			
		
	
	
		86fdba177a
		
			
		
	
	
	
	
		
			
			* Add octicon SVG sprite Signed-off-by: jolheiser <john.olheiser@gmail.com> * Static prefix Signed-off-by: jolheiser <john.olheiser@gmail.com> * SVG for all repo icons Signed-off-by: jolheiser <john.olheiser@gmail.com> * make vendor Signed-off-by: jolheiser <john.olheiser@gmail.com> * Swap out octicons Signed-off-by: jolheiser <john.olheiser@gmail.com> * Move octicons to top of less imports Signed-off-by: jolheiser <john.olheiser@gmail.com> * Fix JS Signed-off-by: jolheiser <john.olheiser@gmail.com> * Definitely not a search/replace Signed-off-by: jolheiser <john.olheiser@gmail.com> * Missed regex Signed-off-by: jolheiser <john.olheiser@gmail.com> * Move to more generic calls and webpack Signed-off-by: jolheiser <john.olheiser@gmail.com> * make svg -> make webpack Signed-off-by: jolheiser <john.olheiser@gmail.com> * Remove svg-sprite Signed-off-by: jolheiser <john.olheiser@gmail.com> * Update tests Signed-off-by: jolheiser <john.olheiser@gmail.com> * Missed a test Signed-off-by: jolheiser <john.olheiser@gmail.com> * Remove svg from makefile Signed-off-by: jolheiser <john.olheiser@gmail.com> * Suggestions Signed-off-by: jolheiser <john.olheiser@gmail.com> * Attempt to fix test Signed-off-by: jolheiser <john.olheiser@gmail.com> * Update tests Signed-off-by: jolheiser <john.olheiser@gmail.com> * Revert timetracking test Signed-off-by: jolheiser <john.olheiser@gmail.com> * Swap .octicon for .svg in less Signed-off-by: jolheiser <john.olheiser@gmail.com> * Add aria-hidden Signed-off-by: jolheiser <john.olheiser@gmail.com> * Replace mega-octicon Signed-off-by: jolheiser <john.olheiser@gmail.com> * Fix webpack globbing on Windows Signed-off-by: jolheiser <john.olheiser@gmail.com> * Revert Co-Authored-By: silverwind <me@silverwind.io> * Fix octions from upstream Signed-off-by: jolheiser <john.olheiser@gmail.com> * Fix Vue and missed JS function Signed-off-by: jolheiser <john.olheiser@gmail.com> * Add JS helper and PWA Signed-off-by: jolheiser <john.olheiser@gmail.com> * Preload SVG Signed-off-by: jolheiser <john.olheiser@gmail.com> Co-authored-by: silverwind <me@silverwind.io> Co-authored-by: techknowlogick <matti@mdranta.net>
		
			
				
	
	
		
			55 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			55 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "license": "MIT",
 | |
|   "private": true,
 | |
|   "engines": {
 | |
|     "node": ">=10"
 | |
|   },
 | |
|   "dependencies": {
 | |
|     "@primer/octicons": "9.4.0",
 | |
|     "clipboard": "2.0.4",
 | |
|     "fomantic-ui": "2.8.3",
 | |
|     "highlight.js": "9.18.1",
 | |
|     "jquery": "3.4.1",
 | |
|     "jquery-migrate": "3.1.0",
 | |
|     "jquery.are-you-sure": "1.9.0",
 | |
|     "swagger-ui": "3.25.0",
 | |
|     "vue-bar-graph": "1.2.0"
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "@babel/core": "7.8.4",
 | |
|     "@babel/plugin-proposal-object-rest-spread": "7.8.3",
 | |
|     "@babel/plugin-transform-runtime": "7.8.3",
 | |
|     "@babel/preset-env": "7.8.4",
 | |
|     "@babel/runtime": "7.8.4",
 | |
|     "babel-loader": "8.0.6",
 | |
|     "core-js": "3.6.4",
 | |
|     "css-loader": "3.4.2",
 | |
|     "cssnano": "4.1.10",
 | |
|     "eslint": "6.8.0",
 | |
|     "eslint-config-airbnb-base": "14.0.0",
 | |
|     "eslint-plugin-import": "2.20.1",
 | |
|     "fast-glob": "3.1.1",
 | |
|     "less-loader": "5.0.0",
 | |
|     "mini-css-extract-plugin": "0.9.0",
 | |
|     "optimize-css-assets-webpack-plugin": "5.0.3",
 | |
|     "postcss-loader": "3.0.0",
 | |
|     "postcss-preset-env": "6.7.0",
 | |
|     "postcss-safe-parser": "4.0.1",
 | |
|     "stylelint": "13.0.0",
 | |
|     "stylelint-config-standard": "19.0.0",
 | |
|     "svg-sprite-loader": "4.2.1",
 | |
|     "svgo": "1.3.2",
 | |
|     "svgo-loader": "2.2.1",
 | |
|     "terser-webpack-plugin": "2.3.4",
 | |
|     "updates": "9.3.3",
 | |
|     "vue-loader": "15.8.3",
 | |
|     "vue-template-compiler": "2.6.11",
 | |
|     "webpack": "4.41.5",
 | |
|     "webpack-cli": "3.3.10",
 | |
|     "webpack-fix-style-only-entries": "0.4.0"
 | |
|   },
 | |
|   "browserslist": [
 | |
|     "defaults"
 | |
|   ]
 | |
| }
 |