* feat(chore): updated version up to angular 13 and nx 13 * version fixies * chore(bump): updated version up to angular, nx 14 * check key * fix(ci): fixed yml files * fix(ci): fix build commands * fix(ci): fix build commands * fix(ci): fix build commands * fix(ci): fix build commands * fix(chore): fixed peerdependencies * fix(test): deleted ts-ignore from .spec files * fix(test): little cleaning * fix(chore): deleted unnecessery command
40 lines
809 B
JSON
40 lines
809 B
JSON
{
|
|
"npmScope": "ng2-file-upload-demo",
|
|
"implicitDependencies": {
|
|
"angular.json": "*",
|
|
"package.json": "*",
|
|
"tsconfig.json": "*",
|
|
"tslint.json": "*",
|
|
".eslintrc.json": "*",
|
|
"nx.json": "*"
|
|
},
|
|
"tasksRunnerOptions": {
|
|
"default": {
|
|
"runner": "nx/tasks-runners/default",
|
|
"options": {
|
|
"cacheableOperations": [
|
|
"build",
|
|
"lint",
|
|
"test",
|
|
"e2e"
|
|
],
|
|
"parallel": 1
|
|
}
|
|
}
|
|
},
|
|
"affected": {
|
|
"defaultBase": "master"
|
|
},
|
|
"defaultProject": "ng2-file-upload-demo",
|
|
"generators": {
|
|
"@schematics/angular:component": {
|
|
"prefix": "",
|
|
"styleext": "css"
|
|
},
|
|
"@schematics/angular:directive": {
|
|
"prefix": ""
|
|
}
|
|
},
|
|
"$schema": "./node_modules/nx/schemas/nx-schema.json"
|
|
}
|