forked from pcottle/learnGitBranching
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.35 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"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": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/pcottle/learnGitBranching"
},
"devDependencies": {
"@babel/core": "^7.4.8",
"@babel/preset-react": "^7.0.0",
"babelify": "^10.0.0",
"browserify": "^16.5.0",
"contributor-faces": "^1.0.2",
"fancy-log": "^1.3.3",
"glob": "^7.1.6",
"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": "^1.2.0",
"gulp-uglify": "^3.0.2",
"html-minifier": "^4.0.0",
"jasmine-spec-reporter": "^4.2.1",
"jshint": "^2.11.0",
"prompt": "^1.0.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {
"backbone": "^1.4.0",
"flux": "^3.1.3",
"jquery": "^3.4.0",
"jquery-ui": "^1.12.1",
"marked": "^1.0.0",
"prop-types": "^15.7.2",
"q": "^1.5.1",
"raphael": "^2.1.0",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"underscore": "~1.4.3"
}
}