loaders-ui
Version:
A fully functional & comprehensive suite of customizable and visually appealing loaders designed to enhance your web applications.
47 lines • 1.28 kB
JSON
{
"name": "loaders-ui",
"version": "1.1.74",
"description": "A fully functional & comprehensive suite of customizable and visually appealing loaders designed to enhance your web applications.",
"main": "dist/",
"scripts": {
"build": "webpack",
"publish": "webpack"
},
"keywords": [
"loaders",
"react-loaders",
"spinner",
"loading-indicator",
"bouncing-squares",
"circular-spinner",
"pulsing-dot",
"rotating-cube"
],
"author": "Lovepreet Singh",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/youarebest119/loaders-ui"
},
"homepage": "https://loaders-ui.vercel.app",
"devDependencies": {
"@types/react": "^18.0.18",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"mini-css-extract-plugin": "^2.9.0",
"react": "^18.2.0",
"sass": "^1.77.6",
"sass-loader": "^14.2.1",
"ts-loader": "^9.5.1",
"tsc-hooks": "^1.1.1",
"typescript": "^4.8.3",
"webpack": "^5.92.1",
"webpack-cli": "^5.1.4"
},
"peerDependencies": {
"react": "^18.2.0"
},
"files": [
"/dist"
]
}