Skip to content

Commit

Permalink
mock houseguest card start
Browse files Browse the repository at this point in the history
  • Loading branch information
langermank committed Feb 16, 2020
1 parent 5997812 commit 8c322b8
Show file tree
Hide file tree
Showing 12 changed files with 126,206 additions and 39,915 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
"extends": "plugin:vue/base"
};
1,217 changes: 1,213 additions & 4 deletions package-lock.json

Large diffs are not rendered by default.

18 changes: 16 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,21 @@
"watch-poll": "npm run watch -- --watch-poll",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"lint": "eslint --ext .js,.vue resources/js/"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^2.0.6",
"axios": "^0.19",
"bootstrap": "^4.0.0",
"cross-env": "^7.0",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^6.1.2",
"glob-all": "^3.1.0",
"jquery": "^3.2",
"laravel-mix": "^5.0.1",
Expand All @@ -28,6 +36,12 @@
"vue-template-compiler": "^2.6.10"
},
"dependencies": {
"tailwindcss": "^1.2.0"
"@fortawesome/fontawesome-svg-core": "^1.2.27",
"@fortawesome/free-brands-svg-icons": "^5.12.1",
"@fortawesome/free-regular-svg-icons": "^5.12.1",
"@fortawesome/free-solid-svg-icons": "^5.12.1",
"@fortawesome/vue-fontawesome": "^0.1.9",
"tailwindcss": "^1.2.0",
"vue-tailwind": "^0.4.2"
}
}
Loading

0 comments on commit 8c322b8

Please sign in to comment.