{
	"name": "",
	"description": "Custom project description",
	"version": "0.0.1",
	"engines": {
		"node": ">=6.0.0"
	},
	"scripts": {
		"clear:app": "rimraf app/**",
		"local:server": "cross-env BABEL_ENV=server nodemon src/server/index.js --config ./configs/tasks/nodemon.config.json",
		"pre-start": "clear:app",
		"start": "cross-env NODE_ENV=local npm-run-all --parallel local:*",
		"dev:build": "cross-env NODE_ENV=dev npm run build",
		"qa:build": "cross-env NODE_ENV=qa npm run build",
		"prod:build": "cross-env NODE_ENV=production npm run build"
	},
	"dependencies": {
		"handlebars": "^4.0.10",
		"history": "^4.7.2",
		"jquery": "^3.2.1",
		"lazysizes": "^4.0.1",
		"picturefill": "^3.0.2",
		"react": "^16.0.0",
		"react-dom": "^16.0.0",
		"react-redux": "^5.0.6",
		"react-router-config": "^1.0.0-beta.4",
		"react-router-dom": "^4.2.2",
		"react-router-redux": "^5.0.0-alpha.9",
		"redux": "^3.7.2",
		"redux-devtools-extension": "^2.13.2",
		"redux-immutable-state-invariant": "^2.1.0",
		"redux-observable": "^0.17.0",
		"reselect": "^3.0.1",
		"rxjs": "^5.5.2",
		"veams": "^5.0.1",
		"@veams/helpers": "^1.2.0",
		"veams-query": "^2.2.1",
		"veams-plugin-dom": "^1.0.0",
		"veams-plugin-logger": "^1.0.0",
		"veams-plugin-media-query-handler": "^1.0.0",
		"veams-plugin-mixins": "^1.0.0",
		"veams-plugin-modules": "^1.0.3",
		"veams-plugin-store": "^0.0.1",
		"veams-plugin-templater": "^1.0.0",
		"veams-plugin-vent": "^1.0.0"
	},
	"devDependencies": {
		"aliasify": "^2.1.0",
		"autoprefixer": "^6.7.3",
		"bootstrap-sass": "^3.3.7",
		"bourbon": "~4.2.7",
		"bourbon-neat": "^2.0.1",
		"babel-core": "^6.26.0",
		"babel-loader": "^7.1.2",
		"babel-plugin-add-module-exports": "^0.2.1",
		"babel-plugin-transform-class-properties": "^6.24.1",
		"babel-plugin-transform-decorators-legacy": "^1.3.4",
		"babel-plugin-transform-runtime": "^6.23.0",
		"babel-preset-env": "^1.6.0",
		"babel-preset-es2015": "^6.9.0",
		"babel-preset-es2017": "^6.24.1",
		"babel-preset-react": "^6.24.1",
		"babel-preset-stage-0": "^6.16.0",
		"babel-preset-stage-1": "^6.24.1",
		"babel-register": "^6.26.0",
		"babel-runtime": "^6.26.0",
		"babelify": "^7.3.0",
		"body-parser": "^1.18.1",
		"browser-sync": "^2.23.6",
		"case-sensitive-paths-webpack-plugin": "^2.1.1",
		"chalk": "^2.0.1",
		"command-line-args": "^4.0.7",
		"command-line-usage": "^4.0.2",
		"compression-webpack-plugin": "^1.1.6",
		"connect-browser-sync": "^2.1.0",
		"copy-webpack-plugin": "^4.3.1",
		"cross-env": "^5.0.5",
		"css-loader": "^0.28.7",
		"deep-extend": "^0.5.0",
		"dr-svg-sprites": "^1.0.0",
		"express": "^4.15.3",
		"extract-text-webpack-plugin": "^3.0.2",
		"faker": "^4.1.0",
		"foundation-sites": "^6.0.0",
		"fs-extra": "^5.0.0",
		"globby": "^7.1.1",
		"grunt": "^1.0.0",
		"grunt-accessibility": "~4.1.0",
		"grunt-bless": "~1.0.2",
		"grunt-browserify": "~5.0.0",
		"grunt-browser-sync": "~2.2.0",
		"grunt-chokidar": "~1.0.0",
		"grunt-combine-mq": "^0.9.0",
		"grunt-concurrent": "~2.3.0",
		"grunt-contrib-clean": "~1.0.0",
		"grunt-contrib-copy": "~1.0.0",
		"grunt-contrib-cssmin": "~1.0.1",
		"grunt-contrib-handlebars": "~1.0.0",
		"grunt-contrib-htmlmin": "^1.4.0",
		"grunt-contrib-jshint": "~1.0.0",
		"grunt-contrib-uglify": "~1.0.1",
		"grunt-htmlhint": "~0.9.13",
		"grunt-jscs": "^3.0.1",
		"grunt-phantomas": "^0.14.0",
		"grunt-photobox": "~0.9.0",
		"grunt-postcss": "~0.8.0",
		"grunt-sass": "~2.0.0",
		"grunt-stylelint": "^0.9.0",
		"grunt-sync": "~0.6.2",
		"grunt-text-replace": "~0.4.0",
		"grunticon-lib": "^1.2.3",
		"image-size-export": "^0.1.0",
		"include-media": "^1.4.8",
		"jit-grunt": "^0.10.0",
		"jshint-stylish": "^2.0.0",
		"lodash": "^4.17.4",
		"lost": "^8.2.0",
		"load-grunt-configs": "~1.0.0",
		"mangony": "^1.4.0",
		"mangony-hbs-helpers": "^0.3.4",
		"mkdirp": "^0.5.1",
		"morgan": "^1.8.2",
		"nodemon": "^1.14.0",
		"node-sass": "^4.7.2",
		"node-sass-magic-importer": "^5.0.3",
		"npm-run-all": "^4.1.1",
		"postcss": "^6.0.16",
		"postcss-cssnext": "^3.0.2",
		"postcss-loader": "^2.0.9",
		"postcss-separator": "~1.0.0",
		"react-dev-utils": "^5.0.0",
		"request": "^2.81.0",
		"responsive-images-generator": "^0.2.2",
		"rimraf": "^2.6.2",
		"sass-loader": "^6.0.6",
		"style-loader": "^0.20.1",
		"stylelint": "^8.4.0",
		"stylelint-webpack-plugin": "^0.10.1",
		"time-grunt": "~1.4.0",
		"veams-bp-react-container": "^0.0.2",
		"veams-bp-mock-api-endpoint": "^0.0.1",
		"veams-bp-redux": "^0.0.5",
		"webfonts-generator": "^0.4.0",
		"webpack": "^3.10.0",
		"winston": "^2.3.1"
	},
	"licenses": [
		{
			"type": "MIT"
		}
	],
	"keywords": [
	]
}
