Newer
Older
7gui / package.json
{
  "name": "7gui",
  "version": "1.0.0",
  "description": "Implementation of the 7gui exercises",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc",
    "rollup": "rollup -c",
    "watch": "npx live-server --open=index.html --watch='./*.html,./*.js'",
    "watchdev": "npx live-server --open=indexdev.html --watch='./*.html,./*.js'"
  },
  "repository": {
    "type": "git",
    "url": "ssh://git@mhack.io/home/git/7gui.git"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@types/systemjs": "^0.20.6",
    "imgui-js": "file:./imgui-js",
    "rollup": "^1.15.6",
    "systemjs": "^0.21.5"
  },
  "devDependencies": {
    "@types/node": "^12.0.0",
    "live-server": "^1.2.1",
    "rollup-plugin-commonjs": "^10.0.0",
    "rollup-plugin-node-builtins": "^2.1.2",
    "rollup-plugin-node-resolve": "^5.0.3",
    "rollup-plugin-typescript2": "^0.21.2",
    "typescript": "^3.5.2"
  }
}