mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
setup tailwind
This commit is contained in:
18
package.json
Normal file
18
package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "boost.org",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"repository": "git@github.com:revsys/boost.org.git",
|
||||
"author": "Greg Newman <greg@gregnewman.org>",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "postcss frontend/styles.css -w -d static/css/ --verbose",
|
||||
"build": "NODE_ENV=production postcss styles.css -d static/css/ --verbose"
|
||||
},
|
||||
"dependencies": {
|
||||
"autoprefixer": "^10.4.7",
|
||||
"postcss": "^8.4.13",
|
||||
"postcss-cli": "^9.1.0",
|
||||
"tailwindcss": "^3.0.24"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user