-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 845 Bytes
/
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
{
"name": "react-dividable-context",
"version": "1.2.2",
"description": "An efficient way of having one React Context instead of multiple providers, without unnecessary re-rendering",
"dependencies": {},
"peerDependencies": {
"react": "^16.3.0",
"react-dom": "^16.3.0"
},
"devDependencies": {
"react": "^16.3.0",
"react-dom": "^16.3.0",
"@types/react": "^16.3.0",
"@types/react-dom": "^16.0.6",
"typescript": "^2.9.2"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
},
"author": {
"name": "Kelvin Schoofs",
"email": "[email protected]"
},
"repository": "SchoofsKelvin/react-dividable/context",
"license": "GLP-3.0"
}