mirror of https://github.com/ghostfolio/ghostfolio
				
				
			
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							80 lines
						
					
					
						
							2.0 KiB
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							80 lines
						
					
					
						
							2.0 KiB
						
					
					
				
								{
							 | 
						|
								  "name": "ui",
							 | 
						|
								  "$schema": "../../node_modules/nx/schemas/project-schema.json",
							 | 
						|
								  "projectType": "library",
							 | 
						|
								  "sourceRoot": "libs/ui/src",
							 | 
						|
								  "prefix": "gf",
							 | 
						|
								  "tags": [],
							 | 
						|
								  "generators": {
							 | 
						|
								    "@schematics/angular:component": {
							 | 
						|
								      "style": "scss"
							 | 
						|
								    }
							 | 
						|
								  },
							 | 
						|
								  "targets": {
							 | 
						|
								    "test": {
							 | 
						|
								      "executor": "@nx/jest:jest",
							 | 
						|
								      "outputs": ["{workspaceRoot}/coverage/libs/ui"],
							 | 
						|
								      "options": {
							 | 
						|
								        "jestConfig": "libs/ui/jest.config.ts",
							 | 
						|
								        "tsConfig": "libs/ui/tsconfig.spec.json"
							 | 
						|
								      }
							 | 
						|
								    },
							 | 
						|
								    "lint": {
							 | 
						|
								      "executor": "@nx/eslint:lint",
							 | 
						|
								      "options": {
							 | 
						|
								        "lintFilePatterns": ["libs/ui/src/**/*.ts", "libs/ui/src/**/*.html"]
							 | 
						|
								      }
							 | 
						|
								    },
							 | 
						|
								    "storybook": {
							 | 
						|
								      "executor": "@storybook/angular:start-storybook",
							 | 
						|
								      "options": {
							 | 
						|
								        "browserTarget": "ui:build-storybook",
							 | 
						|
								        "compodoc": false,
							 | 
						|
								        "configDir": "libs/ui/.storybook",
							 | 
						|
								        "port": 4400,
							 | 
						|
								        "styles": [
							 | 
						|
								          "apps/client/src/assets/fonts/inter.css",
							 | 
						|
								          "apps/client/src/styles/theme.scss",
							 | 
						|
								          "apps/client/src/styles.scss"
							 | 
						|
								        ]
							 | 
						|
								      },
							 | 
						|
								      "configurations": {
							 | 
						|
								        "ci": {
							 | 
						|
								          "quiet": true
							 | 
						|
								        }
							 | 
						|
								      }
							 | 
						|
								    },
							 | 
						|
								    "build-storybook": {
							 | 
						|
								      "executor": "@storybook/angular:build-storybook",
							 | 
						|
								      "outputs": ["{options.outputDir}"],
							 | 
						|
								      "options": {
							 | 
						|
								        "browserTarget": "ui:build-storybook",
							 | 
						|
								        "compodoc": false,
							 | 
						|
								        "configDir": "libs/ui/.storybook",
							 | 
						|
								        "outputDir": "dist/apps/client/development/storybook",
							 | 
						|
								        "styles": [
							 | 
						|
								          "apps/client/src/assets/fonts/inter.css",
							 | 
						|
								          "apps/client/src/styles/theme.scss",
							 | 
						|
								          "apps/client/src/styles.scss"
							 | 
						|
								        ]
							 | 
						|
								      },
							 | 
						|
								      "configurations": {
							 | 
						|
								        "ci": {
							 | 
						|
								          "quiet": true
							 | 
						|
								        }
							 | 
						|
								      }
							 | 
						|
								    },
							 | 
						|
								    "static-storybook": {
							 | 
						|
								      "executor": "@nx/web:file-server",
							 | 
						|
								      "options": {
							 | 
						|
								        "buildTarget": "ui:build-storybook",
							 | 
						|
								        "staticFilePath": "dist/storybook"
							 | 
						|
								      },
							 | 
						|
								      "configurations": {
							 | 
						|
								        "ci": {
							 | 
						|
								          "buildTarget": "ui:build-storybook:ci"
							 | 
						|
								        }
							 | 
						|
								      }
							 | 
						|
								    }
							 | 
						|
								  }
							 | 
						|
								}
							 | 
						|
								
							 |