UNPKG

2.36 kBJSONView Raw
1{
2 "name": "@olenbetong/react-data-object-connect",
3 "version": "4.0.4",
4 "description": "React HOC used to give a React component data from an Appframe data object",
5 "main": "./dist/umd/index.js",
6 "module": "./es/index.js",
7 "sideEffects": false,
8 "appframe": [
9 {
10 "fileName": "connect",
11 "libraryName": "dataObjectConnect"
12 },
13 {
14 "fileName": "hooks",
15 "libraryName": "dataObjectHooks"
16 },
17 {
18 "fileName": "dataHandler",
19 "libraryName": "dataHandler"
20 },
21 {
22 "fileName": "index",
23 "libraryName": "ReactDataObjectConnect"
24 }
25 ],
26 "files": [
27 "index.js",
28 "dist",
29 "es",
30 "src"
31 ],
32 "scripts": {
33 "build": "npm run build:es && npm run build:test && npm run build:prod",
34 "build:es": "npx babel src -d es",
35 "build:test": "rollup --config",
36 "build:prod": "rollup --config --configProd",
37 "publish:test": "npx appframe publish --mode test --config appframe.config.js",
38 "publish:prod": "npx appframe publish --mode production --config appframe.config.js"
39 },
40 "repository": {
41 "type": "git",
42 "url": "https://github.com/olenbetong/react-data-object-connect"
43 },
44 "keywords": [
45 "appframe",
46 "appframe web",
47 "appframeweb",
48 "react"
49 ],
50 "author": "Bjørnar Vister Hansen <bvh@olenbetong.no>",
51 "license": "MIT",
52 "devDependencies": {
53 "@babel/cli": "^7.5.0",
54 "@babel/core": "^7.5.4",
55 "@babel/plugin-proposal-class-properties": "^7.5.0",
56 "@babel/plugin-transform-react-jsx": "^7.3.0",
57 "@babel/plugin-transform-runtime": "^7.5.0",
58 "@babel/preset-env": "^7.5.4",
59 "@babel/preset-react": "^7.0.0",
60 "@olenbetong/appframe-cli": "^2.0.2",
61 "babel-eslint": "^10.0.2",
62 "dotenv": "^8.0.0",
63 "eslint": "^6.0.1",
64 "eslint-config-prettier": "^6.0.0",
65 "eslint-plugin-prettier": "^3.1.0",
66 "eslint-plugin-react": "^7.14.2",
67 "eslint-plugin-react-hooks": "^1.6.1",
68 "prettier": "^1.18.2",
69 "rollup": "^1.17.0",
70 "rollup-plugin-babel": "^4.3.3",
71 "rollup-plugin-replace": "^2.2.0",
72 "rollup-plugin-terser": "^5.1.1",
73 "rollup-plugin-virtual": "^1.0.1"
74 },
75 "peerDependencies": {
76 "react": "^16.7.0",
77 "react-dom": "^16.7.0"
78 },
79 "dependencies": {
80 "@babel/runtime": "^7.5.4"
81 }
82}