mirror of
https://github.com/RetroShare/RSNewWebUI.git
synced 2026-09-13 18:45:49 +05:00
16 lines
411 B
JSON
16 lines
411 B
JSON
{
|
|
"name": "webui-src",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"watch": "rm ./styles/app.css && sass --watch --embed-sources --embed-source-map ./app/scss/main.scss ./styles/app.css",
|
|
"build": "sass --no-source-map --style=compressed ./app/scss/main.scss ./styles/app.css"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"sass": "^1.60.0"
|
|
}
|
|
}
|