mirror of
https://github.com/hrfee/jellyfin-accounts.git
synced 2024-12-22 09:00:14 +00:00
Harvey Tindall
781306f1ef
The grabbing of dependencies and compilation of SCSS can now simply be done with a: poetry run task compile-css before a: poetry build When building from source. The issue where the .gitignore had to be removed before building has been fixed, too.
27 lines
737 B
JSON
27 lines
737 B
JSON
{
|
|
"name": "jellyfin-accounts",
|
|
"version": "1.0.0",
|
|
"description": "This is only used for grabbing scss build dependencies, and isn't a real package.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/hrfee/jellyfin-accounts.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/hrfee/jellyfin-accounts/issues"
|
|
},
|
|
"homepage": "https://github.com/hrfee/jellyfin-accounts#readme",
|
|
"dependencies": {
|
|
"autoprefixer": "^9.8.4",
|
|
"bootstrap": "^5.0.0-alpha1",
|
|
"bootstrap4": "npm:bootstrap@^4.5.0",
|
|
"clean-css-cli": "^4.3.0",
|
|
"postcss-cli": "^7.1.1"
|
|
}
|
|
}
|