{ "name": "LearnGitBranching", "version": "0.8.0", "description": "An interactive git visualization to challenge and educate!", "homepage": "https://learngitbranching.js.org", "author": "Peter Cottle ", "license": "MIT", "scripts": { "dev": "vite", "prepare": "gulp fastBuild", "test": "gulp test" }, "repository": { "type": "git", "url": "https://github.com/pcottle/learnGitBranching" }, "devDependencies": { "@babel/core": "^7.17.5", "@babel/preset-react": "^7.16.7", "babelify": "^10.0.0", "browserify": "^17.0.0", "fancy-log": "^1.3.3", "glob": "^7.2.0", "gulp": "^4.0.2", "gulp-clean": "^0.4.0", "gulp-clean-css": "^4.3.0", "gulp-concat": "^2.6.1", "gulp-hash": "^4.2.2", "gulp-jasmine": "^4.0.0", "gulp-jshint": "^2.1.0", "gulp-terser": "^2.1.0", "gulp-uglify": "^3.0.2", "html-minifier": "^4.0.0", "jasmine-spec-reporter": "^7.0.0", "jshint": "^2.13.4", "prompt": "^1.2.2", "vinyl-buffer": "^1.0.1", "vinyl-source-stream": "^2.0.0", "vite": "^4.5.6" }, "dependencies": { "backbone": "^1.4.0", "flux": "^4.0.3", "jquery": "^3.4.0", "jquery-ui": "^1.13.2", "marked": "^4.0.12", "prop-types": "^15.8.1", "q": "^1.5.1", "raphael": "^2.1.0", "react": "^17.0.2", "react-dom": "^17.0.2", "underscore": "^1.13.2" } }