Created
May 20, 2021 00:36
-
-
Save joseph-farruggio/493b67c0469fb7b0fb6da3d2bc41b7ca to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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