Skip to content

Commit

Permalink
updated Tailwind css version 3
Browse files Browse the repository at this point in the history
  • Loading branch information
pradeep3 authored Jul 25, 2022
1 parent d4daebd commit 55a6051
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions stubs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,20 @@
"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"
},
"devDependencies": {
"axios": "^0.19",
"cross-env": "^5.1",
"laravel-mix": "^4.0.7",
"lodash": "^4.17.13",
"popper.js": "^1.12",
"resolve-url-loader": "^2.3.1",
"sass": "^1.20.1",
"sass-loader": "7.*",
"vue": "^2.5.17",
"vue-template-compiler": "^2.6.10",
"axios": "^0.21",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"postcss": "^8.1.14",
"cross-env": "^7.0.3",
"popper.js": "^1.16",
"resolve-url-loader": "^5.0",
"sass": "^1.54",
"sass-loader": "13.*",
"vue": "^3.*",
"vue-template-compiler": "^2.7.8",
"@tailwindcss/custom-forms": "^0.2.1"
},
"dependencies": {
"tailwindcss": "^1.1.2"
"tailwindcss": "^3.1.6"
}
}

0 comments on commit 55a6051

Please sign in to comment.