package.json 1.07 KB
{
  "name": "ARCS",
  "version": "0.9.0",
  "description": "Augmented Reality Component System in web browser and node environment",
  "homepage": "http://arcs.ibisc.fr",
  "repository": {
    "type": "git",
    "url": "https://forge.ibisc.univ-evry.fr/arcs/arcs.js.git"
  },
  "main": "build/arcs.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "Augmented",
    "Reality"
  ],
  "eslintConfig": {
    "env": {
      "browser": true,
      "es2021": true
    },
    "parserOptions": {
      "sourceType": "module"
    },
    "rules": {
      "func-style": "off"
    }
  },
  "author": "Jean-Yves Didier",
  "license": "GPL-3.0-or-later",
  "dependencies": {
    "codemirror": ">=5.62",
    "eslint": "^7.32.0",
    "js-aruco": ">=0.1",
    "three": ">=0.131",
    "tracking": ">=1.1.3",
    "webpack": "^5.51.1",
    "jsqr": "^1.4.0",
    "html2canvas": "^1.3.3"
  },
  "devDependencies": {
    "copy-webpack-plugin": "^9.0.1",
    "eslint-webpack-plugin": "^3.0.1",
    "jsdoc-webpack-plugin": "^0.3.0",
    "val-loader": "^4.0.0"
  }
}