mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
84 lines
2.6 KiB
JSON
84 lines
2.6 KiB
JSON
{
|
|
"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",
|
|
"body-parser": "^1.18.2",
|
|
"classnames": "^2.2.5",
|
|
"compression": "^1.7.2",
|
|
"cookie-parser": "^1.4.3",
|
|
"decimal.js": "7.2.4",
|
|
"express": "^4.16.3",
|
|
"express-enforces-ssl": "^1.1.0",
|
|
"express-sitemap": "^1.8.0",
|
|
"helmet": "^3.12.0",
|
|
"lodash": "^4.17.5",
|
|
"moment": "^2.20.1",
|
|
"object.entries": "^1.0.4",
|
|
"path-to-regexp": "^2.2.0",
|
|
"prop-types": "^15.6.1",
|
|
"query-string": "^5.1.1",
|
|
"raven": "^2.4.2",
|
|
"raven-js": "^3.24.0",
|
|
"react": "^15.6.2",
|
|
"react-addons-shallow-compare": "^15.6.2",
|
|
"react-dates": "^16.0.0",
|
|
"react-dom": "^15.6.2",
|
|
"react-google-maps": "^9.4.5",
|
|
"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#7e4d6258b057a36a1249f9cdde8f3cb4fd208ec6",
|
|
"smoothscroll-polyfill": "^0.4.0",
|
|
"source-map-support": "^0.5.4",
|
|
"url": "^0.11.0"
|
|
},
|
|
"devDependencies": {
|
|
"enzyme": "^3.3.0",
|
|
"enzyme-adapter-react-15": "^1.0.5",
|
|
"enzyme-to-json": "^3.3.3",
|
|
"nodemon": "^1.17.2",
|
|
"nsp": "^3.2.1",
|
|
"nsp-preprocessor-yarn": "^1.0.1",
|
|
"prettier": "^1.11.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 NODE_ENV=development PORT=4000 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": "8.11"
|
|
}
|
|
}
|