Skip to content

Instantly share code, notes, and snippets.

@joseph-farruggio
Created May 20, 2021 00:36
Show Gist options
  • Save joseph-farruggio/493b67c0469fb7b0fb6da3d2bc41b7ca to your computer and use it in GitHub Desktop.
Save joseph-farruggio/493b67c0469fb7b0fb6da3d2bc41b7ca to your computer and use it in GitHub Desktop.
{
"name": "your_name",
"version": "1.2.0",
"description": "Your Description",
"main": "webpack.mix.js",
"devDependencies": {
"@tailwindcss/custom-forms": "^0.2.1",
"@tailwindcss/forms": "^0.3.2",
"@tailwindcss/typography": "^0.4.0",
"ajv": "^6.12.6",
"autoprefixer": "^10.2.5",
"cross-env": "^7.0.3",
"laravel-mix": "^6.0.19",
"postcss": "^8.2.15",
"postcss-import": "^14.0.2",
"postcss-nested": "^5.0.5",
"resolve-url-loader": "^3.1.3",
"sass": "^1.32.13",
"tailwindcss": "^2.1.2",
"webpack-cli": "^4.7.0"
},
"scripts": {
"dev": "npx mix watch",
"build": "npx mix --production",
"prod": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/manjumjn/gulp-with-tailwindcss.git"
},
"keywords": [
"tailwind",
"tailwindcss",
"sass"
],
"author": "Joey Farruggio",
"license": "ISC",
"dependencies": {
"node-sass": "^6.0.0",
"postcss-scss": "^3.0.5"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment