Upload plugins

This commit is contained in:
2022-03-05 22:04:17 +00:00
parent ef7f51f5e0
commit 3e41e5813f
8 changed files with 1714 additions and 89 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"
}
}