UNPKG

1.09 kBJSONView Raw
1{
2 "name": "@olenbetong/data-binding",
3 "version": "0.10.14",
4 "description": "React components that bind to Appframe data objects using context, similar to the Appframe data binding library",
5 "main": "dist/umd/data-binding.js",
6 "module": "es/data-binding.js",
7 "scripts": {
8 "prepublishOnly": "rm -rf dist && npm run build",
9 "build": "npm run build:test && npm run build:prod",
10 "build:test": "node ../../shared/build",
11 "build:prod": "node ../../shared/build --configProd"
12 },
13 "files": [
14 "src",
15 "dist",
16 "es"
17 ],
18 "repository": {
19 "type": "git",
20 "url": "https://github.com/olenbetong/ui-kit"
21 },
22 "keywords": [
23 "appframe",
24 "appframe web",
25 "appframeweb",
26 "react"
27 ],
28 "author": "Bjørnar Vister Hansen <bvh@olenbetong.no>",
29 "license": "MIT",
30 "dependencies": {
31 "@babel/runtime": "^7.6.0",
32 "@olenbetong/react-data-object-connect": "^4.3.1",
33 "@olenbetong/utils": "^1.4.3"
34 },
35 "peerDependencies": {
36 "react": "^16.8.0",
37 "react-dom": "^16.8.0"
38 },
39 "gitHead": "caaf1bfa80d704d4eb2c9d821334ba3c7f1940fc"
40}