mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-24 05:21:08 -08:00
56 lines
1.6 KiB
JSON
56 lines
1.6 KiB
JSON
{
|
|
"name": "Lepton",
|
|
"version": "7.0.0",
|
|
"description": "I respect proton UI and aim to improve it. ",
|
|
"author": "alstjr7375 <alstjr7375@daum.net>",
|
|
"license": "MPL 2.0",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/black7375/Firefox-UI-Fix.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/black7375/Firefox-UI-Fix/issues"
|
|
},
|
|
"homepage": "https://github.com/black7375/Firefox-UI-Fix#readme",
|
|
"scripts": {
|
|
"build": "yarn build:css && yarn build:addon",
|
|
"build:css": "sass --no-source-map src/leptonChrome.scss css/leptonChrome.css && sass --no-source-map src/leptonContent.scss css/leptonContent.css && prettier --write css/leptonChrome.css css/leptonContent.css",
|
|
"build:addon": "cp -rf css icons addon/",
|
|
"format": "prettier --write .",
|
|
"test": "jest",
|
|
"validate": "csstree-validator css/leptonChrome.css; csstree-validator css/leptonContent.css"
|
|
},
|
|
"webExt": {
|
|
"verbose": true,
|
|
"sourceDir": "addon",
|
|
"build": {
|
|
"overwriteDest": true
|
|
},
|
|
"run": {
|
|
"firefox": "nightly",
|
|
"pref": [
|
|
"extensions.experiments.enabled=true"
|
|
]
|
|
}
|
|
},
|
|
"browser_specific_settings": {
|
|
"gecko": {
|
|
"id": "addon@example.com",
|
|
"strict_min_version": "89.0"
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"csstree-validator": "^3.0.0",
|
|
"fast-glob": "^3.2.12",
|
|
"jest": "^29.3.1",
|
|
"jest-environment-node-single-context": "^29.0.0",
|
|
"prettier": "^2.8.1",
|
|
"sass": "^1.57.1",
|
|
"sass-true": "^7.0.0",
|
|
"web-ext": "^7.6.0"
|
|
},
|
|
"jest": {
|
|
"testEnvironment": "jest-environment-node-single-context"
|
|
}
|
|
}
|