1
0
mirror of https://github.com/fazo96/ipfs-boards synced 2025-03-12 21:48:39 +01:00

had to force old libraries to get devenv to work

This commit is contained in:
Enrico Fasoli 2015-11-18 12:51:58 +01:00
parent d6b39ef3a4
commit 29e5ca5f5b

View File

@ -20,33 +20,33 @@
"author": "Enrico Fasoli (fazo96)", "author": "Enrico Fasoli (fazo96)",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"babel-preset-es2015": "^6.1.18", "babel-preset-es2015": "6.1.18",
"babel-preset-react": "^6.1.18", "babel-preset-react": "6.1.18",
"babelify": "^7.2.0", "babelify": "7.2.0",
"browserify": "^12.0.1", "browserify": "12.0.1",
"commander": "^2.9.0", "commander": "2.9.0",
"eslint": "^1.9.0", "eslint": "1.9.0",
"eslint-plugin-react": "^3.8.0", "eslint-plugin-react": "3.8.0",
"eslintify": "0.0.3", "eslintify": "0.0.3",
"exorcist": "^0.4.0", "exorcist": "0.4.0",
"express": "^4.13.3", "express": "4.13.3",
"gulp": "^3.9.0", "gulp": "3.9.0",
"gulp-clean": "^0.3.1", "gulp-clean": "0.3.1",
"gulp-connect": "^2.2.0", "gulp-connect": "2.2.0",
"gulp-minify-css": "^1.2.1", "gulp-minify-css": "1.2.1",
"gulp-uglify": "^1.5.1", "gulp-uglify": "1.5.1",
"gulp-util": "^3.0.7", "gulp-util": "3.0.7",
"history": "^1.13.1", "history": "1.13.1",
"ipfs-api": "^2.6.2", "ipfs-api": "2.6.2",
"moment": "^2.10.6", "moment": "2.10.6",
"react": "^0.14.2", "react": "0.14.2",
"react-dom": "^0.14.2", "react-dom": "0.14.2",
"react-markdown": "^1.0.5", "react-markdown": "1.0.5",
"react-router": "^1.0.0", "react-router": "1.0.0",
"uglifyify": "^3.0.1", "uglifyify": "3.0.1",
"vinyl-buffer": "^1.0.0", "vinyl-buffer": "1.0.0",
"vinyl-source-stream": "^1.1.0", "vinyl-source-stream": "1.1.0",
"watchify": "^3.6.0", "watchify": "3.6.0",
"wolfy87-eventemitter": "^4.3.0" "wolfy87-eventemitter": "4.3.0"
} }
} }