16 lines
431 B
JSON
16 lines
431 B
JSON
{
|
|
"name": "news",
|
|
"version": "0.1.0",
|
|
"description": "Build tooling for the news-web frontend: Tailwind v4 and browser-driving scripts.",
|
|
"scripts": {
|
|
"css": "tailwindcss -i crates/news-web/styles/main.css -o crates/news-web/styles/generated.css"
|
|
},
|
|
"type": "commonjs",
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.62.1",
|
|
"@tailwindcss/cli": "^4.3.3",
|
|
"tailwindcss": "^4.3.3"
|
|
},
|
|
"private": true
|
|
}
|