UNPKG

reactatouille

Version:

Reactatouille is a command-line tool to help quickly start and build a new React project, using Redux, Webpack, Gulp (You can add your own tasks, yo!), HMR/Hot Module Reload, Sass (architecture best practices), Jest, Enzyme, popmotion, Redux devtools (bro

128 lines (127 loc) 3.55 kB
{ "name": "reactatouille-boilerplate", "version": "0.9.8", "description": "Reactatouille-Boilerplate built using Redux Webpack2 Gulp Sass Jest Enzyme popmotion Boilerplate.", "main": "gulpfile.js", "scripts": { "start": "gulp", "test": "jest ./src/js", "staging": "NODE_ENV=staging node server.js", "production": "NODE_ENV=production node server.js" }, "repository": { "type": "git", "url": "git+https://github.com/heldrida/reactatouille-boilerplate.git" }, "keywords": [ "gulp", "react", "webpack2", "boilerplate", "ES6", "ES2015", "babel", "jest", "enzyme", "hmr", "express", "sass", "popmotion", "universal", "isomorphic", "react router 4", "redux-devtools-extension", "service-worker", "appcache" ], "author": "Punkbit", "license": "WTFPL", "bugs": { "url": "https://github.com/heldrida/reactatouille-boilerplate/issues" }, "homepage": "https://github.com/heldrida/reactatouille-boilerplate#readme", "devDependencies": { "assets-webpack-plugin": "^3.5.1", "autodll-webpack-plugin": "^0.2.1", "babel": "^6.23.0", "babel-cli": "^6.26.0", "babel-core": "^6.26.0", "babel-eslint": "^7.2.3", "babel-jest": "^20.0.3", "babel-loader": "^7.1.2", "babel-plugin-module-resolver": "^2.7.1", "babel-plugin-syntax-dynamic-import": "^6.18.0", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "babel-preset-stage-3": "^6.24.1", "cli-clear": "^1.0.4", "compression-webpack-plugin": "^1.0.0", "config": "^1.26.2", "css-hot-loader": "^1.3.0", "css-loader": "^0.28.5", "ejs": "^2.5.7", "enzyme": "^2.9.1", "eslint-plugin-import": "^2.7.0", "extract-text-webpack-plugin": "^3.0.0", "figlet": "^1.2.0", "file-loader": "^0.11.2", "gulp": "^3.9.1", "gulp-babel": "^7.0.0", "gulp-clean": "^0.3.2", "gulp-ejs": "^3.0.1", "gulp-git": "^2.4.2", "gulp-plumber": "^1.1.0", "gulp-rename": "^1.2.2", "gulp-standard": "^10.1.1", "gulp-util": "^3.0.8", "html-webpack-plugin": "^2.30.1", "imagesloaded": "^4.1.3", "jest": "^20.0.4", "jsdom": "^11.2.0", "lodash": "^4.17.4", "mkdirp": "^0.5.1", "mock-require": "^2.0.2", "moment": "^2.18.1", "node-sass": "^4.5.3", "offline-plugin": "^4.8.3", "open": "0.0.5", "popmotion": "^7.7.0", "popmotion-timeline": "^1.0.1", "proxyquire": "^1.8.0", "react": "^15.6.1", "react-addons-test-utils": "^15.6.0", "react-dom": "^15.6.1", "react-hot-loader": "^3.0.0-beta.6", "react-redux": "^5.0.6", "react-router": "^4.2.0", "react-router-config": "^1.0.0-beta.4", "react-router-dom": "^4.2.2", "react-router-redux": "^4.0.8", "react-test-renderer": "^15.6.1", "redux": "^3.7.2", "redux-devtools": "^3.4.0", "redux-devtools-dock-monitor": "^1.1.2", "redux-devtools-log-monitor": "^1.3.0", "redux-mock-store": "^1.2.3", "redux-thunk": "^2.2.0", "sass-loader": "^6.0.6", "standard": "^10.0.3", "style-loader": "^0.18.2", "webpack": "^3.5.5", "webpack-bundle-analyzer": "^2.9.0", "webpack-dev-middleware": "^1.12.0", "webpack-dev-server": "^2.7.1", "webpack-hot-middleware": "^2.18.2", "yargs": "^8.0.2" }, "dependencies": { "axios": "^0.16.2", "babel-polyfill": "^6.26.0", "chalk": "^2.1.0", "express": "^4.15.4" }, "engines": { "node": ">=7.4.0", "npm": ">=4.0.5" } }