2025-12-17 21:46:02 +01:00
|
|
|
{
|
|
|
|
|
"name": "@lucide/angular",
|
2025-12-19 09:07:20 +01:00
|
|
|
"description": "A Lucide icon library package for Angular applications.",
|
2025-12-17 21:46:02 +01:00
|
|
|
"version": "0.0.1",
|
2025-12-19 09:07:20 +01:00
|
|
|
"author": "SMAH1",
|
|
|
|
|
"license": "ISC",
|
|
|
|
|
"homepage": "https://lucide.dev",
|
|
|
|
|
"bugs": "https://github.com/lucide-icons/lucide/issues",
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/lucide-icons/lucide.git",
|
|
|
|
|
"directory": "packages/lucide-angular"
|
|
|
|
|
},
|
|
|
|
|
"publishConfig": {
|
|
|
|
|
"directory": "dist"
|
|
|
|
|
},
|
2025-12-17 21:46:02 +01:00
|
|
|
"scripts": {
|
|
|
|
|
"ng": "ng",
|
|
|
|
|
"watch": "ng build --watch --configuration development",
|
|
|
|
|
"prebuild": "pnpm clean && pnpm copy:license && pnpm build:icons",
|
|
|
|
|
"build": "pnpm build:ng",
|
|
|
|
|
"copy:license": "cp ../../LICENSE ./LICENSE",
|
|
|
|
|
"clean": "rm -rf dist && rm -rf ./src/icons/*.ts",
|
|
|
|
|
"build:icons": "build-icons --output=./src --templateSrc=./scripts/exportTemplate.mts --renderUniqueKey --iconFileExtension=.ts --exportFileName=lucide-angular.ts",
|
|
|
|
|
"build:ng": "ng build --configuration production",
|
|
|
|
|
"test": "ng test --no-watch",
|
|
|
|
|
"test:watch": "ng test",
|
|
|
|
|
"lint": "npx eslint 'src/**/*.{js,jsx,ts,tsx,html,css,scss}' --quiet --fix",
|
|
|
|
|
"e2e": "ng e2e",
|
|
|
|
|
"version": "pnpm version --git-tag-version=false"
|
|
|
|
|
},
|
|
|
|
|
"prettier": {
|
|
|
|
|
"printWidth": 100,
|
|
|
|
|
"singleQuote": true,
|
|
|
|
|
"overrides": [
|
|
|
|
|
{
|
|
|
|
|
"files": "*.html",
|
|
|
|
|
"options": {
|
|
|
|
|
"parser": "angular"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"private": true,
|
|
|
|
|
"devDependencies": {
|
2025-12-19 09:07:20 +01:00
|
|
|
"@angular-eslint/builder": "~21.1.0",
|
|
|
|
|
"@angular-eslint/eslint-plugin": "~21.1.0",
|
|
|
|
|
"@angular-eslint/eslint-plugin-template": "~21.1.0",
|
|
|
|
|
"@angular-eslint/schematics": "~21.1.0",
|
|
|
|
|
"@angular-eslint/template-parser": "~21.1.0",
|
2025-12-17 21:46:02 +01:00
|
|
|
"@angular/build": "^21.0.3",
|
|
|
|
|
"@angular/cli": "^21.0.3",
|
|
|
|
|
"@angular/common": "^21.0.0",
|
|
|
|
|
"@angular/compiler": "^21.0.0",
|
|
|
|
|
"@angular/compiler-cli": "^21.0.0",
|
|
|
|
|
"@angular/core": "^21.0.0",
|
|
|
|
|
"@angular/forms": "^21.0.0",
|
|
|
|
|
"@angular/platform-browser": "^21.0.0",
|
|
|
|
|
"@angular/router": "^21.0.0",
|
|
|
|
|
"@lucide/build-icons": "workspace:*",
|
|
|
|
|
"@vitest/browser-playwright": "^4.0.16",
|
|
|
|
|
"@vitest/coverage-v8": "^4.0.16",
|
2025-12-19 09:07:20 +01:00
|
|
|
"angular-eslint": "21.1.0",
|
2025-12-17 21:46:02 +01:00
|
|
|
"jsdom": "^27.1.0",
|
|
|
|
|
"ng-packagr": "^21.0.0",
|
|
|
|
|
"rxjs": "~7.8.0",
|
|
|
|
|
"tslib": "^2.3.0",
|
|
|
|
|
"typescript": "~5.9.2",
|
|
|
|
|
"vitest": "^4.0.16"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"@angular/common": "13.x - 21.x",
|
|
|
|
|
"@angular/core": "13.x - 21.x"
|
|
|
|
|
}
|
|
|
|
|
}
|