Skip to content
Snippets Groups Projects
Forked from DFN2 / pling-store-development
64 commits behind the upstream repository.
This project manages its dependencies using npm. Learn more
package.json 1.17 KiB
{
  "name": "pling-store",
  "productName": "Pling-Store",
  "version": "5.0.1",
  "description": "Store Frontend and Management Application based on OpenCollaborationServices (OCS) of Opendesktop.org.",
  "author": "Pling.com",
  "license": "GPL-3.0",
  "homepage": "https://www.pling.com/",
  "repository": "https://www.opencode.net/dfn2/pling-store",
  "bugs": "https://www.opencode.net/dfn2/pling-store/issues",
  "main": "app/main.js",
  "scripts": {
    "start": "electron .",
    "debug": "electron . --debug",
    "package": "electron-packager . pling-store --platform=linux --arch=x64 --out=dist --overwrite --ignore='^/(\\.gitignore|\\.gitlab\\-ci\\.yml|Makefile|README\\.md|desktop|launcher|pkg|scripts|appimagebuild)($|/)'",
    "watch" : "webpack --mode development --watch"
  },
  "dependencies": {
    "electron-store": "2.*.*",
    "request": "2.*.*",
    "esm": "3.*.*",
    "lit-html": "1.*.*"
  },
  "devDependencies": {
    "electron": "4.*.*",
    "electron-packager": "13.*.*",
    "@babel/core":"*",
    "@babel/polyfill":"*",
    "@babel/preset-env": "*",
    "@babel/preset-react": "*",
    "react":"*",
    "react-dom":"*",
    "webpack":"*",
    "webpack-cli":"*"
  }
}