Skip to content

Instantly share code, notes, and snippets.

@captainkovalsky
Created August 9, 2015 12:17
Show Gist options
  • Save captainkovalsky/90da9527702b9d316ae5 to your computer and use it in GitHub Desktop.
Save captainkovalsky/90da9527702b9d316ae5 to your computer and use it in GitHub Desktop.
{
"name": "myapp",
"version": "0.0.0",
"dependencies": {
"classnames": "^2.1.3",
"dev": "^0.1.3",
"flux": "^2.0.3",
"grunt": "^0.4.5",
"gulp": "^3.9.0",
"immutable": "^3.7.4",
"install": "^0.1.8",
"lodash": "^3.10.0",
"node-simple-static-server": "^1.1.0",
"react-bootstrap": "^0.23.7",
"react-router": "^0.13.3",
"react-router-bootstrap": "^0.18.0",
"react-tools": "^0.13.0-beta.2",
"stackup": "^1.0.1"
},
"devDependencies": {
"babelify": "^6.1.2",
"browser-sync": "latest",
"browserify-shim": "^3.8.0",
"del": "~0.1.3",
"gulp-autoprefixer": "~1.0.1",
"gulp-bower": "0.0.6",
"gulp-cache": "~0.2.4",
"gulp-imagemin": "latest",
"gulp-jest": "~0.2.2",
"gulp-jshint": "~1.8.5",
"gulp-load-plugins": "~0.7.0",
"gulp-ruby-sass": "~0.7.1",
"gulp-size": "~1.1.0",
"gulp-strip-debug": "^1.0.2",
"gulp-stylus": "~2.0.1",
"gulp-uglify": "^1.0.2",
"gulp-useref": "~0.4.4",
"gulp-util": "~3.0.1",
"gulp-webserver": "latest",
"jest-cli": "^0.4.18",
"main-bower-files": "~2.6.2",
"react": "latest",
"react-tools": "latest",
"reactify": "latest",
"strip-debug": "^1.0.1",
"vinyl-source-stream": "^1.0.0",
"watchify": "~2.1"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "jest"
},
"jest": {
"scriptPreprocessor": "../preprocessor.js",
"rootDir": "./app",
"collectCoverage": true,
"unmockedModulePathPatterns": [
"react", "events", "lodash"
]
},
"browserify": {
"transform": [
"browserify-shim",
[
"reactify",
{
"es6": true
}
]
]
},
"browser": {
"jquery": "./app/bower_components/jquery/dist/jquery.js"
},
"browserify-shim": {
"jquery": "$"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment