-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.08 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "react-window-bigness",
"version": "0.1.1",
"description": "Performantly pass window dimensions as props! 📏",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"start": "tsc --watch",
"build": "tsc"
},
"author": "Josh Ellis <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/iamjoshellis/react-window-bigness.git"
},
"bugs": {
"url": "https://github.com/iamjoshellis/react-window-bigness/issues"
},
"homepage": "https://github.com/iamjoshellis/react-window-bigness#readme",
"keywords": [
"react",
"position",
"transforms"
],
"devDependencies": {
"@types/react": "^16.8.1",
"prettier": "^1.15.3",
"tslint": "^5.12.1",
"tslint-clean-code": "^0.2.9",
"tslint-config-airbnb": "^5.11.1",
"tslint-config-prettier": "^1.17.0",
"tslint-eslint-rules": "^5.4.0",
"tslint-plugin-prettier": "^2.0.1",
"tslint-react": "^3.6.0",
"typescript": "^3.2.2"
},
"dependencies": {
"pubsub-js": "^1.7.0",
"react": ">=16.3.0"
}
}