{ "name": "app", "version": "0.2.0", "private": true, "license": "Apache-2.0", "dependencies": { "array-includes": "^3.0.3", "array.prototype.find": "^2.0.4", "autosize": "^4.0.0", "basic-auth": "^2.0.0", "classnames": "^2.2.5", "compression": "^1.7.1", "cookie-parser": "^1.4.3", "decimal.js": "7.2.4", "express": "^4.16.2", "express-enforces-ssl": "^1.1.0", "express-sitemap": "^1.8.0", "helmet": "^3.9.0", "lodash": "^4.17.4", "moment": "^2.19.4", "nsp": "^3.1.0", "nsp-preprocessor-yarn": "^1.0.0", "path-to-regexp": "^2.1.0", "prop-types": "^15.6.0", "query-string": "^5.0.1", "raven": "^2.2.1", "raven-js": "^3.20.1", "react": "^15.6.2", "react-addons-shallow-compare": "^15.6.2", "react-dates": "12.7.1", "react-dom": "^15.6.2", "react-google-maps": "^7.3.0", "react-helmet": "^5.2.0", "react-intl": "^2.4.0", "react-moment-proptypes": "^1.5.0", "react-redux": "^5.0.6", "react-router-dom": "^4.2.2", "react-sortable-hoc": "^0.6.8", "redux": "^3.7.2", "redux-form": "^6.8.0", "redux-thunk": "^2.2.0", "sanitize.css": "^5.0.0", "sharetribe-scripts": "1.0.14", "sharetribe-sdk": "git+ssh://git@github.com/sharetribe/sharetribe-sdk-js#267efc4ca52dd1ad54db6bf3c37ab8ebcd8a86ab", "smoothscroll-polyfill": "^0.4.0", "source-map-support": "^0.5.0", "url": "^0.11.0" }, "devDependencies": { "enzyme": "^2.9.1", "enzyme-to-json": "^1.6.0", "nodemon": "^1.12.5", "prettier": "^1.9.1", "react-addons-test-utils": "^15.6.2", "react-test-renderer": "^15.6.2" }, "scripts": { "clean": "rm -rf build/*", "dev": "sharetribe-scripts start", "build": "sharetribe-scripts build", "format": "prettier --write '**/*.{js,css}'", "format-ci": "prettier --list-different '**/*.{js,css}'", "format-docs": "prettier --write 'docs/**/*.md'", "test": "sharetribe-scripts test --env=jsdom", "test-ci": "sharetribe-scripts test --env=jsdom --runInBand", "eject": "sharetribe-scripts eject", "start": "node server/index.js", "dev-server": "export REACT_APP_ENV=development REACT_APP_CANONICAL_ROOT_URL=http://localhost:4000&&yarn run build&&nodemon --watch server server/index.js", "heroku-prebuild": "./heroku-copy-ssh-key-from-env.sh", "heroku-postbuild": "yarn run build", "audit": "nsp check --preprocessor yarn" }, "prettier": { "singleQuote": true, "trailingComma": "es5", "proseWrap": "always" }, "engines": { "node": "6.11.5", "yarn": "^1.2.1" } }