Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ | Rejoignez-nous sur le Chat 💬

Skip to content
Snippets Groups Projects
package.json 504 B
Newer Older
Pierre Jarriges's avatar
Pierre Jarriges committed
{
  "name": "admin-frontend",
  "version": "1.0.0",
  "description": "An admin panel app for the Mentalo API",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "node ./build.js",
    "build-debug": "node ./build.js debug"
  },
  "author": "kuadrado-software",
  "license": "GPL-3.0",
  "dependencies": {
    "object-to-html-renderer": "^1.1.3"
  },
  "devDependencies": {
    "dotenv": "^10.0.0",
    "simple-browser-js-bundler": "^0.1.1"
  }
}