21 lines
465 B
JSON
21 lines
465 B
JSON
{
|
|
"name": "bloodpressure",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "npx tailwindcss -o ./app/static/css/tailwind.css --minify",
|
|
"serve": "npx tailwindcss -o ./app/static/css/tailwind.css --watch"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"tailwindcss": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.4.20",
|
|
"postcss": "^8.4.49",
|
|
"tailwindcss": "^3.4.17"
|
|
}
|
|
}
|