You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
522 B
20 lines
522 B
{
|
|
"scripts": {
|
|
"tailwind:build": "tailwindcss -i utils/styles.css -o static/css/styles.css --minify",
|
|
"tailwind:watch": "tailwindcss -i utils/styles.css -o static/css/styles.css --watch --minify"
|
|
},
|
|
"dependencies": {
|
|
"tailwindcss": "^3.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.9"
|
|
},
|
|
"name": "backend3",
|
|
"version": "1.0.0",
|
|
"main": "tailwind.config.js",
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": ""
|
|
}
|
|
|