Add files via upload

This commit is contained in:
2022-04-19 17:41:59 -07:00
committed by GitHub
parent 62c49ea66d
commit 871210bc19
18 changed files with 2614 additions and 0 deletions

View File

@ -0,0 +1,15 @@
{
"name": "sleeky-admin",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node-sass --watch assets/css/themes -o assets/css --output-style compressed"
},
"author": "",
"license": "ISC",
"dependencies": {
"node-sass": "^4.12.0"
}
}