react-global-loading
Version:
Global loading screen for React
71 lines (70 loc) • 1.53 kB
JSON
{
"name": "react-global-loading",
"version": "1.0.14",
"description": "Global loading screen for React",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"files": [
"dist",
"src"
],
"scripts": {
"dev": "tsup --watch",
"build": "tsup",
"prepack": "yarn build",
"release": "release-it"
},
"repository": {
"type": "git",
"url": "git+https://github.com/timeturnback/react-global-loading.git"
},
"keywords": [
"react",
"global",
"loading"
],
"author": "Redclouds",
"license": "MIT",
"devDependencies": {
"@types/react": "^18.0.12",
"concurrently": "^7.6.0",
"parcel": "^2.6.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"release-it": "^15.9.3",
"tsup": "^6.5.0",
"typescript": "^4.5.2"
},
"peerDependencies": {
"react": ">=16",
"react-dom": ">=16"
},
"bugs": {
"url": "https://github.com/timeturnback/react-global-loading/issues"
},
"homepage": "https://github.com/timeturnback/react-global-loading#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"release-it": {
"git": {
"commitMessage": "chore: release ${version}",
"tagName": "v${version}"
},
"npm": {
"publish": true
},
"github": {
"release": false
}
}
}