ghostsui
Version:
My personalised UI library
46 lines • 1.12 kB
JSON
{
"name": "ghostsui",
"version": "1.6.0",
"description": "My personalised UI library",
"main": "css/ghostsui.css",
"sass": "./scss/ghostsui.scss",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/ghostdevv/ghostui.git"
},
"author": "GHOST ghostdevbusiness@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/ghostdevv/ghostui/issues"
},
"scripts": {
"dev": "run-p dev:*",
"dev:gulp": "gulp dev",
"dev:web": "cd web && npm run dev",
"build": "gulp build",
"web:build": "npm run build && cd web && npm install && npm run build"
},
"homepage": "https://github.com/ghostdevv/ghostui#readme",
"dependencies": {
"greset": "^2.0.0",
"sass-hex-rgb": "^1.0.1"
},
"devDependencies": {
"autoprefixer": "^10.4.12",
"cssnano": "^5.1.13",
"gulp": "^4.0.2",
"gulp-postcss": "^9.0.1",
"gulp-sass": "^5.1.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.16",
"postcss-import": "^15.0.0",
"sass": "^1.55.0"
},
"files": [
"scss",
"css",
"README.md",
"LICENSE"
]
}