UNPKG

1.83 kBJSONView Raw
1{
2 "name": "@olenbetong/react-data-object-connect",
3 "version": "2.1.5",
4 "description": "React HOC used to give a React component data from an Appframe data object",
5 "main": "index.js",
6 "appframe": [
7 {
8 "fileName": "data-object-connect",
9 "libraryName": "dataObjectConnect"
10 },
11 {
12 "fileName": "data-object-hooks",
13 "libraryName": "dataObjectHooks"
14 }
15 ],
16 "scripts": {
17 "build": "npm run build:test && npm run build:prod",
18 "build:test": "rollup --config",
19 "build:prod": "rollup --config --configProd",
20 "publish:test": "npx appframe publish --mode test --config appframe.config.js",
21 "publish:prod": "npx appframe publish --mode production --config appframe.config.js"
22 },
23 "repository": {
24 "type": "git",
25 "url": "https://github.com/olenbetong/react-data-object-connect"
26 },
27 "keywords": [
28 "appframe",
29 "appframe web",
30 "appframeweb",
31 "react"
32 ],
33 "author": "Bjørnar Vister Hansen <bvh@olenbetong.no>",
34 "license": "MIT",
35 "devDependencies": {
36 "@babel/core": "^7.2.2",
37 "@babel/plugin-proposal-class-properties": "^7.3.0",
38 "@babel/preset-env": "^7.3.1",
39 "@babel/preset-react": "^7.0.0",
40 "@olenbetong/appframe-cli": "^2.0.0",
41 "babel-eslint": "^10.0.1",
42 "dotenv": "^6.2.0",
43 "eslint": "^5.12.1",
44 "eslint-config-prettier": "^4.0.0",
45 "eslint-plugin-prettier": "^3.0.1",
46 "eslint-plugin-react": "^7.12.4",
47 "eslint-plugin-react-hooks": "0.0.0",
48 "prettier": "^1.16.1",
49 "rollup": "^1.1.2",
50 "rollup-plugin-babel": "^4.3.2",
51 "rollup-plugin-babel-minify": "^7.0.0",
52 "rollup-plugin-replace": "^2.1.0",
53 "rollup-plugin-virtual": "^1.0.1"
54 },
55 "peerDependencies": {
56 "react": "^16.7.0",
57 "react-dom": "^16.7.0"
58 }
59}