forked from enviPath/enviPy
Adds batch predict to the site-map but does not give it prominence. This is to avoid non-experts "accidentally" flooding the system. Happy to move it to the main menu if better, @jebus? Reviewed-on: enviPath/enviPy#285 Co-authored-by: Tobias O <tobias.olenyi@envipath.com> Co-committed-by: Tobias O <tobias.olenyi@envipath.com>
26 lines
685 B
JSON
26 lines
685 B
JSON
{
|
|
"name": "envipy",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "enviPath UI - Tailwind CSS + DaisyUI",
|
|
"scripts": {
|
|
"dev": "tailwindcss -i static/css/input.css -o static/css/output.css --watch=always",
|
|
"build": "tailwindcss -i static/css/input.css -o static/css/output.css --minify"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/cli": "^4.1.18",
|
|
"@tailwindcss/postcss": "^4.1.18",
|
|
"daisyui": "^5.5.14",
|
|
"postcss": "^8.5.6",
|
|
"prettier": "^3.7.4",
|
|
"prettier-plugin-jinja-template": "^2.1.0",
|
|
"prettier-plugin-tailwindcss": "^0.7.2",
|
|
"tailwindcss": "^4.1.18"
|
|
},
|
|
"keywords": [
|
|
"django",
|
|
"tailwindcss",
|
|
"daisyui"
|
|
]
|
|
}
|