mirror of
https://github.com/DRYTRIX/TimeTracker.git
synced 2026-05-17 01:49:35 -05:00
28 lines
832 B
JSON
28 lines
832 B
JSON
{
|
|
"name": "timetracker-frontend",
|
|
"version": "1.0.0",
|
|
"description": "Frontend assets for TimeTracker",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"generate:icons": "node scripts/generate-icons.js",
|
|
"install:all": "npm install && npm install -D tailwindcss postcss autoprefixer",
|
|
"install:cmdk": "npm install cmdk",
|
|
"build:css": "tailwindcss -i ./app/static/src/input.css -o ./app/static/dist/output.css --watch",
|
|
"build:docker": "npx tailwindcss -i ./app/static/src/input.css -o ./app/static/dist/output.css"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.4.16",
|
|
"postcss": "^8.4.31",
|
|
"sharp": "^0.33.5",
|
|
"tailwindcss": "^3.3.5",
|
|
"to-ico": "^1.1.4"
|
|
},
|
|
"dependencies": {
|
|
"cmdk": "^1.1.1",
|
|
"framer-motion": "^12.23.24"
|
|
}
|
|
}
|