mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-02 09:05:06 +02:00
parent
b856d28904
commit
3de9f2eec4
1 changed files with 15 additions and 17 deletions
32
package.json
32
package.json
|
@ -13,30 +13,28 @@
|
|||
"url": "https://github.com/pcottle/learnGitBranching"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-core": "^6.26.3",
|
||||
"babel-plugin-transform-react-jsx": "^6.24.1",
|
||||
"browserify": "^16.2.3",
|
||||
"browserify": "^13.0.0",
|
||||
"contributor-faces": "^1.0.2",
|
||||
"grunt": "^1.0.4",
|
||||
"grunt-browserify": "^5.3.0",
|
||||
"grunt-contrib-clean": "^2.0.0",
|
||||
"grunt-contrib-jshint": "^2.1.0",
|
||||
"grunt-contrib-uglify": "^4.0.1",
|
||||
"grunt-browserify": "^4.0.1",
|
||||
"grunt-contrib-clean": "~0.5.0",
|
||||
"grunt-contrib-jshint": "~0.7.2",
|
||||
"grunt-contrib-uglify": "~0.2.7",
|
||||
"grunt-env": "^0.4.4",
|
||||
"grunt-hash": "^0.5.0",
|
||||
"grunt-hash": "~0.5.0",
|
||||
"grunt-jasmine-node": "~0.1.0",
|
||||
"grunt-jsxhint": "^0.8.0",
|
||||
"grunt-react": "^0.12.3",
|
||||
"grunt-shell-spawn": "^0.4.0",
|
||||
"jasmine-node": "^1.16.2",
|
||||
"grunt-jsxhint": "^0.5.0",
|
||||
"grunt-react": "^0.12.1",
|
||||
"grunt-shell-spawn": "~0.3.0",
|
||||
"jasmine-node": "~1.12.0",
|
||||
"prompt": "^1.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"backbone": "^1.4.0",
|
||||
"flux": "^3.1.3",
|
||||
"markdown": "^0.5.0",
|
||||
"q": "^1.5.1",
|
||||
"react": "^16.8.6",
|
||||
"backbone": "~1.1.2",
|
||||
"flux": "^2.0.1",
|
||||
"markdown": "~0.4.0",
|
||||
"q": "~0.8.11",
|
||||
"react": "^0.13.1",
|
||||
"underscore": "~1.4.3"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue