UNPKG

@reaqtive/q

Version:

A react library to connect React to the QIX engine and to Qlik Capability APIs

104 lines (103 loc) 2.54 kB
{ "name": "@reaqtive/q", "version": "0.0.0-beta.18", "description": "A react library to connect React to the QIX engine and to Qlik Capability APIs", "keywords": [ "qlik", "react", "mashup", "mash up", "analytics", "data visualization", "QIX", "sense" ], "private": false, "author": "paolo deregibus <paolo.deregibus@gmail.com>", "license": "MIT", "homepage": "https://github.com/xuuajii/reaqtive/tree/master/packages/q", "repository": { "type": "git", "url": "https://github.com/xuuajii/reaqtive.git", "directory": "packages/q" }, "main": "dist/index.js", "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "dist/*" ], "publishConfig": { "access": "public" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", "transpile": "SET NODE_ENV=development&&babel src/lib --out-dir dist --copy-files", "transpile-mac": "NODE_ENV=development babel src/lib --out-dir dist --copy-files", "watch": "watch \"npm run transpile\" src", "watch-mac": "watch \"npm run transpile-mac\" src" }, "peerDependencies": { "react": "^16.12.0", "react-dom": "^16.12.0" }, "dependencies": { "@reaqtive/layout": "^0.0.0-beta.18", "airbnb-prop-types": "^2.15.0", "enigma.js": "^2.4.0", "http-proxy-middleware": "^1.0.3", "lodash": "4.17.21", "uuid": "^8.0.0" }, "babel": { "presets": [ [ "@babel/preset-env" ], [ "@babel/preset-react" ], [ "react-app", { "absoluteRuntime": false } ] ] }, "eslintConfig": { "extends": "react-app" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "devDependencies": { "@babel/cli": "^7.4.4", "@babel/core": "^7.4.4", "@babel/plugin-proposal-class-properties": "^7.4.4", "@babel/plugin-proposal-object-rest-spread": "^7.4.4", "@babel/preset-env": "^7.4.4", "@babel/preset-react": "^7.0.0", "@babel/runtime": "^7.4.4", "babel-preset-react-app": "^8.0.0", "react-docgen": "^5.1.0", "react-docgen-markdown-renderer": "^2.1.3", "readdirp": "^3.3.0", "watch": "^1.0.2" }, "gitHead": "ee1ac52c121558637fa84111a137cbdd3d23d0b1" }