mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-15 21:27:42 +01:00
81 lines
2.7 KiB
JSON
81 lines
2.7 KiB
JSON
{
|
|
"name": "lucide-angular",
|
|
"description": "A Lucide icon library package for Angular applications.",
|
|
"version": "0.0.1",
|
|
"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"
|
|
},
|
|
"keywords": [
|
|
"Lucide",
|
|
"Angular",
|
|
"Feather",
|
|
"Icons",
|
|
"Icon",
|
|
"SVG",
|
|
"Feather Icons",
|
|
"Fontawesome",
|
|
"Font Awesome"
|
|
],
|
|
"scripts": {
|
|
"build": "pnpm clean && pnpm copy:license && pnpm build:icons && 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 --withAliases --aliasesFileExtension=.ts --iconFileExtension=.ts --exportFileName=lucide-icons.ts",
|
|
"build:ng": "ng build --configuration production",
|
|
"test": "ng test --no-watch --no-progress --browsers=ChromeHeadlessCI",
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "~13.3.11",
|
|
"@angular-eslint/builder": "~13.0.0",
|
|
"@angular-eslint/eslint-plugin": "~13.0.0",
|
|
"@angular-eslint/eslint-plugin-template": "~13.0.0",
|
|
"@angular-eslint/schematics": "~13.0.0",
|
|
"@angular-eslint/template-parser": "~13.0.0",
|
|
"@angular/cli": "~13.3.11",
|
|
"@angular/common": "~13.3.0",
|
|
"@angular/compiler": "~13.3.0",
|
|
"@angular/compiler-cli": "~13.3.0",
|
|
"@angular/core": "~13.3.0",
|
|
"@angular/platform-browser": "~13.3.0",
|
|
"@angular/platform-browser-dynamic": "~13.3.0",
|
|
"@lucide/build-icons": "workspace:*",
|
|
"@types/jasmine": "~3.10.0",
|
|
"@types/node": "^12.11.1",
|
|
"@typescript-eslint/eslint-plugin": "5.48.2",
|
|
"@typescript-eslint/parser": "5.48.2",
|
|
"eslint": "^8.33.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"jasmine-core": "~4.0.0",
|
|
"jasmine-spec-reporter": "~7.0.0",
|
|
"karma": "~6.3.0",
|
|
"karma-chrome-launcher": "~3.1.0",
|
|
"karma-coverage": "~2.1.0",
|
|
"karma-jasmine": "~4.0.0",
|
|
"karma-jasmine-html-reporter": "~1.7.0",
|
|
"ng-packagr": "^13.3.0",
|
|
"prettier": "^2.8.4",
|
|
"rxjs": "~7.5.0",
|
|
"ts-node": "~10.9.1",
|
|
"tslib": "^2.3.0",
|
|
"typescript": "~4.6.2",
|
|
"zone.js": "~0.11.4"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/common": "13.x - 21.x",
|
|
"@angular/core": "13.x - 21.x"
|
|
}
|
|
}
|