pcottle.learnGitBranching/package.json
dependabot[bot] c14fbe4918
Bump vite from 4.5.5 to 4.5.6
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.5 to 4.5.6.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.6/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.5.6/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-22 06:37:56 +00:00

54 lines
1.4 KiB
JSON

{
"name": "LearnGitBranching",
"version": "0.8.0",
"description": "An interactive git visualization to challenge and educate!",
"homepage": "https://learngitbranching.js.org",
"author": "Peter Cottle <petermcottle@gmail.com>",
"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"
}
}