CORE-POS/IS4C

View on GitHub
fannie/modules/plugins2.0/MobileLane/package.json

Summary

Maintainability
Test Coverage
{
  "name": "mobilelane",
  "version": "1.0.0",
  "description": "This plugin is a stripped down, barebones mobile interface for ringing up items. This is a client-server setup with Office serving the UI to mobile clients. Hardware integration beyond barcode scanning may require either an additional host machine in a convenient location or additional mobile add-ons that are accessible via javascript.",
  "main": "src/index.jsx",
  "dependencies": {
    "babel-core": "^6.14.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-es2015": "^6.14.0",
    "babel-preset-react": "^6.11.1",
    "bootstrap": "^3.3.7",
    "css-loader": "^6.8.1",
    "es6-promise": "~3.3.1",
    "jquery": "~3.5.0",
    "mobile-detect": "^1.4.4",
    "react": "^15.3.2",
    "react-bootstrap": "^0.30.3",
    "react-dom": "^15.3.2",
    "style-loader": "^0.13.1",
    "url-loader": "^1.1.2",
    "webpack": "^5.92.0"
  },
  "devDependencies": {
    "babel-loader": "^7.1.5",
    "file-loader": "^3.0.1",
    "webpack-cli": "^5.1.4"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "GPL-2.0"
}