Skip to content
Snippets Groups Projects
Select Git revision
  • video
  • vue-solution default protected
  • master
  • react-solution
4 results

package.json

Blame
  • This project manages its dependencies using npm. Learn more
    package.json 843 B
    {
      "name": "tutorial-conway-life-t3",
      "version": "1.0.0",
      "description": "For the second tutorial, we're going to work with SVG, and CSS via SASS.",
      "main": "gameOfLife.js",
      "scripts": {
        "build": "webpack",
        "test": "echo \"Error: no test specified\" && exit 1"
      },
      "repository": {
        "type": "git",
        "url": "git@gitlab.une.edu.au:cosc360in2018/tutorial-conway-life-t2.git"
      },
      "author": "",
      "license": "ISC",
      "devDependencies": {
        "@types/d3": "^5.0.0",
        "css-loader": "^1.0.0",
        "ts-loader": "^4.4.2",
        "typescript": "^2.9.2",
        "vue": "^2.5.17",
        "vue-class-component": "^6.2.0",
        "vue-loader": "^15.2.7",
        "vue-property-decorator": "^7.0.0",
        "vue-template-compiler": "^2.5.16",
        "webpack": "^4.16.3"
      },
      "dependencies": {
        "d3": "^5.5.0",
        "webpack-cli": "^3.1.0"
      }
    }