timetracker/frontend/package.json
hhftechnologies c8f5379289 update
2024-11-25 23:16:17 +05:30

17 lines
350 B
JSON

{
"name": "frontend",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"build:css": "tailwindcss build src/styles.css -o dist/styles.css"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.4.45",
"tailwindcss": "^3.4.11"
}
}