Created
November 29, 2020 19:03
-
-
Save TheEskhaton/df7722a4333b6a6853c30f638b29d4ab 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": "blazortailwind", | |
"version": "1.0.0", | |
"description": "", | |
"main": "index", | |
"dependencies": { | |
"autoprefixer": "^10.0.2", | |
"postcss": "^8.1.8", | |
"postcss-cli": "^8.3.0", | |
"tailwindcss": "^2.0.1" | |
}, | |
"devDependencies": { | |
"cross-env": "^7.0.2", | |
"webpack-cli": "^4.2.0" | |
}, | |
"scripts": { | |
"build-css-dev": "tailwindcss build wwwroot/css/tailwind/tailwind.css -o wwwroot/css/tailwind/tailwind.min.css -c tailwind.config.js", | |
"build-css-prod": "cross-env NODE_ENV=production tailwindcss build wwwroot/css/tailwind/tailwind.css -o wwwroot/css/tailwind/tailwind.min.css -c tailwind.config.js" | |
}, | |
"author": "", | |
"license": "ISC" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment