UNPKG

react-placemoulder

Version:

Reuse the existing components to create loading state placeholders.

54 lines (53 loc) 1.42 kB
{ "name": "react-placemoulder", "version": "1.1.0", "description": "Reuse the existing components to create loading state placeholders.", "main": "dist/index.js", "scripts": { "test": "jest --coverage", "test:watch": "jest --watch --coverage", "transpile": "babel src --out-dir dist --copy-files", "develop": "nodemon --exec npm run transpile" }, "keywords": [ "React", "React", "Placeholder", "Easy", "Placeholders", "Mould", "placeholder", "Placemoulder", "Philosophy", "Shimmer" ], "files": [ "dist" ], "repository": { "type": "git", "url": "https://github.com/vihangpatel/react-placemoulder.git" }, "author": "Vihang Patel", "license": "MIT", "devDependencies": { "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "@babel/plugin-proposal-decorators": "^7.4.4", "@babel/plugin-proposal-object-rest-spread": "^7.5.5", "@babel/plugin-transform-react-display-name": "^7.2.0", "@babel/plugin-transform-react-jsx": "^7.3.0", "@babel/plugin-transform-runtime": "^7.5.5", "@babel/preset-env": "^7.5.5", "@babel/runtime": "^7.5.5", "babel-watch": "^7.0.0", "chai": "^4.2.0", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.2", "jest": "^26.0.1", "nodemon": "^2.0.4", "react": "^16.8.0", "react-dom": "^16.8.0", "enzyme-to-json": "^3.5.0" } }