mirror of
https://github.com/RetroShare/RSNewWebUI.git
synced 2026-09-12 19:50:04 +05:00
14 lines
391 B
JSON
14 lines
391 B
JSON
{
|
|
"name": "webui-src",
|
|
"version": "1.0.0",
|
|
"description": "Retroshare's Web Interface",
|
|
"scripts": {
|
|
"watch": "rm ./styles.css && 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"
|
|
},
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"sass": "^1.60.0"
|
|
}
|
|
}
|