add npm demo project
All checks were successful
renovate / renovate (push) Successful in 40s

This commit is contained in:
Oliver Lippert 2024-01-21 10:10:52 +01:00
parent c9db21ea8b
commit acde7d20d7
Signed by: oliver
GPG key ID: 4AE99C459BC7D2B3
3 changed files with 2582 additions and 0 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
/composer/vendor/
/npm/node_modules/

2576
npm/package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

5
npm/package.json Normal file
View file

@ -0,0 +1,5 @@
{
"dependencies": {
"@angular/cli": "17.0.0"
}
}