-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 915 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "finder.css",
"version": "1.0.0",
"description": "Custom Stylesheet For The Filebrowser Self-Hosted Service Aimed At Bringing A macOS Finder Like Experience With Dark Mode Support To The Service. Colors, Spacing, Sizes, etc. Have Been Changed, & Dark Mode Support Has Been Added.",
"main": "main.scss",
"scripts": {
"clean": "rm ./css/custom.css",
"build": "node-sass ./sass/main.scss ./css/custom.css --output-style expanded --indent-type tab --indent-width 1",
"production": "node-sass ./sass/main.scss ./css/custom.css --output-style compressed",
"watch": "node-sass -rw ./sass/main.scss ./css/custom.css"
},
"keywords": [
"css",
"docker",
"files",
"filesystem",
"scss",
"self-hosted",
"stylesheet",
"styles"
],
"author": "422939+mcbeav@users.noreply.github.com",
"license": "MIT",
"dependencies": {
"node-sass": "^5.0.0"
}
}