UNPKG

1.29 kBJSONView Raw
1{
2 "name": "@olenbetong/data-binding",
3 "version": "0.15.1",
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 "type": "module",
8 "exports": {
9 "import": "./es/data-binding.js",
10 "require": "./dist/umd/data-binding.js"
11 },
12 "scripts": {
13 "prepublishOnly": "rimraf dist && npm run build",
14 "build": "npm run build:test && npm run build:prod",
15 "build:test": "node ../../shared/build",
16 "build:prod": "node ../../shared/build --configProd"
17 },
18 "files": [
19 "src",
20 "dist",
21 "es"
22 ],
23 "sideEffects": false,
24 "repository": {
25 "type": "git",
26 "url": "https://github.com/olenbetong/ui-kit"
27 },
28 "keywords": [
29 "appframe",
30 "appframe web",
31 "appframeweb",
32 "react"
33 ],
34 "author": "Bjørnar Vister Hansen <bvh@olenbetong.no>",
35 "license": "MIT",
36 "dependencies": {
37 "@babel/runtime": "^7.11.2",
38 "@olenbetong/common": "^1.0.0-beta.1",
39 "@olenbetong/react-data-object-connect": "^5.0.6",
40 "rimraf": "^3.0.2"
41 },
42 "peerDependencies": {
43 "react": "^16.8.0 || ^17.0.1",
44 "react-dom": "^16.8.0 || ^17.0.1"
45 },
46 "gitHead": "d980fe8edbb7fc73a2ec68893e4d23fe2246a755"
47}