2021-04-11 15:48:50 +04:30
|
|
|
{
|
2021-04-17 23:11:59 +02:00
|
|
|
"$schema": "../../node_modules/@angular/cli/lib/config/schema.json",
|
2021-04-11 15:48:50 +04:30
|
|
|
"version": 1,
|
2021-04-11 19:04:24 +02:00
|
|
|
"newProjectRoot": "",
|
2021-04-11 15:48:50 +04:30
|
|
|
"projects": {
|
|
|
|
|
"lucide-angular": {
|
|
|
|
|
"projectType": "library",
|
2023-04-20 16:08:34 +02:00
|
|
|
"root": ".",
|
2021-04-11 19:04:24 +02:00
|
|
|
"sourceRoot": "src",
|
2023-04-20 16:08:34 +02:00
|
|
|
"prefix": "lucide",
|
2021-04-11 15:48:50 +04:30
|
|
|
"architect": {
|
|
|
|
|
"build": {
|
|
|
|
|
"builder": "@angular-devkit/build-angular:ng-packagr",
|
|
|
|
|
"options": {
|
2021-04-11 19:04:24 +02:00
|
|
|
"project": "ng-package.json"
|
2021-04-11 15:48:50 +04:30
|
|
|
},
|
|
|
|
|
"configurations": {
|
|
|
|
|
"production": {
|
2021-04-11 19:04:24 +02:00
|
|
|
"tsConfig": "tsconfig.lib.prod.json"
|
2023-04-20 16:08:34 +02:00
|
|
|
},
|
|
|
|
|
"development": {
|
|
|
|
|
"tsConfig": "tsconfig.lib.json"
|
2021-04-11 15:48:50 +04:30
|
|
|
}
|
2023-04-20 16:08:34 +02:00
|
|
|
},
|
|
|
|
|
"defaultConfiguration": "production"
|
2021-04-11 15:48:50 +04:30
|
|
|
},
|
|
|
|
|
"test": {
|
|
|
|
|
"builder": "@angular-devkit/build-angular:karma",
|
|
|
|
|
"options": {
|
2021-04-11 19:04:24 +02:00
|
|
|
"main": "src/test.ts",
|
|
|
|
|
"tsConfig": "tsconfig.spec.json",
|
|
|
|
|
"karmaConfig": "karma.conf.js"
|
2021-04-11 15:48:50 +04:30
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"lint": {
|
2023-04-20 16:08:34 +02:00
|
|
|
"builder": "@angular-eslint/builder:lint",
|
2021-04-11 15:48:50 +04:30
|
|
|
"options": {
|
2024-02-01 22:38:21 +09:00
|
|
|
"lintFilePatterns": ["src/**/*.ts", "src/**/*.html"]
|
2021-04-11 15:48:50 +04:30
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
2023-04-20 16:08:34 +02:00
|
|
|
"cli": {
|
|
|
|
|
"packageManager": "pnpm"
|
|
|
|
|
},
|
2021-04-11 15:48:50 +04:30
|
|
|
"defaultProject": "lucide-angular"
|
|
|
|
|
}
|