Skip to content

Commit

Permalink
oi
Browse files Browse the repository at this point in the history
  • Loading branch information
luizpaulobs committed Jul 15, 2022
1 parent 5cc9e94 commit 2677279
Show file tree
Hide file tree
Showing 19 changed files with 306 additions and 487 deletions.
3 changes: 3 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"cli": {
"analytics": false
},
"version": 1,
"newProjectRoot": "projects",
"projects": {
Expand Down
50 changes: 50 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
"test": "ng test",
"magma": "ng serve --open"
},
"private": true,
"dependencies": {
Expand All @@ -18,6 +19,8 @@
"@angular/platform-browser": "~13.3.0",
"@angular/platform-browser-dynamic": "~13.3.0",
"@angular/router": "~13.3.0",
"bootstrap": "^5.1.3",
"remixicon": "^2.5.0",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
Expand Down
Loading

0 comments on commit 2677279

Please sign in to comment.