mirror of
https://git.kh3group.com/georgebiri/khy_website.git
synced 2026-07-02 07:03:33 +00:00
13 lines
367 B
JSON
13 lines
367 B
JSON
{
|
|
"name": "khy-website",
|
|
"version": "1.0.0",
|
|
"description": "KHY Furniture Website",
|
|
"scripts": {
|
|
"build": "npx tailwindcss -i ./src/input.css -o ./styles/main.css --minify",
|
|
"dev": "npx tailwindcss -i ./src/input.css -o ./styles/main.css --watch"
|
|
},
|
|
"devDependencies": {
|
|
"tailwindcss": "^3.4.17",
|
|
"tailwindcss-textshadow": "^2.1.3"
|
|
}
|
|
}
|