UNPKG

@yisheng90/react-loading

Version:
72 lines (71 loc) 1.94 kB
{ "name": "@yisheng90/react-loading", "version": "1.5.0", "description": "A React Skeleton Component", "main": "./lib/Skeleton.js", "scripts": { "build": "webpack", "storybook": "start-storybook", "test": "jest --config jestconfig.json --passWithNoTests", "commit": "npx git-cz", "build-storybook": "build-storybook -c .storybook -o .out", "deploy-storybook": "storybook-to-ghpages" }, "author": "Yi Sheng Lee (yisheng@yishenglee.com)", "license": "MIT", "peerDependencies": { "prop-types": "^15.7.2", "react": "^16.0.0", "react-dom": "^16.0.0" }, "devDependencies": { "@auto-it/all-contributors": "^9.37.0", "@auto-it/conventional-commits": "^9.37.0", "@storybook/addon-docs": "^6.5.9", "@storybook/react": "^6.5.9", "@storybook/storybook-deployer": "^2.8.6", "@testing-library/jest-dom": "^5.1.1", "@testing-library/react": "^9.4.0", "all-contributors-cli": "^6.15.0", "auto": "^9.37.0", "babel-core": "^6.26.3", "babel-loader": "^8.0.6", "babel-preset-env": "^1.7.0", "babel-preset-react": "^6.24.1", "babel-preset-stage-0": "^6.24.1", "jest": "^28.0.0", "jest-environment-jsdom": "^28.1.1", "path": "^0.12.7", "prop-types": "^15.7.2", "react": "^16.12.0", "react-dom": "^16.12.0", "styled-components": "^5.0.1", "ts-jest": "^28.0.5", "webpack": "^4.44.1", "webpack-cli": "^3.3.12" }, "typings": "index.d.ts", "directories": { "lib": "lib" }, "repository": { "type": "git", "url": "git+https://github.com/yisheng90/react-loading.git" }, "keywords": [ "React", "Loading", "Skeleton" ], "bugs": { "url": "https://github.com/yisheng90/react-loading/issues" }, "homepage": "https://github.com/yisheng90/react-loading#readme", "auto": { "plugins": [ "npm", "all-contributors", "conventional-commits" ] } }