mirror of
https://github.com/RetroShare/RSNewWebUI.git
synced 2026-09-12 19:50:04 +05:00
21 lines
608 B
JSON
21 lines
608 B
JSON
{
|
|
"name": "webui-src",
|
|
"version": "1.0.0",
|
|
"description": "Retroshare's Web Interface",
|
|
"scripts": {
|
|
"watch": "sass --watch --embed-sources --embed-source-map ./app/scss/main.scss ./styles.css",
|
|
"build": "sass --no-source-map --style=compressed ./app/scss/main.scss ./styles.css && node ./make-src/build.js",
|
|
"lint": "eslint app && node ./make-src/build.js --check && echo Lint checks passed."
|
|
},
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=24"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^10.0.1",
|
|
"eslint": "^10.8.0",
|
|
"globals": "^17.8.0",
|
|
"sass": "1.97.3"
|
|
}
|
|
}
|