web-ui: wave-1 foundation — services/web-ui/package.json
This commit is contained in:
parent
c97759dc4e
commit
9d99811272
1 changed files with 15 additions and 0 deletions
15
services/web-ui/package.json
Normal file
15
services/web-ui/package.json
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"name": "wild-dragon-web-ui-build",
|
||||||
|
"version": "0.1.0",
|
||||||
|
"private": true,
|
||||||
|
"description": "Build-time-only deps for the Wild Dragon web-ui Tailwind/flyon-ui pipeline. Not shipped at runtime.",
|
||||||
|
"scripts": {
|
||||||
|
"build:css": "tailwindcss -i ./src/css/app.css -o ./public/dist/app.css --minify"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"tailwindcss": "^3.4.0",
|
||||||
|
"postcss": "^8.4.35",
|
||||||
|
"autoprefixer": "^10.4.17",
|
||||||
|
"flyonui": "^1.0.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue