UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

49 lines 1.33 kB
{ "name": "@lml/core-ui", "version": "1.0.1", "description": "", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "build": "tsc && gulp styles && gulp images", "build:watch": "concurrently \"tsc --watch\" \"gulp watchStyles\" \"gulp watchImages\" ", "clean": "rm -rf ./dist", "prepublishOnly": "npm run clean && npm run build" }, "author": "", "license": "ISC", "dependencies": { "rxjs": "5.5.2", "react": "16.2.0", "@lml/cosmo-redux-pusher": "0.1.9", "@lml/cosmo-ts-data": "1.1.9", "@lml/cosmo-redux-api": "0.7.2", "@lml/cosmo-ui-auth": "1.11.9", "@lml/ts-utils": "0.0.14", "redux-observable": "0.17.0", "cosmoui": "0.11.8", "redux": "3.7.2", "react-redux": "5.0.4", "react-virtualized": "9.17.1", "reselect": "3.0.1", "lodash": "4.17.5", "moment": "2.18.1", "moment-timezone": "0.5.13", "mousetrap": "1.6.1", "classnames": "2.2.5", "uuid": "3.2.1", "redux-rx-http": "0.15.0" }, "devDependencies": { "@types/classnames": "2.2.0", "@types/geojson": "1.0.2", "@types/jest": "19.2.2", "@types/mousetrap": "1.5.34", "@types/node": "7.0.13", "concurrently": "^3.5.1", "gulp": "3.9.1", "jest": "19.0.2", "ts-jest": "19.0.10", "typescript": "2.6.1" } }