forked from bvaughn/react-window
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade dependencies to try fixing install problem with fsevents/shar…
…p/node-gyp
- Loading branch information
Showing
4 changed files
with
11,244 additions
and
5,462 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
{ | ||
"name": "react-window", | ||
"version": "1.8.7", | ||
"description": | ||
"React components for efficiently rendering large, scrollable lists and tabular data", | ||
"author": | ||
"Brian Vaughn <[email protected]> (https://github.com/bvaughn/)", | ||
"description": "React components for efficiently rendering large, scrollable lists and tabular data", | ||
"author": "Brian Vaughn <[email protected]> (https://github.com/bvaughn/)", | ||
"contributors": [ | ||
"Brian Vaughn <[email protected]> (https://github.com/bvaughn/)" | ||
], | ||
|
@@ -36,7 +34,10 @@ | |
], | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.esm.js", | ||
"files": ["dist", "src/*.js"], | ||
"files": [ | ||
"dist", | ||
"src/*.js" | ||
], | ||
"sideEffects": false, | ||
"scripts": { | ||
"flow": "flow check --max-warnings=0 src && flow check website", | ||
|
@@ -46,8 +47,7 @@ | |
"lint": "eslint '**/*.js'", | ||
"test": "cross-env CI=1 react-scripts test --env=jsdom", | ||
"test:watch": "react-scripts test --env=jsdom", | ||
"build:flow": | ||
"cp flow-template dist/index.cjs.js.flow && cp flow-template dist/index.esm.js.flow", | ||
"build:flow": "cp flow-template dist/index.cjs.js.flow && cp flow-template dist/index.esm.js.flow", | ||
"build:source": "rollup -c", | ||
"build": "del dist && mkdir dist && yarn build:flow && yarn build:source", | ||
"start": "rollup -c -w", | ||
|
@@ -57,7 +57,10 @@ | |
"website:run": "cd website && yarn start" | ||
}, | ||
"lint-staged": { | ||
"{website,src}/**/*.{js,json,css}": ["prettier --write", "git add"], | ||
"{website,src}/**/*.{js,json,css}": [ | ||
"prettier --write", | ||
"git add" | ||
], | ||
"**/*.js": "eslint --max-warnings 0" | ||
}, | ||
"dependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.