UNPKG

nsaicustomloader

Version:

A customizable and lightweight loading spinner & skeleton component for React and React Native.

58 lines (57 loc) 1.26 kB
{ "name": "nsaicustomloader", "version": "1.1.0", "description": "", "main": "dist/main.js", "react-native": "src/App.native.js", "homepage": "https://github.com/NizampatnamSai/npm-custom-loader", "repository": { "type": "git", "url": "git+https://github.com/NizampatnamSai/npm-custom-loader.git" }, "bugs": { "url": "https://github.com/NizampatnamSai/npm-custom-loader/issues" }, "exports": { ".": { "import": "./dist/main.js", "react-native": "./src/App.native.js" } }, "files": [ "dist", "src/App.native.js" ], "scripts": { "build": "webpack", "prepublishOnly": "npm run build" }, "keywords": [ "react", "loader", "spinner", "skeleton", "custom-loader", "loading", "animation", "ui", "components" ], "author": "Nizampatnam Sai", "license": "ISC", "dependencies": { "react": "^19.0.0", "react-dom": "^19.0.0" }, "devDependencies": { "@babel/core": "^7.24.7", "@babel/preset-react": "^7.24.7", "babel-loader": "^9.1.3", "css-loader": "^3.3.0", "html-webpack-plugin": "^5.6.0", "style-loader": "^1.0.1", "webpack": "^5.92.1", "webpack-cli": "^5.1.4", "webpack-dev-server": "^5.0.4" } }