react-loading-spin
Version:
A simple animated spinner react component.
80 lines (79 loc) • 2.4 kB
JSON
{
"name": "react-loading-spin",
"version": "2.1.9",
"description": "A simple animated spinner react component.",
"main": "lib/index.js",
"scripts": {
"build": "tsc --emitDeclarationOnly && webpack",
"clean": "rimraf lib",
"lint:ts": "eslint .",
"prepublishOnly": "npm run clean && npm run build",
"prepare": "husky install",
"release": "release-it",
"test": "jest",
"typecheck": "tsc --noEmit"
},
"lint-staged": {
"*.{js,ts,tsx}": [
"eslint --fix"
],
"*.{json,md}": [
"prettier --write"
]
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/radlinskii/react-loading-spin.git"
},
"keywords": [
"react-component",
"spin",
"loading-animation",
"spinner",
"react",
"component",
"first-package"
],
"author": "Ignacy Radliński radlinskiignacy@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/radlinskii/react-loading-spin/issues"
},
"homepage": "https://github.com/radlinskii/react-loading-spin#readme",
"devDependencies": {
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.16.0",
"@babel/preset-typescript": "^7.16.0",
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"@release-it/conventional-changelog": "^3.3.0",
"@testing-library/jest-dom": "^5.15.0",
"@testing-library/react": "^12.1.2",
"@types/react": "^17.0.35",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"babel-jest": "^27.3.1",
"babel-loader": "^8.2.3",
"csstype": "^3.0.10",
"eslint": "^8.2.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^25.2.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
"husky": "^7.0.4",
"jest": "^27.3.1",
"lint-staged": "^12.0.3",
"release-it": "^14.11.8",
"rimraf": "^3.0.2",
"typescript": "^4.5.2",
"webpack": "^5.64.2",
"webpack-cli": "^4.9.1"
},
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}