Skip to content

Commit

Permalink
added layouts with navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
abrahamfast committed Aug 3, 2020
1 parent 70e9636 commit 059e336
Show file tree
Hide file tree
Showing 14 changed files with 108,408 additions and 167 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ Homestead.json
Homestead.yaml
npm-debug.log
yarn-error.log
.DS_Store
1,595 changes: 1,510 additions & 85 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,17 @@
},
"devDependencies": {
"axios": "^0.19",
"browser-sync": "^2.26.12",
"browser-sync-webpack-plugin": "^2.0.1",
"cross-env": "^7.0",
"laravel-mix": "^5.0.1",
"lodash": "^4.17.19",
"resolve-url-loader": "^3.1.0",
"sass": "^1.15.2",
"sass-loader": "^8.0.0"
"sass-loader": "^8.0.0",
"vue-template-compiler": "^2.6.11"
},
"dependencies": {
"tailwindcss": "^1.6.2"
}
}
Loading

0 comments on commit 059e336

Please sign in to comment.