mirror of
				https://github.com/lutinglt/gitea-github-theme.git
				synced 2025-10-28 07:00:32 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			58 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			58 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "gitea-github-theme",
 | |
|   "version": "1.24.4",
 | |
|   "description": "A theme to make Gitea look and feel like GitHub",
 | |
|   "type": "module",
 | |
|   "scripts": {
 | |
|     "dev": "vite build --mode dev",
 | |
|     "build": "tsc -b && vite build",
 | |
|     "lint": "eslint .",
 | |
|     "format": "prettier --write .",
 | |
|     "commit": "npm run lint && npm run format && npm run build",
 | |
|     "version": "node scripts/version.cjs"
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "@babel/preset-typescript": "^7.27.1",
 | |
|     "@eslint/js": "^9.29.0",
 | |
|     "@linaria/core": "^6.3.0",
 | |
|     "@types/node": "^24.0.3",
 | |
|     "@vanilla-extract/css": "^1.17.4",
 | |
|     "@vanilla-extract/vite-plugin": "^5.0.6",
 | |
|     "@wyw-in-js/babel-preset": "^0.7.0",
 | |
|     "@wyw-in-js/vite": "^0.7.0",
 | |
|     "dotenv": "^17.0.0",
 | |
|     "eslint": "^9.29.0",
 | |
|     "globals": "^16.2.0",
 | |
|     "lightningcss": "^1.30.1",
 | |
|     "polished": "^4.3.1",
 | |
|     "prettier": "3.5.3",
 | |
|     "prettier-plugin-organize-imports": "^4.1.0",
 | |
|     "sass-embedded": "^1.89.2",
 | |
|     "typescript": "^5.8.3",
 | |
|     "typescript-eslint": "^8.34.1",
 | |
|     "typescript-plugin-css-modules": "^5.1.0",
 | |
|     "typescript-styled-plugin": "^0.18.3",
 | |
|     "vite": "^6.3.5"
 | |
|   },
 | |
|   "prettier": {
 | |
|     "printWidth": 120,
 | |
|     "tabWidth": 2,
 | |
|     "useTabs": false,
 | |
|     "semi": true,
 | |
|     "singleQuote": false,
 | |
|     "quoteProps": "as-needed",
 | |
|     "jsxSingleQuote": false,
 | |
|     "trailingComma": "es5",
 | |
|     "bracketSpacing": true,
 | |
|     "bracketSameLine": true,
 | |
|     "arrowParens": "avoid",
 | |
|     "proseWrap": "always",
 | |
|     "htmlWhitespaceSensitivity": "css",
 | |
|     "endOfLine": "lf",
 | |
|     "plugins": [
 | |
|       "prettier-plugin-organize-imports"
 | |
|     ],
 | |
|     "organizeImportsSkipDestructiveCodeActions": false
 | |
|   }
 | |
| }
 | 
