aboutsummaryrefslogtreecommitdiffstats
path: root/web/package.json
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2015-03-22 14:33:42 +0100
committerMaximilian Hils <git@maximilianhils.com>2015-03-22 14:33:42 +0100
commitcf9f91b0b4abe2020c544981d6dc2e2e85f4b4bd (patch)
treecd0b08150f7c04ef3537bea525dd58eff5c91a28 /web/package.json
parent6fb661dab518c036e9333d360f2efc91bc2631ab (diff)
downloadmitmproxy-cf9f91b0b4abe2020c544981d6dc2e2e85f4b4bd.tar.gz
mitmproxy-cf9f91b0b4abe2020c544981d6dc2e2e85f4b4bd.tar.bz2
mitmproxy-cf9f91b0b4abe2020c544981d6dc2e2e85f4b4bd.zip
web: upgrade to react 0.13
Diffstat (limited to 'web/package.json')
-rw-r--r--web/package.json100
1 files changed, 50 insertions, 50 deletions
diff --git a/web/package.json b/web/package.json
index 14a31f48..5b15f695 100644
--- a/web/package.json
+++ b/web/package.json
@@ -1,52 +1,52 @@
{
- "name": "mitmproxy",
- "private": true,
- "scripts": {
- "test": "jest ./src/js"
- },
- "jest": {
- "testPathDirs": [
- "./src/js"
- ],
- "testPathIgnorePatterns": [
- "/node_modules/",
- "testutils.js"
- ],
- "testDirectoryName": "tests"
- },
- "dependencies": {
- "jquery": "",
- "lodash": "",
- "react": "0.12.x",
- "react-router": "",
- "bootstrap": "",
- "flux": ""
- },
- "devDependencies": {
- "browserify": "=8.0.1",
- "gulp": "",
- "gulp-concat": "",
- "gulp-connect": "",
- "gulp-jshint": "",
- "gulp-less": "",
- "gulp-livereload": "",
- "gulp-minify-css": "",
- "gulp-notify": "",
- "gulp-peg": "",
- "gulp-plumber": "",
- "gulp-react": "",
- "gulp-rename": "",
- "gulp-replace": "",
- "gulp-rev": "",
- "gulp-sourcemaps": "",
- "gulp-uglify": "",
- "jest-cli": "^0.1.18",
- "jshint-stylish": "",
- "lodash": "",
- "map-stream": "",
- "reactify": "",
- "vinyl-buffer": "",
- "vinyl-source-stream": "",
- "vinyl-transform": ""
- }
+ "name": "mitmproxy",
+ "private": true,
+ "scripts": {
+ "test": "jest ./src/js"
+ },
+ "jest": {
+ "testPathDirs": [
+ "./src/js"
+ ],
+ "testPathIgnorePatterns": [
+ "/node_modules/",
+ "testutils.js"
+ ],
+ "testDirectoryName": "tests"
+ },
+ "dependencies": {
+ "bootstrap": "^3.3.4",
+ "flux": "",
+ "jquery": "",
+ "lodash": "",
+ "react": "^0.13.1",
+ "react-router": "^0.13.1"
+ },
+ "devDependencies": {
+ "browserify": "=8.0.1",
+ "gulp": "",
+ "gulp-concat": "",
+ "gulp-connect": "",
+ "gulp-jshint": "",
+ "gulp-less": "",
+ "gulp-livereload": "",
+ "gulp-minify-css": "",
+ "gulp-notify": "",
+ "gulp-peg": "",
+ "gulp-plumber": "",
+ "gulp-react": "",
+ "gulp-rename": "",
+ "gulp-replace": "",
+ "gulp-rev": "",
+ "gulp-sourcemaps": "",
+ "gulp-uglify": "",
+ "jest-cli": "^0.1.18",
+ "jshint-stylish": "",
+ "lodash": "",
+ "map-stream": "",
+ "reactify": "",
+ "vinyl-buffer": "",
+ "vinyl-source-stream": "",
+ "vinyl-transform": ""
+ }
}