Files
botgroup.chat/node_modules/react-style-singleton/package.json
2025-02-12 17:18:18 +08:00

120 lines
3.2 KiB
JSON

{
"_from": "react-style-singleton@^2.2.3",
"_id": "react-style-singleton@2.2.3",
"_inBundle": false,
"_integrity": "sha512-b6jSvxvVnyptAiLjbkWLE/lOnR4lfTtDAl+eUC7RZy+QQWc6wRzIV2CE6xBuMmDxc2qIihtDCZD5NPOFl7fRBQ==",
"_location": "/react-style-singleton",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "react-style-singleton@^2.2.3",
"name": "react-style-singleton",
"escapedName": "react-style-singleton",
"rawSpec": "^2.2.3",
"saveSpec": null,
"fetchSpec": "^2.2.3"
},
"_requiredBy": [
"/react-remove-scroll",
"/react-remove-scroll-bar"
],
"_resolved": "https://registry.npmmirror.com/react-style-singleton/-/react-style-singleton-2.2.3.tgz",
"_shasum": "4265608be69a4d70cfe3047f2c6c88b2c3ace388",
"_spec": "react-style-singleton@^2.2.3",
"_where": "/Users/hongbin9/www/botgroup.chat/node_modules/react-remove-scroll",
"author": {
"name": "Anton Korzunov",
"url": "thekashey@gmail.com"
},
"bugs": {
"url": "https://github.com/theKashey/react-style-singleton/issues"
},
"bundleDependencies": false,
"dependencies": {
"get-nonce": "^1.0.0",
"tslib": "^2.0.0"
},
"deprecated": false,
"description": "Just create a single stylesheet...",
"devDependencies": {
"@size-limit/preset-small-lib": "^11.0.2",
"@theuiteam/lib-builder": "^0.1.4",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"size-limit": "^11.0.2"
},
"engines": {
"node": ">=10"
},
"files": [
"dist"
],
"homepage": "https://github.com/theKashey/react-style-singleton#readme",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"jsnext:main": "dist/es2015/index.js",
"keywords": [
"react",
"style",
"css"
],
"license": "MIT",
"lint-staged": {
"*.{ts,tsx}": [
"prettier --write",
"eslint --fix",
"git add"
],
"*.{js,css,json,md}": [
"prettier --write",
"git add"
]
},
"main": "dist/es5/index.js",
"module": "dist/es2015/index.js",
"module:es2019": "dist/es2019/index.js",
"name": "react-style-singleton",
"packageManager": "yarn@1.22.19",
"peerDependencies": {
"@types/react": "*",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
}
},
"prettier": {
"printWidth": 120,
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"singleQuote": true
},
"repository": {
"type": "git",
"url": "git+https://github.com/theKashey/react-style-singleton.git"
},
"scripts": {
"build": "lib-builder build && yarn size:report",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"changelog:rewrite": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"dev": "lib-builder dev",
"format": "lib-builder format",
"lint": "lib-builder lint",
"prepublish-only": "yarn build && yarn changelog",
"release": "yarn build && yarn test",
"size": "npx size-limit",
"size:report": "npx size-limit --json > .size.json",
"test": "jest",
"test:ci": "jest --runInBand --coverage",
"update": "lib-builder update"
},
"types": "dist/es5/index.d.ts",
"version": "2.2.3"
}