Viewing File: /home/ubuntu/misabloom-frontend-base/node_modules/react-loading-skeleton/package.json

{
    "name": "react-loading-skeleton",
    "version": "3.1.0",
    "description": "Make beautiful, animated loading skeletons that automatically adapt to your app.",
    "keywords": [
        "react",
        "loading",
        "skeleton",
        "progress",
        "spinner"
    ],
    "repository": {
        "type": "git",
        "url": "https://github.com/dvtng/react-loading-skeleton.git"
    },
    "license": "MIT",
    "author": "David Tang",
    "sideEffects": [
        "**/*.css"
    ],
    "main": "dist/index.js",
    "module": "dist/index.mjs",
    "types": "dist/index.d.ts",
    "files": [
        "dist/"
    ],
    "scripts": {
        "build": "yarn clean && tsc && rollup -c .config/rollup.config.js",
        "clean": "rimraf dist",
        "lint": "eslint .",
        "lint-staged": "lint-staged --no-stash",
        "prepack": "yarn run build",
        "prettier": "prettier .",
        "setup": "husky install",
        "storybook": "start-storybook -p 8080",
        "test": "jest --config .config/jest.config.cjs"
    },
    "lint-staged": {
        "*.ts?(x)": [
            "eslint --max-warnings 0 --fix",
            "prettier --write"
        ],
        "*.{md,js,cjs,yml,json}": "prettier --write"
    },
    "browserslist": [
        "maintained node versions",
        "> 0.25%",
        "not dead",
        "not IE 11"
    ],
    "devDependencies": {
        "@babel/core": "^7.17.9",
        "@rollup/plugin-typescript": "^8.3.1",
        "@storybook/addon-essentials": "^6.4.21",
        "@storybook/addon-links": "^6.4.21",
        "@storybook/react": "^6.4.21",
        "@swc/core": "^1.2.165",
        "@swc/jest": "^0.2.20",
        "@testing-library/jest-dom": "^5.16.4",
        "@testing-library/react": "^13.0.0",
        "@types/react": "^18.0.1",
        "@types/react-dom": "^18.0.0",
        "@typescript-eslint/eslint-plugin": "^5.18.0",
        "@typescript-eslint/parser": "^5.18.0",
        "babel-loader": "^8.2.4",
        "eslint": "^8.13.0",
        "eslint-config-airbnb": "^19.0.4",
        "eslint-config-airbnb-typescript": "^17.0.0",
        "eslint-config-prettier": "^8.5.0",
        "eslint-plugin-import": "^2.26.0",
        "eslint-plugin-jest": "^26.1.4",
        "eslint-plugin-jest-dom": "^4.0.1",
        "eslint-plugin-jsx-a11y": "^6.5.1",
        "eslint-plugin-react": "^7.29.4",
        "eslint-plugin-react-hooks": "^4.4.0",
        "eslint-plugin-testing-library": "^5.2.1",
        "husky": "^7.0.4",
        "jest": "^27.5.1",
        "lint-staged": "^12.3.7",
        "prettier": "^2.6.2",
        "react": "^18.0.0",
        "react-dom": "^18.0.0",
        "rimraf": "^3.0.2",
        "rollup": "^2.70.1",
        "rollup-plugin-copy": "^3.4.0",
        "tslib": "^2.3.1",
        "typescript": "^4.6.3",
        "webpack": "^5.72.0"
    },
    "peerDependencies": {
        "react": ">=16.8.0"
    },
    "packageManager": "yarn@3.2.0"
}
Back to Directory File Manager