mirror of
https://github.com/RetroShare/RSNewWebUI.git
synced 2026-09-12 19:50:04 +05:00
15 lines
259 B
JSON
15 lines
259 B
JSON
{
|
|
"name": "webui-src",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"watch": "sass --watch ./app/scss/main.scss ./styles/app.css"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"sass": "^1.60.0"
|
|
}
|
|
}
|