Skip to content

Instantly share code, notes, and snippets.

@jpellizzari
Created December 1, 2015 04:40
Show Gist options
  • Save jpellizzari/7870792ccd8a5a0b9e62 to your computer and use it in GitHub Desktop.
Save jpellizzari/7870792ccd8a5a0b9e62 to your computer and use it in GitHub Desktop.
React, ES6 project base
{
"name": "react-base",
"version": "1.0.0",
"description": "staring point for react projects",
"main": "index.js",
"ci": {
"nvm": "4.1.0"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha -R spec --compilers js:babel-core/register",
"cover": "istanbul cover --dir ./dist/coverage/ node_modules/mocha/bin/_mocha -- --compilers js:babel/register -R spec "
},
"keywords": [
"Fluid",
"XPS"
],
"author": "Jordan Pellizzari",
"devDependencies": {
"babel-core": "^5.8.0",
"babelify": "^6.3.0",
"envify": "^3.4.0",
"eslint-plugin-react": "^3.4.2",
"grunt": "^0.4.5",
"grunt-aws-s3": "^0.14.0",
"grunt-browserify": "^4.0.1",
"grunt-cli": "^0.1.13",
"grunt-cloudfront": "git+https://github.com/jpellizzari/grunt-cloudfront.git",
"grunt-contrib-copy": "^0.8.1",
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-eslint": "^17.1.0",
"grunt-exec": "^0.4.6",
"grunt-jsdoc": "^0.6.8",
"grunt-notify": "^0.4.1",
"grunt-sass": "^1.0.0",
"grunt-swig-templates": "^0.1.4",
"istanbul": "^0.4.0",
"legit-tests": "^0.4.1",
"mocha": "^2.3.2",
"should": "^7.1.0"
},
"dependencies": {
"lodash": "^3.10.1",
"react": "^0.13.3"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment