Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
72 lines
2.1 KiB
Plaintext
72 lines
2.1 KiB
Plaintext
{
|
|
"name": "@faceless-ui/window-info",
|
|
"version": "3.0.1",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"homepage:": "https://facelessui.com/docs/window-info",
|
|
"repository": "git@github.com:faceless-ui/window-info.git",
|
|
"description": "A React library for subscribing to window events",
|
|
"author": {
|
|
"email": "jacobsfletch@gmail.com",
|
|
"name": "Jacob Fletcher",
|
|
"url": "https://jacobsfletch.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/faceless-ui/window-info/issues",
|
|
"email": "dev@facelessui.com"
|
|
},
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://github.com/sponsors/jacobsfletch"
|
|
}
|
|
],
|
|
"contributors": [],
|
|
"scripts": {
|
|
"build": "yarn lint:src && tsc --project tsconfig.build.json",
|
|
"build:demo": "webpack --config webpack.build-demo.config.js",
|
|
"dev": "webpack serve --config webpack.dev.config.js",
|
|
"lint:src": "eslint ./src",
|
|
"lint:demo": "eslint ./demo",
|
|
"test": "jest"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
|
|
"@types/node": "^14.14.22",
|
|
"@types/react": "^18.0.0",
|
|
"@types/react-dom": "^18.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^7.3.1",
|
|
"@typescript-eslint/parser": "^7.3.1",
|
|
"@types/webpack": "^5.28.5",
|
|
"eslint": "^8.56.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-jest": "^26.1.5",
|
|
"eslint-plugin-jest-dom": "^4.0.1",
|
|
"eslint-plugin-jsx-a11y": "^6.5.1",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-react": "^7.29.4",
|
|
"eslint-plugin-react-hooks": "^4.5.0",
|
|
"eslint-webpack-plugin": "^3.1.1",
|
|
"html-webpack-plugin": "^5.5.0",
|
|
"jest": "^28.0.2",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-refresh": "^0.13.0",
|
|
"react-refresh-typescript": "^2.0.4",
|
|
"ts-loader": "^9.5.1",
|
|
"typescript": "^5.4.5",
|
|
"webpack": "^5.91.0",
|
|
"webpack-cli": "^5.1.4",
|
|
"webpack-dev-server": "^5.0.4"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
]
|
|
}
|